Class UndoHistoryStep

    • Constructor Detail

      • UndoHistoryStep

        protected UndoHistoryStep()
        default constructor
    • Method Detail

      • getStepId

        public String getStepId()
        Get the step id that provokes the atomic operation
        Returns:
        the step id that provokes the atomic operation
      • setStepId

        public void setStepId​(String stepId)
        Set the step id that provokes the atomic operation
        Parameters:
        stepId - the step id that provokes the atomic operation
      • setInstance

        public void setInstance​(ProcessInstance instance)
        Set the instance on which the atomic operation has been made
        Parameters:
        instance - the instance id
      • getAction

        public String getAction()
        Get the atomic operation stored in this step
        Returns:
        the atomic operation stored in this step
      • setAction

        public void setAction​(String action)
        Set the atomic operation stored in this step
        Parameters:
        action - the atomic operation stored in this step
      • getParameters

        public String getParameters()
        Get parameters of atomic operation
        Returns:
        parameters concatenated as "param1##param2...paramN"
      • setParameters

        public void setParameters​(String parameters)
        Set parameters of atomic operation
        Parameters:
        parameters - parameters concatenated as "param1##param2...paramN"