public abstract class CompletedElement extends AbstractIdentifiable
Modifier and Type | Class and Description |
---|---|
static class |
CompletedElement.TaskCompletedState
The completed states of the element.
|
Constructor and Description |
---|
CompletedElement(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
CompletedElement.TaskCompletedState completedState)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCompleted()
Gets the date on which the completed element was completed.
|
String |
getCompletedBy()
Gets the user who completed this element.
|
CompletedElement.TaskCompletedState |
getCompletedState()
Gets the completed state of the element.
|
Date |
getCreated()
Gets the date on which the completed element was created.
|
String |
getDescription()
Gets the description of the completed element.
|
String |
getElementId()
Gets the identifier of the completed element as it appears in the process flow definition.
|
String |
getName()
Gets the name of the completed element.
|
String |
getProcessFlowId()
Gets the identifier of the process flow that contains the element.
|
Element.ElementType |
getType()
Gets the type of the completed element.
|
String |
toString() |
equals, getId, getTypeId, hashCode
public CompletedElement(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState)
typeId
- The object type identifier of the element.id
- The unique identifier of the element.elementId
- The identifier of the element as it appears in the process flow definition.processFlowId
- The identifier of the process flow that contains the element.name
- The name of the element.description
- The description of the element.type
- The type of the element.created
- The date on which the element was created.completedBy
- The user who completed the element.completed
- The date on which the element was completed.completedState
- The completed state of the elementpublic String getName()
public String getElementId()
public String getProcessFlowId()
public String getDescription()
public Date getCreated()
public Date getCompleted()
public String getCompletedBy()
public CompletedElement.TaskCompletedState getCompletedState()
public Element.ElementType getType()
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>