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 TypeMethodDescriptionint
getActor()
void
writeXML
(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:
getActivityId
in interfaceLastTaskInfo
- Returns:
- the activityId
- See Also:
-
getActivityName
- Specified by:
getActivityName
in interfaceLastTaskInfo
- Returns:
- the activity Name
- See Also:
-
getActor
- Specified by:
getActor
in interfaceLastTaskInfo
- Returns:
- the user
- See Also:
-
getStatusText
- Specified by:
getStatusText
in interfaceLastTaskInfo
- Returns:
- the statusText
- See Also:
-