public class WorkflowTasksComponent.TaskStep extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
_rights
The rights to have.
|
protected Set<Integer> |
_stepIds
The step ID.
|
protected boolean |
_userContents
Only return user contents.
|
Constructor and Description |
---|
TaskStep()
Construct a TaskStep object.
|
TaskStep(Set<Integer> stepIds,
boolean userContents,
Set<String> rights)
Construct a TaskStep object with parameters.
|
Modifier and Type | Method and 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.
|
protected boolean _userContents
public TaskStep()
public Set<Integer> getStepIds()
public void setStepIds(Set<Integer> stepIds)
stepIds
- the stepId to setpublic boolean getUserContentsOnly()
public void setUserContents(boolean userContents)
userContents
- the userContents to set