public class CompletedEventGateway extends CompletedEvent
Element.ElementType
OBJECT_TYPE
Constructor and Description |
---|
CompletedEventGateway(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
UserDescriptor completedBy,
Date completed,
CompletedEvent triggeredEvent)
Initializing constructor which sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
CompletedEvent |
getTriggeredEvent()
Get the event that triggered flow from the gateway
|
String |
toString() |
getCompleted, getCompletedBy
equals, getCreated, getDescription, getElementId, getFlowStatus, getName, getProcessFlow, getType, hashCode, setDescription, setName
getIdentifier, getObjectType, setIdentifier, setObjectType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCreated, getDescription, getElementId, getFlowStatus, getName, getType
getIdentifier, getObjectType
public CompletedEventGateway(String identifier, String elementId, String name, String description, Element.ElementType activityType, ProcessFlowDescriptor.FlowStatus status, ProcessFlowDescriptor processFlow, Date created, UserDescriptor completedBy, Date completed, CompletedEvent triggeredEvent)
It is not intended or recommended that the consumer of the API construct these objects. They should only be
retrieved from service calls such as
ProcessFlowService.getCompletedElementsByProcessFlow(String)
.
identifier
- The identifier of the eventelementId
- The id of the event as it appears in the process definitionname
- The name of the eventdescription
- The description of the eventactivityType
- The type of the eventstatus
- The status of the eventprocessFlow
- The process flow that contains this eventcreated
- The date this event was createdcompletedBy
- The user who completed this eventcompleted
- The date this event was completedtriggeredEvent
- The event that triggered flow from the gatewaypublic CompletedEvent getTriggeredEvent()
public String toString()
toString
in class CompletedEvent
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA