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 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 id of this event.id
- the unique id of this event.elementId
- the id of the event as it appears in the process definition.processFlowId
- the id of the process flow containing this element.name
- the name of the event.description
- the description of the event.type
- the type of the event.created
- the date this event was created.completedBy
- the user who completed this event.completed
- the date this event was created.triggeredEvent
- The event that triggered flow from the gatewaypublic CompletedEvent getTriggeredEvent()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA