public abstract class WaitstateExecutable<I> extends AbstractExecutable<I>
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.Waitstates| Modifier and Type | Field and Description |
|---|---|
protected org.camunda.bpm.engine.history.HistoricActivityInstance |
historicDelegate |
delegate, idComparator, runnerprocessEngine| Modifier | Constructor and Description |
|---|---|
protected |
WaitstateExecutable(ProcessRunnerImpl runner,
org.camunda.bpm.engine.history.HistoricActivityInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
protected Action |
action() |
protected abstract Action |
action(ProcessScenario scenario) |
int |
compareTo(AbstractExecutable other) |
void |
defer(String period,
Deferred action) |
void |
execute() |
String |
getActivityId() |
String |
getExecutionId() |
ProcessInstanceDelegate |
getProcessInstance() |
Date |
isExecutableAt() |
getDelegategetAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskServiceprotected org.camunda.bpm.engine.history.HistoricActivityInstance historicDelegate
protected WaitstateExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
public ProcessInstanceDelegate getProcessInstance()
public String getExecutionId()
getExecutionId in class AbstractExecutable<I>public String getActivityId()
public void execute()
protected abstract Action action(ProcessScenario scenario)
protected final Action action()
public Date isExecutableAt()
isExecutableAt in class AbstractExecutable<I>public int compareTo(AbstractExecutable other)
compareTo in interface Comparable<AbstractExecutable>compareTo in class AbstractExecutable<I>Copyright © 2016 plexiti GmbH. All rights reserved.