| Interface | Description |
|---|---|
| EventAtomEditingDomainProvider<EventAtom> |
| Class | Description |
|---|---|
| CommandExecutingJob<EventAtom> | |
| EnableJob<EventAtom> | |
| ErrorLoggingJob<EventAtom> |
Composite job for logging any errors that happen in the execution of the composed job.
|
| RecordingJob<EventAtom> |
A stateless job implementation that executes its action inside a
RecordingCommand
if there is a TransactionalEditingDomain available. |
| RecordingJob.RecordingJobContextData |
Data transfer class for storing the commands created by recording jobs.
|
| SequentialProcessorsJob<Match extends IPatternMatch> |
Sequentially executes a list of match processors in a stateless manner.
|
| StatelessJob<Match extends IPatternMatch> |
This class represents a
Job that uses an IMatchProcessor
on the match of the activation when executed. |