Uses of Interface
de.aristaflow.adept2.core.eventmanager.EventManager
Packages that use EventManager
Package
Description
-
Uses of EventManager in de.aristaflow.adept2.core.eventmanager
Subinterfaces of EventManager in de.aristaflow.adept2.core.eventmanagerModifier and TypeInterfaceDescriptioninterfaceTo allow for event handler to execute activities and to control these executions, anActivityEventManagerprovides a subset of the methods of aRuntimeService.interfaceTo 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 EventManagerModifier and TypeClassDescriptionclassThe event manager creates event handler and event sources.classThe 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 EventManagerModifierConstructorDescriptionFileEventActivitySource(Configuration conf, EventManager eventManager, Registry registry) Deprecated, for removal: This API element is subject to removal in a future version.FileEventSource(Configuration conf, EventManager eventManager, Registry registry) Deprecated, for removal: This API element is subject to removal in a future version.FileMarkHandler(Configuration conf, EventManager eventManager, Registry registry) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EventManager in de.aristaflow.adept2.core.eventmanager.mailevents
Constructors in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type EventManagerModifierConstructorDescriptionClientCredentialsAccessTokenProvider(Configuration conf, EventManager em, Registry registry) Creates a new provider for an OAuth 2.0 token from a specific endpoint.MailFlagHandler(Configuration conf, EventManager eventManager, Registry registry) Deprecated, for removal: This API element is subject to removal in a future version.
FileEventActivitySource(Configuration, AbstractEventManager, Registry)instead.