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, getStringValuepublic void writeXML(ContentHandler hd, String partName) throws SAXException
hd - Content handlerpartName - Part nameSAXException - Exceptionpublic int getActivityId()
getActivityId in interface LastTaskInfoLastTaskInfo.getActivityId()public String getActivityName()
getActivityName in interface LastTaskInfoLastTaskInfo.getActivityName()public ActorInfo getActor()
getActor in interface LastTaskInfoLastTaskInfo.getActor()public String getStatusText()
getStatusText in interface LastTaskInfoLastTaskInfo.getStatusText()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.