public class CompletedEventGateway extends CompletedEvent
Constructor and Description |
---|
CompletedEventGateway(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
CompletedEvent triggeredEvent)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
CompletedEvent |
getTriggeredEvent()
Gets the event that triggered the process flow from the gateway.
|
getCompleted, getCompletedBy, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedEventGateway(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedEvent triggeredEvent)
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 created.triggeredEvent
- The event that triggered the process flow from the gateway.public CompletedEvent getTriggeredEvent()
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA