Class WorkflowDataHolder

java.lang.Object
com.saperion.wf.WorkflowDataHolder
Direct Known Subclasses:
ActorInfoImpl, AttachmentInfoImpl, EscalationHoldInfoImpl, LastTaskInfoImpl, ProcessInfoImpl, TaskAuditInfoImpl, TaskInfoImpl, TimeInfoImpl

public class WorkflowDataHolder extends Object
Author:
rbo
  • Constructor Details

    • WorkflowDataHolder

      protected WorkflowDataHolder()
      Default Constructor.
    • WorkflowDataHolder

      protected WorkflowDataHolder(Map<String,Object> resultMap)
      Constructor.
      Parameters:
      resultMap - result map
  • Method Details

    • getStringValue

      protected final String getStringValue(String fieldName)
      Reads the string value from the map.
      Parameters:
      fieldName - field name
      Returns:
      Result
    • getIntValue

      protected final int getIntValue(String fieldName)
      Reads the int value from the result map.
      Parameters:
      fieldName - field name
      Returns:
      Result
    • getDateValue

      protected final Date getDateValue(String fieldName)
      Reads the date value from the map.
      Parameters:
      fieldName - field name
      Returns:
      Result