Package org.camunda.bpm.scenario.impl
Class DeferredExecutable
- java.lang.Object
-
- org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
-
- org.camunda.bpm.scenario.impl.AbstractExecutable<org.camunda.bpm.engine.history.HistoricActivityInstance>
-
- org.camunda.bpm.scenario.impl.DeferredExecutable
-
- All Implemented Interfaces:
Comparable<AbstractExecutable>,Executable<AbstractExecutable>
public class DeferredExecutable extends AbstractExecutable<org.camunda.bpm.engine.history.HistoricActivityInstance>
- 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 inherited from class org.camunda.bpm.scenario.impl.AbstractExecutable
delegate, idComparator, runner
-
Fields inherited from class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
processEngine
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeferredExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance, String period, Deferred action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractExecutable other)voidexecute()protected org.camunda.bpm.engine.history.HistoricActivityInstancegetDelegate()StringgetExecutionId()protected 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
-
-
-
-
Constructor Detail
-
DeferredExecutable
protected DeferredExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance, String period, Deferred action)
-
-
Method Detail
-
getExecutionId
public String getExecutionId()
- Specified by:
getExecutionIdin classAbstractExecutable<org.camunda.bpm.engine.history.HistoricActivityInstance>
-
getDelegate
protected org.camunda.bpm.engine.history.HistoricActivityInstance getDelegate()
- Specified by:
getDelegatein classAbstractExecutable<org.camunda.bpm.engine.history.HistoricActivityInstance>
-
isExecutableAt
protected Date isExecutableAt()
- Specified by:
isExecutableAtin classAbstractExecutable<org.camunda.bpm.engine.history.HistoricActivityInstance>
-
execute
public void execute()
-
compareTo
public int compareTo(AbstractExecutable other)
- Specified by:
compareToin interfaceComparable<AbstractExecutable>- Overrides:
compareToin classAbstractExecutable<org.camunda.bpm.engine.history.HistoricActivityInstance>
-
-