@Deprecated public interface WorkflowLogResetter extends IWorkflowVisitor
The following features are supported:
RuntimePackage.getWorkflowLogResetter()| Modifier and Type | Method and Description |
|---|---|
WorkflowContext |
getContext()
Deprecated.
Returns the value of the 'Context' reference.
|
void |
setContext(WorkflowContext value)
Deprecated.
Sets the value of the '
Context' reference. |
void |
visitComposite(WorkflowCompositeComponent composite)
Deprecated.
|
void |
visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
Deprecated.
|
WorkflowContext getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(WorkflowContext),
RuntimePackage.getWorkflowLogResetter_Context()void setContext(WorkflowContext value)
Context' reference.
value - the new value of the 'Context' reference.getContext()void visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
visitUnitOfWork in interface IWorkflowVisitorvoid visitComposite(WorkflowCompositeComponent composite)
visitComposite in interface IWorkflowVisitor