|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessData | |
de.danet.an.workflow.api | This package defines the the workflow API provided by Danet's workflow component. |
de.danet.an.workflow.omgcore | This package defines the core domain of a workflow management system. |
Uses of ProcessData in de.danet.an.workflow.api |
Classes in de.danet.an.workflow.api that implement ProcessData | |
class |
DefaultProcessData
This class extends HashMap in order to provide a
default implementation of ProcessData . |
Methods in de.danet.an.workflow.api that return ProcessData | |
ProcessData |
ProcessClosedAuditEvent.result()
|
Methods in de.danet.an.workflow.api with parameters of type ProcessData | |
void |
WorkflowService.doFinish(WfActivity act,
ProcessData result)
Set a result and complete an activity in a new transaction. |
Uses of ProcessData in de.danet.an.workflow.omgcore |
Methods in de.danet.an.workflow.omgcore that return ProcessData | |
ProcessData |
WfProcess.result()
Returns the result produced by the WfProcess. |
ProcessData |
WfDataAuditEvent.oldData()
Returns the current value of the attribute oldData . |
ProcessData |
WfDataAuditEvent.newData()
Returns the current value of the attribute newData . |
ProcessData |
WfActivity.result()
Returns the result produced by the realization of the work request represented by an activity. |
ProcessData |
WfExecutionObject.processContext()
Return the context of this WfExecutionObject . |
Methods in de.danet.an.workflow.omgcore with parameters of type ProcessData | |
void |
WfActivity.setResult(ProcessData result)
Passes result data back to the workflow process. |
void |
WfExecutionObject.setProcessContext(ProcessData newValue)
Set the context of this WfExecutionObject . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |