Package com.saperion.wf
Class WorkflowDataHolder
java.lang.Object
com.saperion.wf.WorkflowDataHolder
- Direct Known Subclasses:
ActorInfoImpl,AttachmentInfoImpl,EscalationHoldInfoImpl,LastTaskInfoImpl,ProcessInfoImpl,TaskAuditInfoImpl,TaskInfoImpl,TimeInfoImpl
- Author:
- rbo
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault Constructor.protectedWorkflowDataHolder(Map<String, Object> resultMap) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected final DategetDateValue(String fieldName) Reads the date value from the map.protected final intgetIntValue(String fieldName) Reads the int value from the result map.protected final StringgetStringValue(String fieldName) Reads the string value from the map.
-
Constructor Details
-
WorkflowDataHolder
protected WorkflowDataHolder()Default Constructor. -
WorkflowDataHolder
Constructor.- Parameters:
resultMap- result map
-
-
Method Details
-
getStringValue
Reads the string value from the map.- Parameters:
fieldName- field name- Returns:
- Result
-
getIntValue
Reads the int value from the result map.- Parameters:
fieldName- field name- Returns:
- Result
-
getDateValue
Reads the date value from the map.- Parameters:
fieldName- field name- Returns:
- Result
-