| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowComponent.accept(IWorkflowVisitor visitor)
Deprecated.
|
void |
WorkflowCompositeComponent.accept(IWorkflowVisitor visitor)
Deprecated.
|
void |
WorkflowUnitOfWork.accept(IWorkflowVisitor visitor)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowLogResetter
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowStateResetter
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 |
RuntimeSwitch.caseIWorkflowVisitor(IWorkflowVisitor object)
Deprecated.
Returns the result of interpreting the object as an instance of 'IWorkflow Visitor'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WorkflowSwitch.caseIWorkflowVisitor(IWorkflowVisitor object)
Deprecated.
Returns the result of interpreting the object as an instance of 'IWorkflow Visitor'.
|