Package org.ametys.cms.workflow
Class WorkflowTasksComponent.TaskStep
- java.lang.Object
-
- org.ametys.cms.workflow.WorkflowTasksComponent.TaskStep
-
- Enclosing class:
- WorkflowTasksComponent
public class WorkflowTasksComponent.TaskStep extends Object
Class representing a task step.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getRights()Get the rights.Set<Integer>getStepIds()Get the stepId.booleangetUserContentsOnly()Get the userContents.voidsetRights(Set<String> rights)Set the rights.voidsetStepIds(Set<Integer> stepIds)Set the stepId.voidsetUserContents(boolean userContents)Set the userContents.
-
-
-
Method Detail
-
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
-
-