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 interfaceActivityEventManagerTo allow for event handler to execute activities and to control these executions, anActivityEventManagerprovides a subset of the methods of aRuntimeService.interfaceInstanceStartEventManagerTo allow for event handler to start process instances, anInstanceStartEventManagerprovides some methods of aTemplateManagerand 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 classAbstractEventManagerThe event manager creates event handler and event sources.classDefaultEventManagerThe default event manager supports arbitrary events (e. g. -
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 anEventManagercalled by a service registry.FileEventSource(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)Default constructor for a plugin of anEventManagercalled by a service registry.FileMarkHandler(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)Default constructor for a plugin of anEventManagercalled 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 anEventManagercalled by a service registry.
-