| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.evm.specific | |
| org.eclipse.incquery.runtime.evm.specific.job |
| Modifier and Type | Method and Description |
|---|---|
static <Match extends IPatternMatch> |
TransactionalJobs.createMatchBasedEditingDomainProvider() |
| Modifier and Type | Method and Description |
|---|---|
static <EventAtom> |
TransactionalJobs.newRecordingJob(Job<EventAtom> job,
EventAtomEditingDomainProvider<EventAtom> provider)
Creates a
RecordingJob decorating the given job. |
| 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. |
RecordingJob(Job<EventAtom> recordedJob,
EventAtomEditingDomainProvider<EventAtom> provider) |