public abstract class CommandExecutingJob<EventAtom> extends Job<EventAtom>
Modifier and Type | Class and Description |
---|---|
class |
CommandExecutingJob.JobExecutionHelper
Helper class for constructing the job execution from individual commands.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_EXECUTING_JOB_HELPER |
static java.lang.String |
EDITING_DOMAIN |
Constructor and Description |
---|
CommandExecutingJob(ActivationState enablingState,
EventAtomEditingDomainProvider<EventAtom> provider)
Create a new job that supports execution through commands by finding the editing
domain using the given provider and giving a
CommandExecutingJob.JobExecutionHelper for providing
the execution with a way to easily create commands and execute them. |
getActivationState
public static final java.lang.String COMMAND_EXECUTING_JOB_HELPER
public static final java.lang.String EDITING_DOMAIN
public CommandExecutingJob(ActivationState enablingState, EventAtomEditingDomainProvider<EventAtom> provider)
CommandExecutingJob.JobExecutionHelper
for providing
the execution with a way to easily create commands and execute them.enablingState
- provider
-