Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Class and Description |
---|---|
class |
EventDefinition
Abstract class of setup information for event types in a process flow.
|
class |
JobTaskDefinition
Provides setup information for job task elements in a process flow.
|
class |
NotificationTaskDefinition
Provides setup information for notification task elements in a process flow.
|
class |
SignalEventDefinition
Provides setup information for IntermediateSignalCatchEvent elements in a process flow.
|
class |
TaskDefinition
Abstract class for providing common setup information for task elements in a process flow.
|
class |
TimerEventDefinition
Provides setup information for TimerEventDefinition elements in a process flow.
|
class |
UserTaskDefinition
Provides setup information for user task elements in a process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<ElementDefinition> |
ProcessFlowService.getElementDefinitions(ProcessFlowContext context,
String name)
Get the process flow element definitions for the process flow at the specified context with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlowService.updateElementDefinition(ElementDefinition elementDefinition)
Update the element definition for the process flow identified by
getProcessFlowIdentifier() . |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA