Package org.camunda.bpm.scenario.impl
Class AbstractExecutable<I>
- java.lang.Object
-
- org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
-
- org.camunda.bpm.scenario.impl.AbstractExecutable<I>
-
- All Implemented Interfaces:
Comparable<AbstractExecutable>,Executable<AbstractExecutable>
- Direct Known Subclasses:
DeferredExecutable,JobExecutable,WaitstateExecutable
public abstract class AbstractExecutable<I> extends AbstractProcessEngineServicesDelegate implements Executable<AbstractExecutable>
- Author:
- Martin Schimak
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.camunda.bpm.scenario.impl.Executable
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.Waitstates
-
-
Field Summary
Fields Modifier and Type Field Description protected Idelegateprotected static IdComparatoridComparatorprotected ProcessRunnerImplrunner-
Fields inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
processEngine
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractExecutable(ProcessRunnerImpl runner)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractExecutable other)protected abstract IgetDelegate()abstract StringgetExecutionId()protected abstract DateisExecutableAt()-
Methods inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
getAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.scenario.impl.Executable
execute
-
-
-
-
Field Detail
-
idComparator
protected static IdComparator idComparator
-
runner
protected ProcessRunnerImpl runner
-
delegate
protected I delegate
-
-
Constructor Detail
-
AbstractExecutable
protected AbstractExecutable(ProcessRunnerImpl runner)
-
-
Method Detail
-
getExecutionId
public abstract String getExecutionId()
-
getDelegate
protected abstract I getDelegate()
-
isExecutableAt
protected abstract Date isExecutableAt()
-
compareTo
public int compareTo(AbstractExecutable other)
- Specified by:
compareToin interfaceComparable<I>
-
-