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.boolean
getUserContentsOnly()
Get the userContents.void
setRights(Set<String> rights)
Set the rights.void
setStepIds(Set<Integer> stepIds)
Set the stepId.void
setUserContents(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
-
-