Class WorkflowTasksComponent.TaskStep

    • Constructor Detail

      • TaskStep

        public TaskStep()
        Construct a TaskStep object.
      • TaskStep

        public TaskStep​(Set<Integer> stepIds,
                        boolean userContents,
                        Set<String> rights)
        Construct a TaskStep object with parameters.
        Parameters:
        stepIds - the step ID.
        userContents - the user contents.
        rights - the rights.
    • Method Detail

      • setStepIds

        public void setStepIds​(Set<Integer> stepIds)
        Set the stepId.
        Parameters:
        stepIds - the stepId to set
      • getUserContentsOnly

        public boolean getUserContentsOnly()
        Get the userContents.
        Returns:
        the userContents
      • setUserContents

        public void setUserContents​(boolean userContents)
        Set the userContents.
        Parameters:
        userContents - the userContents to set
      • setRights

        public void setRights​(Set<String> rights)
        Set the rights.
        Parameters:
        rights - the rights to set