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 classAbstractSharingActEventSource<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 classDBActivityEventSourceA 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 classFileEventActivitySourceA 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 classFilteredMailEventActivitySourceA mail event source that allows for filtering mails and additionally provides the means to get the configuration from an activity.classMailEventActivitySourceA mail event source that takes its configuration from an activity configuration provided from a process step.
-