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:
getReceiveDate
in interfaceTaskAuditInfo
- Returns:
- the receiveDate
-
getSubject
- Specified by:
getSubject
in interfaceTaskAuditInfo
- Returns:
- the subject
-
getProcessName
- Specified by:
getProcessName
in interfaceTaskAuditInfo
- Returns:
- the processName
-
getNodeName
- Specified by:
getNodeName
in interfaceTaskAuditInfo
- Returns:
- the nodeName
-
getStatusText
- Specified by:
getStatusText
in interfaceTaskAuditInfo
- Returns:
- the statusText
-
getResultProperties
- Specified by:
getResultProperties
in interfaceTaskAuditInfo
- Returns:
- the result properties
-