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 the user task.
|
Set<UserTaskAssignment> |
getTaskAssignmentHistory()
Gets the user task assignment information for the 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 identifier of the task.id
- the unique identifier of the task.elementId
- the identifier of the task as it appears in the process definition.processFlowId
- the identifier of the process flow that contains the task.name
- the name of the task.description
- the description of the task.type
- the type of the task.created
- the date on which the task was created.attributes
- the extended attributes of the task.completedBy
- the user who completed the task.completed
- the date on which the task was completed.complexity
- the complexity of the user task.priority
- the priority of the user task.dueDate
- the due date of the user task.completionComment
- the comment that was provided at the completion of the user task.totalActualHours
- the total actual hours for the user task.completionProperties
- the completion properties that were entered at the completion of the task.taskAssignmentHistory
- the assignment history of the task.public Set<DataProperty> getCompletionProperties()
public Set<UserTaskAssignment> getTaskAssignmentHistory()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA