| Modifier and Type | Method and Description |
|---|---|
WorkflowState |
WorkflowComponent.run(WorkflowContext context)
Deprecated.
|
WorkflowState |
WorkflowCompositeComponent.run(WorkflowContext context)
Deprecated.
|
WorkflowState |
WorkflowUnitOfWork.run(WorkflowContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowState |
WorkflowStateResolutionStrategy.resolve(WorkflowCompositeComponent workflow,
WorkflowContext context)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowDoneState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowErrorState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowFailedState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowIdleState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowRunningState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowSuccessState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
| Modifier and Type | Method and Description |
|---|---|
T |
StateSwitch.caseWorkflowState(WorkflowState object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow State'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RuntimeSwitch.caseWorkflowStateMap(java.util.Map.Entry<WorkflowComponent,WorkflowState> object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow State Map'.
|