Interface HistoricVariableUpdate

    • Method Detail

      • getVariableName

        java.lang.String getVariableName()
      • getVariableInstanceId

        java.lang.String getVariableInstanceId()
        Returns the id of the corresponding variable instance.
      • getTypeName

        java.lang.String getTypeName()
        Returns the type name of the variable
        Returns:
        the type name of the variable
      • getVariableTypeName

        @Deprecated
        java.lang.String getVariableTypeName()
        Deprecated.
        since 7.2. Use getTypeName()
        Returns:
        the name of the variable type.
      • getValue

        java.lang.Object getValue()
      • getRevision

        int getRevision()
      • getErrorMessage

        java.lang.String getErrorMessage()
        If the variable value could not be loaded, this returns the error message.
        Returns:
        an error message indicating why the variable value could not be loaded.
      • isInitial

        java.lang.Boolean isInitial()
        Returns:
        true if the detail historic variable update is created during the process instance start