public class CompletedUserTaskDetails extends CompletedUserTask
CompletedElement.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,
CompletedElement.TaskCompletedState completedState,
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.
|
String |
toString() |
getCompletionComment, getComplexity, getDueDate, getPriority, getTotalActualHours
getAttributes
getCompleted, getCompletedBy, getCompletedState, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType
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, CompletedElement.TaskCompletedState completedState, 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 flow 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.completedState
- The completed state of the elementcomplexity
- 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 specified 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()
public String toString()
toString
in class CompletedUserTask
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>