Package com.saperion.wf
Class LastTaskInfoImpl
java.lang.Object
com.saperion.wf.WorkflowDataHolder
com.saperion.wf.LastTaskInfoImpl
- All Implemented Interfaces:
LastTaskInfo,Serializable
Last task info class.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLastTaskInfoImpl(Map<String, Object> propertyMap) Constructor from property map. -
Method Summary
Modifier and TypeMethodDescriptionintgetActor()voidwriteXML(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
Constructor Details
-
LastTaskInfoImpl
Constructor from property map.- Parameters:
propertyMap- Property Map
-
-
Method Details
-
writeXML
Writes data as xml part.- Parameters:
hd- Content handlerpartName- Part name- Throws:
SAXException- Exception
-
getActivityId
public int getActivityId()- Specified by:
getActivityIdin interfaceLastTaskInfo- Returns:
- the activityId
- See Also:
-
getActivityName
- Specified by:
getActivityNamein interfaceLastTaskInfo- Returns:
- the activity Name
- See Also:
-
getActor
- Specified by:
getActorin interfaceLastTaskInfo- Returns:
- the user
- See Also:
-
getStatusText
- Specified by:
getStatusTextin interfaceLastTaskInfo- Returns:
- the statusText
- See Also:
-