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 thehich the completed element was completed.
|
String |
getCompletedBy()
Gets the user who completed this 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 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)
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 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.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) 2020, SAS Institute Inc., Cary, NC, USA