public class WorkflowDataHolder extends Object
Modifier | Constructor and Description |
---|---|
protected |
WorkflowDataHolder()
Default Constructor.
|
protected |
WorkflowDataHolder(Map<String,Object> resultMap)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Date |
getDateValue(String fieldName)
Reads the date value from the map.
|
protected int |
getIntValue(String fieldName)
Reads the int value from the result map.
|
protected String |
getStringValue(String fieldName)
Reads the string value from the map.
|
protected final String getStringValue(String fieldName)
fieldName
- field nameprotected final int getIntValue(String fieldName)
fieldName
- field nameCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.