| Modifier and Type | Method and Description |
|---|---|
WorkflowUnitOfWork |
WorkflowFactory.createWorkflowUnitOfWork()
Deprecated.
Returns a new object of class 'Unit Of Work'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWorkflowVisitor.visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowLogResetter.visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
Deprecated.
|
void |
WorkflowStateResetter.visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WorkflowSwitch.caseWorkflowUnitOfWork(WorkflowUnitOfWork object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Unit Of Work'.
|