Class WorkflowTasksComponent.TaskStep

java.lang.Object
org.ametys.cms.workflow.WorkflowTasksComponent.TaskStep
Enclosing class:
WorkflowTasksComponent

Class representing a task step.
  • Field Details

  • Constructor Details

    • 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 Details

    • getStepIds

      public Set<Integer> getStepIds()
      Get the stepId.
      Returns:
      the stepId
    • 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
    • getRights

      public Set<String> getRights()
      Get the rights.
      Returns:
      the rights
    • setRights

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