Package com.saperion.wf
Class TaskAuditInfoImpl
java.lang.Object
com.saperion.wf.WorkflowDataHolder
com.saperion.wf.TaskAuditInfoImpl
- All Implemented Interfaces:
TaskAuditInfo
Task audit information object.
- Author:
- mak
-
Constructor Summary
ConstructorsConstructorDescriptionTaskAuditInfoImpl(Map<String, Object> workflowProperties, String ddcName, Map<String, SaConstants.SaFieldType> fieldTypes) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
Constructor Details
-
Method Details
-
getReceiveDate
- Specified by:
getReceiveDatein interfaceTaskAuditInfo- Returns:
- the receiveDate
-
getSubject
- Specified by:
getSubjectin interfaceTaskAuditInfo- Returns:
- the subject
-
getProcessName
- Specified by:
getProcessNamein interfaceTaskAuditInfo- Returns:
- the processName
-
getNodeName
- Specified by:
getNodeNamein interfaceTaskAuditInfo- Returns:
- the nodeName
-
getStatusText
- Specified by:
getStatusTextin interfaceTaskAuditInfo- Returns:
- the statusText
-
getResultProperties
- Specified by:
getResultPropertiesin interfaceTaskAuditInfo- Returns:
- the result properties
-