| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
WorkflowParameter.getValue(WorkflowContext context)
Deprecated.
|
java.lang.Object |
WorkflowParameterSimpleValueStrategy.getValue(WorkflowContext context,
WorkflowParameter parameter)
Deprecated.
|
java.lang.Object |
WorkflowParameterValueStrategy.getValue(WorkflowContext context,
WorkflowParameter parameter)
Deprecated.
|
WorkflowLog |
WorkflowComponent.logError(WorkflowContext context)
Deprecated.
|
WorkflowState |
WorkflowComponent.run(WorkflowContext context)
Deprecated.
|
WorkflowState |
WorkflowCompositeComponent.run(WorkflowContext context)
Deprecated.
|
WorkflowState |
WorkflowUnitOfWork.run(WorkflowContext context)
Deprecated.
|
void |
WorkflowParameter.setValue(WorkflowContext context,
java.lang.Object value)
Deprecated.
|
void |
WorkflowParameterSimpleValueStrategy.setValue(WorkflowContext context,
WorkflowParameter parameter,
java.lang.Object value)
Deprecated.
|
void |
WorkflowParameterValueStrategy.setValue(WorkflowContext context,
WorkflowParameter parameter,
java.lang.Object value)
Deprecated.
|
void |
WorkflowComponent.start(WorkflowContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowExecutionPredicate.evaluate(WorkflowComponent component,
WorkflowContext context)
Deprecated.
|
boolean |
WorkflowRerunPredicate.evaluate(WorkflowComponent component,
WorkflowContext context)
Deprecated.
|
void |
WorkflowComponentOrchestrationStrategy.run(WorkflowComponent component,
WorkflowContext context)
Deprecated.
|
void |
WorkflowConditionalComponentOrchestrationStrategy.run(WorkflowComponent component,
WorkflowContext context)
Deprecated.
|
void |
WorkflowCompositeOrchestrationStrategy.run(WorkflowCompositeComponent composite,
WorkflowContext context)
Deprecated.
|
void |
WorkflowParallelOrchestrationStrategy.run(WorkflowCompositeComponent composite,
WorkflowContext context)
Deprecated.
|
void |
WorkflowSerialOrchestrationStrategy.run(WorkflowCompositeComponent composite,
WorkflowContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowContext |
RuntimeFactory.createWorkflowContext()
Deprecated.
Returns a new object of class 'Workflow Context'.
|
WorkflowContext |
WorkflowEngine.getContext()
Deprecated.
Returns the value of the 'Context' containment reference.
|
WorkflowContext |
WorkflowLogResetter.getContext()
Deprecated.
Returns the value of the 'Context' reference.
|
WorkflowContext |
WorkflowRunner.getContext()
Deprecated.
Returns the value of the 'Context' reference.
|
WorkflowContext |
WorkflowStateResetter.getContext()
Deprecated.
Returns the value of the 'Context' reference.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowState |
WorkflowStateResolutionStrategy.resolve(WorkflowCompositeComponent workflow,
WorkflowContext context)
Deprecated.
|
void |
WorkflowEngine.setContext(WorkflowContext value)
Deprecated.
Sets the value of the '
Context' containment reference. |
void |
WorkflowLogResetter.setContext(WorkflowContext value)
Deprecated.
Sets the value of the '
Context' reference. |
void |
WorkflowRunner.setContext(WorkflowContext value)
Deprecated.
Sets the value of the '
Context' reference. |
void |
WorkflowStateResetter.setContext(WorkflowContext value)
Deprecated.
Sets the value of the '
Context' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
RuntimeSwitch.caseWorkflowContext(WorkflowContext object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Context'.
|