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 properties for this user task.
|
Set<DataProperty> |
getCompletionProperties()
Gets the completion properties for this user task.
|
Set<UserTaskAssignment> |
getTaskAssignmentHistory()
Gets the candidates for this user task.
|
getActualHours, getAssigned, getAssignee, getComplexity, getDueDate, getPriority, setActualHours, setAssignee, setComplexity, setDueDate, setPriority
getAttributes, getStarted, getTaskStatus, setAttributes
equals, getCreated, getDescription, getElementId, getFlowStatus, getName, getProcessFlowId, getType, hashCode, setName, toString
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 id of this element.id
- the unique id of this element.elementId
- the id of the element as it appears in the process definition.name
- the name of the element.description
- the description of the element.type
- the type of the element.flowStatus
- the status of the process flow containing this element.processFlowId
- the id of the process flow containing this element.created
- the date this element was created.started
- the date this element was started.taskStatus
- the status of this element.attributes
- the extended attributes of the task.completionProperties
- the completion properties of this task.taskAssignmentHistory
- the assignment history of this task.public Set<Principal> getCandidates()
public Set<DataProperty> getCompletionProperties()
public Set<UserTaskAssignment> getTaskAssignmentHistory()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA