public final class LastTaskInfoImpl extends WorkflowDataHolder implements LastTaskInfo
Constructor and Description |
---|
LastTaskInfoImpl(Map<String,Object> propertyMap)
Constructor from property map.
|
Modifier and Type | Method and Description |
---|---|
int |
getActivityId() |
String |
getActivityName() |
ActorInfo |
getActor() |
String |
getStatusText() |
void |
writeXML(ContentHandler hd,
String partName)
Writes data as xml part.
|
getDateValue, getIntValue, getStringValue
public void writeXML(ContentHandler hd, String partName) throws SAXException
hd
- Content handlerpartName
- Part nameSAXException
- Exceptionpublic int getActivityId()
getActivityId
in interface LastTaskInfo
LastTaskInfo.getActivityId()
public String getActivityName()
getActivityName
in interface LastTaskInfo
LastTaskInfo.getActivityName()
public ActorInfo getActor()
getActor
in interface LastTaskInfo
LastTaskInfo.getActor()
public String getStatusText()
getStatusText
in interface LastTaskInfo
LastTaskInfo.getStatusText()
Copyright © 2016 SAPERION AG. All rights reserved.