Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
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()
Get the event that triggered flow from the gateway
|
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.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA