public class CompletedUserTask extends CompletedTask
CompletedTask.TaskCompletedState
Constructor and Description |
---|
CompletedUserTask(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)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompletionComment()
Gets the completion comment for this user task.
|
Task.Complexity |
getComplexity()
Gets the complexity of this user task.
|
Date |
getDueDate()
Gets the due date of this user task.
|
Task.Priority |
getPriority()
Gets the priority of this user task.
|
float |
getTotalActualHours()
Gets the total actual hours for this user task.
|
getAttributes
getCompleted, getCompletedBy, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedUserTask(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)
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.public float getTotalActualHours()
public String getCompletionComment()
public Date getDueDate()
public Task.Complexity getComplexity()
public Task.Priority getPriority()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA