public class CompletedUserTask extends CompletedTask
CompletedElement.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,
CompletedElement.TaskCompletedState completedState,
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 the user task.
|
Task.Complexity |
getComplexity()
Gets the complexity of the user task.
|
Date |
getDueDate()
Gets the due date of the user task.
|
Task.Priority |
getPriority()
Gets the priority of the user task.
|
float |
getTotalActualHours()
Gets the total actual hours for the user task.
|
String |
toString() |
getAttributes
getCompleted, getCompletedBy, getCompletedState, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType
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, CompletedElement.TaskCompletedState completedState, Task.Complexity complexity, Task.Priority priority, Date dueDate, String completionComment, float totalActualHours)
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 element.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 provided at the completion of the user task.totalActualHours
- the total actual hours for the user task.public float getTotalActualHours()
public String getCompletionComment()
public Date getDueDate()
public Task.Complexity getComplexity()
public Task.Priority getPriority()
public String toString()
toString
in class CompletedElement
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>