public abstract class CompletedElement extends AbstractIdentifiable
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)
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 this completed element was completed.
|
String |
getCompletedBy()
Gets the user that completed this element.
|
Date |
getCreated()
Gets the date this completed element was created.
|
String |
getDescription()
Gets the description of this completed element.
|
String |
getElementId()
Gets the id of this completed element as it appears in the process definition.
|
String |
getName()
Gets the name of this completed element.
|
String |
getProcessFlowId()
Gets the id of the process flow containing this element.
|
Element.ElementType |
getType()
Gets the type of this 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)
typeId
- the object type id of this element.id
- the unique id of this element.elementId
- the id of the element as it appears in the process definition.processFlowId
- the id of the process flow containing this element.name
- the name of the element.description
- the description of the element.type
- the type of the element.created
- the date this element was created.completedBy
- the user who completed this element.completed
- the date this element was created.public String getName()
public String getElementId()
public String getProcessFlowId()
public String getDescription()
public Date getCreated()
public Date getCompleted()
public String getCompletedBy()
public Element.ElementType getType()
public String toString()
toString
in class AbstractIdentifiable
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA