| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowComponentMinimalist
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowComponentProxy
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowCompositeComponent
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowUnitOfWork
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 |
|---|---|
WorkflowComponent |
WorkflowComponentProxy.getTargetComponent()
Deprecated.
Returns the value of the 'Target Component' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowComponentProxy.setTargetComponent(WorkflowComponent value)
Deprecated.
Sets the value of the '
Target Component' reference. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowComponent |
WorkflowRunner.getComponent()
Deprecated.
Returns the value of the 'Component' reference.
|
WorkflowComponent |
WorkflowEngine.getWorkflow()
Deprecated.
Returns the value of the 'Workflow' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowContext.reset(WorkflowComponent component)
Deprecated.
|
void |
WorkflowContext.resetLog(WorkflowComponent component)
Deprecated.
|
void |
WorkflowContext.resetState(WorkflowComponent component)
Deprecated.
|
void |
WorkflowRunner.setComponent(WorkflowComponent value)
Deprecated.
Sets the value of the '
Component' reference. |
void |
WorkflowEngine.setWorkflow(WorkflowComponent value)
Deprecated.
Sets the value of the '
Workflow' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
RuntimeSwitch.caseWorkflowLogMap(java.util.Map.Entry<WorkflowComponent,WorkflowLog> object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Log Map'.
|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WorkflowSwitch.caseWorkflowComponent(WorkflowComponent object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Component'.
|