public class CompletedUserTaskDetails extends CompletedUserTask
CompletedTask.TaskCompletedState
Constructor and Description |
---|
CompletedUserTaskDetails(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours,
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<DataProperty> |
getCompletionProperties()
Gets the completion properties for this user task.
|
Set<UserTaskAssignment> |
getTaskAssignmentHistory()
Gets the user task assignment information for this user task.
|
getCompletionComment, getComplexity, getDueDate, getPriority, getTotalActualHours
getAttributes
getCompleted, getCompletedBy, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedUserTaskDetails(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, Task.Complexity complexity, Task.Priority priority, Date dueDate, String completionComment, float totalActualHours, Set<DataProperty> completionProperties, Set<UserTaskAssignment> taskAssignmentHistory)
typeId
- the object type id of this task.id
- the unique id of this task.elementId
- the id of the task as it appears in the process definition.processFlowId
- the id of the process flow containing this element.name
- the name of the task.description
- the description of the task.type
- the type of the task.created
- the date this task was created.attributes
- the extended attributes of the task.completedBy
- the user who completed this task.completed
- the date this task was completed.complexity
- the complexity of this user task.priority
- the priority of this user task.dueDate
- the due date of this user task.completionComment
- the comment provided at completion of this user task.totalActualHours
- the total actual hours for this user task.completionProperties
- the completion properties entered at completion of this task.taskAssignmentHistory
- the assignment history of this task.public Set<DataProperty> getCompletionProperties()
public Set<UserTaskAssignment> getTaskAssignmentHistory()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA