Class IgnoredExecutable
- java.lang.Object
-
- org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
-
- org.camunda.bpm.scenario.impl.AbstractExecutable<I>
-
- org.camunda.bpm.scenario.impl.WaitstateExecutable<Object>
-
- org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
-
- All Implemented Interfaces:
Comparable<AbstractExecutable>,Executable<AbstractExecutable>
public class IgnoredExecutable extends WaitstateExecutable<Object>
- 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.WaitstateExecutable
historicDelegate
-
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 Constructor Description IgnoredExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Action<IgnoredExecutable>action(ProcessScenario scenario)voidexecute()protected ObjectgetDelegate()DateisExecutableAt()-
Methods inherited from class org.camunda.bpm.scenario.impl.WaitstateExecutable
action, compareTo, defer, getActivityId, getExecutionId, getProcessInstance
-
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
-
IgnoredExecutable
public IgnoredExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
-
-
Method Detail
-
execute
public void execute()
- Specified by:
executein interfaceExecutable<AbstractExecutable>- Overrides:
executein classWaitstateExecutable<Object>
-
action
protected Action<IgnoredExecutable> action(ProcessScenario scenario)
- Specified by:
actionin classWaitstateExecutable<Object>
-
getDelegate
protected Object getDelegate()
- Specified by:
getDelegatein classAbstractExecutable<Object>
-
isExecutableAt
public Date isExecutableAt()
- Overrides:
isExecutableAtin classWaitstateExecutable<Object>
-
-