Package com.saperion.intf.wf
Interface TaskAuditInfo
- All Known Implementing Classes:
TaskAuditInfoImpl
public interface TaskAuditInfo
Workflow audit information interface.
- Author:
- mak
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getReceiveDate
Date getReceiveDate()- Returns:
- the receiveDate
-
getSubject
String getSubject()- Returns:
- the subject
-
getProcessName
String getProcessName()- Returns:
- the processName
-
getNodeName
String getNodeName()- Returns:
- the nodeName
-
getStatusText
String getStatusText()- Returns:
- the statusText
-
getResultProperties
SaPropertyValue[] getResultProperties()- Returns:
- the result properties
-