public abstract class CompletedTask extends CompletedElement
Modifier and Type | Class and Description |
---|---|
static class |
CompletedTask.TaskCompletedState
Provides the completed state of the task.
|
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,
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 this task.
|
getCompleted, getCompletedBy, 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, List<Attribute> attributes)
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.completedBy
- the user who task this element.completed
- the date this task was created.attributes
- the extended attributes of the task.Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA