Class WorkflowDataHolder

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WorkflowDataHolder()
      Default Constructor.
      protected WorkflowDataHolder​(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.Date getDateValue​(java.lang.String fieldName)
      Reads the date value from the map.
      protected int getIntValue​(java.lang.String fieldName)
      Reads the int value from the result map.
      protected java.lang.String getStringValue​(java.lang.String fieldName)
      Reads the string value from the map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowDataHolder

        protected WorkflowDataHolder()
        Default Constructor.
      • WorkflowDataHolder

        protected WorkflowDataHolder​(java.util.Map<java.lang.String,​java.lang.Object> resultMap)
        Constructor.
        Parameters:
        resultMap - result 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