Uses of Interface
de.aristaflow.adept2.core.eventmanager.EventManager
-
-
Uses of EventManager in de.aristaflow.adept2.core.eventmanager
Subinterfaces of EventManager in de.aristaflow.adept2.core.eventmanager Modifier and Type Interface Description interface
ActivityEventManager
To allow for event handler to execute activities and to control these executions, anActivityEventManager
provides a subset of the methods of aRuntimeService
.interface
InstanceStartEventManager
To allow for event handler to start process instances, anInstanceStartEventManager
provides some methods of aTemplateManager
and ofInstanceControl
. -
Uses of EventManager in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement EventManager Modifier and Type Class Description class
AbstractEventManager
The event manager creates event handler and event sources.class
DefaultEventManager
The default event manager supports arbitrary events (e. g. events based on SQL databases, (incoming) mails and changes in the file system) and provides access to aConnection
. -
Uses of EventManager in de.aristaflow.adept2.core.eventmanager.fileevents
Constructors in de.aristaflow.adept2.core.eventmanager.fileevents with parameters of type EventManager Constructor Description FileEventActivitySource(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.FileEventSource(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.FileMarkHandler(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry. -
Uses of EventManager in de.aristaflow.adept2.core.eventmanager.mailevents
Constructors in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type EventManager Constructor Description ClientCredentialsAccessTokenProvider(org.apache.commons.configuration2.Configuration conf, EventManager em, Registry registry)
Creates a new provider for an OAuth 2.0 token from a specific endpoint.MailFlagHandler(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.
-