public abstract class AbstractExecutable<I> extends AbstractProcessEngineServicesDelegate implements Executable<AbstractExecutable>
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.Waitstates| Modifier and Type | Field and Description |
|---|---|
protected I |
delegate |
protected static IdComparator |
idComparator |
protected ProcessRunnerImpl |
runner |
processEngine| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExecutable(ProcessRunnerImpl runner) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractExecutable other) |
protected abstract I |
getDelegate() |
abstract String |
getExecutionId() |
protected abstract Date |
isExecutableAt() |
getAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected static IdComparator idComparator
protected ProcessRunnerImpl runner
protected I delegate
protected AbstractExecutable(ProcessRunnerImpl runner)
public abstract String getExecutionId()
protected abstract I getDelegate()
protected abstract Date isExecutableAt()
public int compareTo(AbstractExecutable other)
compareTo in interface Comparable<AbstractExecutable>Copyright © 2016 plexiti GmbH. All rights reserved.