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 SummaryConstructorsConstructorDescriptionLastTaskInfoImpl(Map<String, Object> propertyMap) Constructor from property map.
- 
Method SummaryModifier and TypeMethodDescriptionintgetActor()voidwriteXML(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHoldergetDateValue, getIntValue, getStringValue
- 
Constructor Details- 
LastTaskInfoImplConstructor from property map.- Parameters:
- propertyMap- Property Map
 
 
- 
- 
Method Details- 
writeXMLWrites data as xml part.- Parameters:
- hd- Content handler
- partName- Part name
- Throws:
- SAXException- Exception
 
- 
getActivityIdpublic int getActivityId()- Specified by:
- getActivityIdin interface- LastTaskInfo
- Returns:
- the activityId
- See Also:
 
- 
getActivityName- Specified by:
- getActivityNamein interface- LastTaskInfo
- Returns:
- the activity Name
- See Also:
 
- 
getActor- Specified by:
- getActorin interface- LastTaskInfo
- Returns:
- the user
- See Also:
 
- 
getStatusText- Specified by:
- getStatusTextin interface- LastTaskInfo
- Returns:
- the statusText
- See Also:
 
 
-