public interface CompletedElement extends Identifiable
Modifier and Type | Method and Description |
---|---|
Date |
getCompleted()
Gets the date this completed element was completed
|
UserDescriptor |
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
|
ProcessFlowDescriptor.FlowStatus |
getFlowStatus()
Gets the status of this completed element
|
String |
getName()
Gets the name of this completed element
|
Element.ElementType |
getType()
Gets the type of this completed element
|
getIdentifier, getObjectType
String getName()
String getDescription()
ProcessFlowDescriptor.FlowStatus getFlowStatus()
Date getCreated()
Date getCompleted()
UserDescriptor getCompletedBy()
Element.ElementType getType()
String getElementId()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA