public class UserTaskDetails extends UserTask
Task.Complexity, Task.Priority, Task.TaskStatus
Element.ElementType
Constructor and Description |
---|
UserTaskDetails(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
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<Principal> |
getCandidates()
Gets the candidates for this user task.
|
Set<DataProperty> |
getCompletionProperties()
Gets the completion properties for this user task.
|
Set<UserTaskAssignment> |
getTaskAssignmentHistory()
Gets the assignment history of the 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, setName
getId, getTypeId
public UserTaskDetails(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, Set<Principal> candidates, Set<DataProperty> completionProperties, Set<UserTaskAssignment> taskAssignmentHistory)
typeId
- the object type identifier of the task.id
- the unique identifier of the task.elementId
- the identifier of the task as it appears in the process definition.name
- the name of the task.description
- the description of the task.type
- the type of the task.flowStatus
- the status of the process flow that contains the task.processFlowId
- the identifier of the process flow that contains the task.created
- the date on which the task was created.started
- the date on which the task was started.taskStatus
- the status of the task.attributes
- the extended attributes of the task.completionProperties
- the completion properties of the task.taskAssignmentHistory
- the assignment history of the task.public Set<Principal> getCandidates()
public Set<DataProperty> getCompletionProperties()
public Set<UserTaskAssignment> getTaskAssignmentHistory()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>