public class UserTaskUpdateInfo extends UserTask
Task.Complexity, Task.Priority, Task.TaskStatus
Element.ElementType
Constructor and Description |
---|
UserTaskUpdateInfo(UserTask userTask,
Set<Principal> candidates,
Set<DataProperty> completionProperties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
getCandidates()
Gets the candidates for this user task.
|
Set<DataProperty> |
getCompletionProperties()
Gets the completion properties for this user task.
|
void |
setCandidates(Set<Principal> candidates)
Sets the candidates for this user task.
|
void |
setCompletionProperties(Set<DataProperty> completionProperties)
Sets the completion properties for this user task.
|
getActualHours, getAssigned, getAssignee, getComplexity, getDueDate, getPriority, setActualHours, setAssignee, setComplexity, setDueDate, setPriority, toString
getAttributes, getStarted, getTaskStatus, setAttributes
equals, getCreated, getDescription, getElementId, getFlowStatus, getName, getProcessFlowId, getType, hashCode, setDescription, setName
getId, getTypeId
public UserTaskUpdateInfo(UserTask userTask, Set<Principal> candidates, Set<DataProperty> completionProperties)
userTask
- The base user task.candidates
- The candidates for the user task.completionProperties
- the completion properties of the task.public Set<Principal> getCandidates()
public void setCandidates(Set<Principal> candidates)
candidates
- The candidates for this user task.public Set<DataProperty> getCompletionProperties()
public void setCompletionProperties(Set<DataProperty> completionProperties)
completionProperties
- The completion properties for this user task.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>