public class UserTaskDetails extends UserTaskUpdateInfo
Task.Complexity, Task.Priority, Task.TaskStatus
Element.ElementType
Constructor and Description |
---|
UserTaskDetails(UserTask userTask,
Set<Principal> candidates,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Set<UserTaskAssignment> |
getTaskAssignmentHistory()
Gets the assignment history of the user task.
|
getCandidates, getCompletionProperties, setCandidates, setCompletionProperties
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 UserTaskDetails(UserTask userTask, Set<Principal> candidates, Set<DataProperty> completionProperties, Set<UserTaskAssignment> taskAssignmentHistory)
userTask
- The user task with the base properties.candidates
- The candidates for the user task.completionProperties
- The completion properties of the task.taskAssignmentHistory
- The assignment history of the task.public Set<UserTaskAssignment> getTaskAssignmentHistory()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>