Package com.saperion.wf
Class WorkflowDataHolder
- java.lang.Object
-
- com.saperion.wf.WorkflowDataHolder
-
- Direct Known Subclasses:
ActorInfoImpl,AttachmentInfoImpl,EscalationHoldInfoImpl,LastTaskInfoImpl,ProcessInfoImpl,TaskAuditInfoImpl,TaskInfoImpl,TimeInfoImpl
public class WorkflowDataHolder extends java.lang.Object- Author:
- rbo
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkflowDataHolder()Default Constructor.protectedWorkflowDataHolder(java.util.Map<java.lang.String,java.lang.Object> resultMap)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.DategetDateValue(java.lang.String fieldName)Reads the date value from the map.protected intgetIntValue(java.lang.String fieldName)Reads the int value from the result map.protected java.lang.StringgetStringValue(java.lang.String fieldName)Reads the string value from the map.
-
-
-
Method Detail
-
getStringValue
protected final java.lang.String getStringValue(java.lang.String fieldName)
Reads the string value from the map.- Parameters:
fieldName- field name- Returns:
- Result
-
getIntValue
protected final int getIntValue(java.lang.String fieldName)
Reads the int value from the result map.- Parameters:
fieldName- field name- Returns:
- Result
-
getDateValue
protected final java.util.Date getDateValue(java.lang.String fieldName)
Reads the date value from the map.- Parameters:
fieldName- field name- Returns:
- Result
-
-