| Modifier and Type | Method and Description |
|---|---|
WorkflowLog |
WorkflowComponent.logError(WorkflowContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowLog |
RuntimeFactory.createWorkflowLog()
Deprecated.
Returns a new object of class 'Workflow Log'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RuntimeSwitch.caseWorkflowLog(WorkflowLog object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Log'.
|
| 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'.
|