Uses of Interface
de.aristaflow.adept2.model.events.sources.ActivityEventSource
-
-
Uses of ActivityEventSource in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement ActivityEventSource Modifier and Type Class Description class
AbstractSharingActEventSource<T extends Event>
A source for events shared among several sharing event sources. -
Uses of ActivityEventSource in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement ActivityEventSource Modifier and Type Class Description class
DBActivityEventSource
A DB event source that takes its configuration from an activity configuration provided from a process step. -
Uses of ActivityEventSource in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents that implement ActivityEventSource Modifier and Type Class Description class
FileEventActivitySource
A file event source that takes its configuration from an activity configuration provided from a process step. -
Uses of ActivityEventSource in de.aristaflow.adept2.core.eventmanager.mailevents
Classes in de.aristaflow.adept2.core.eventmanager.mailevents that implement ActivityEventSource Modifier and Type Class Description class
FilteredMailEventActivitySource
A mail event source that allows for filtering mails and additionally provides the means to get the configuration from an activity.class
MailEventActivitySource
A mail event source that takes its configuration from an activity configuration provided from a process step.
-