Uses of Interface
de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Packages that use ResultSetSource Package Description de.aristaflow.adept2.core.eventmanager.dbevents -
-
Uses of ResultSetSource in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement ResultSetSource Modifier and Type Class Description classDBActivityEventSourceA DB event source that takes its configuration from an activity configuration provided from a process step.classDBEventSourceA source for events based on SQL statements, that is a SQL statement is executed regularly and the result set (if one exists) is notified as event to the corresponding event handler.classReadOnlyRSEventSourceA source for events based on SQL statements creating result sets that are read only and do not support updating.
-