Uses of Interface
de.aristaflow.adept2.model.events.sources.MailSource
-
Packages that use MailSource Package Description de.aristaflow.adept2.core.eventmanager.mailevents de.aristaflow.adept2.model.events.sources -
-
Uses of MailSource in de.aristaflow.adept2.core.eventmanager.mailevents
Classes in de.aristaflow.adept2.core.eventmanager.mailevents that implement MailSource 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
FilteredMailEventSource
A mail event source that filters mails and only creates the corresponding events if the filters apply.class
MailEventActivitySource
A mail event source that takes its configuration from an activity configuration provided from a process step.class
MailEventSource
A source for events based on mails in a specific folder (usually the INBOX). -
Uses of MailSource in de.aristaflow.adept2.model.events.sources
Subinterfaces of MailSource in de.aristaflow.adept2.model.events.sources Modifier and Type Interface Description interface
FilteredMailSource
A mail event source that filters mails before creating the corresponding mail events.interface
PollingMailSource
A mail event source that polls for mails.
-