Interface MetadataInstance

    • Method Detail

      • getId

        String getId()
        Returns:
        the id of the variable
      • getName

        String getName()
        Returns:
        the name of the variable
      • getContentItemId

        String getContentItemId()
        Returns:
        the process instance id of the variable
      • getTextValue

        String getTextValue()
        Returns:
        the first text value, if any, or null.
      • getTextValue2

        String getTextValue2()
        Returns:
        the second text value, if any, or null.
      • getLongValue

        Long getLongValue()
        Returns:
        the long value, if any, or null.
      • getDoubleValue

        Double getDoubleValue()
        Returns:
        the double value, if any, or null.
      • getBytes

        byte[] getBytes()
        Returns:
        the byte array value, if any, or null.
      • getTypeName

        String getTypeName()