Interface UpdatableHistoryStep

    • Method Detail

      • setProcessInstance

        void setProcessInstance​(ProcessInstance processInstance)
        Set the process instance
        Parameters:
        processInstance - process instance
      • setUserId

        void setUserId​(String userId)
        Set the actor id of the action logged in this History step
        Parameters:
        userId - the actor id
      • setAction

        void setAction​(String action)
        Set the action name logged in this History step
        Parameters:
        action - the action name
      • setActionDate

        void setActionDate​(Date actionDate)
        Set the date when the action has been done
        Parameters:
        actionDate - the action date
      • setResolvedState

        void setResolvedState​(String state)
        Set the name of state that has been resolved
        Parameters:
        state - the resolved state name
      • setResultingState

        void setResultingState​(String state)
        Set the name of state that must result from logged action
        Parameters:
        state - state name
      • setActionStatus

        void setActionStatus​(ActionStatus actionStatus)
        Set the resulting status of action logged in this history step
        Parameters:
        actionStatus - action status
      • setUserRoleName

        void setUserRoleName​(String userRoleName)
        Set the role under which the user did the action
        Parameters:
        userRoleName - the role's name
      • setSubstituteId

        void setSubstituteId​(String substituteId)