Package | Description |
---|---|
com.sas.lsaf.workflow.element |
Class definitions representing base elements in a process flow.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedEventGateway
Represents a completed event gateway in a process flow.
|
class |
CompletedSignalEvent
Represents a completed signal event in a process flow
|
Modifier and Type | Method and Description |
---|---|
CompletedEvent |
CompletedEventGateway.getTriggeredEvent()
Gets the event that triggered flow from the gateway.
|
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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA