public class CompletedEvent extends CompletedElement
Constructor and Description |
---|
CompletedEvent(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.
|
getCompleted, getCompletedBy, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedEvent(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 event.id
- the unique identifier of the event.elementId
- the identifier of the event as it appears in the process definition.processFlowId
- the identifier of the process flow that contains the element.name
- the name of the event.description
- the description of the event.type
- the type of the event.created
- the date on which the event was created.completedBy
- the user who completed the event.completed
- the date on which the event was completed.Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA