public final class TimeInfoImpl extends WorkflowDataHolder implements TimeInfo
| Constructor and Description |
|---|
TimeInfoImpl(Map<String,Object> propertyMap,
boolean isBC)
Constructor from property map.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration() |
int |
getEstWorkingTime() |
int |
getWorkingTime() |
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 getDuration()
getDuration in interface TimeInfoTimeInfo.getDuration()public int getWorkingTime()
getWorkingTime in interface TimeInfoTimeInfo.getWorkingTime()public int getEstWorkingTime()
getEstWorkingTime in interface TimeInfoTimeInfo.getEstWorkingTime()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.