public abstract class CompletedTask extends CompletedElement
CompletedElement.TaskCompletedState
Constructor and Description |
---|
CompletedTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
CompletedElement.TaskCompletedState completedState,
List<Attribute> attributes)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
getAttributes()
Gets the extended attributes for the task.
|
getCompleted, getCompletedBy, getCompletedState, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState, List<Attribute> attributes)
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 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.completedBy
- The user who completed the element.completed
- The date on which task was completed.completedState
- The completed state of the elementattributes
- The extended attributes of the task.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>