Package | Description |
---|---|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSetup
Abstract class of setup information for event types in a process flow.
|
class |
JobTaskSetup
Provides setup information for job task elements in a process flow.
|
class |
NotificationTaskSetup
Provides setup information for notification task elements in a process flow.
|
class |
SignalEventSetup
Provides setup information for IntermediateSignalCatchEvent elements in a process flow.
|
class |
TaskSetup
Abstract class for providing common setup information for task element setups in a process flow.
|
class |
TimerEventSetup
Provides setup information for TimerEventSetup elements in a process flow.
|
class |
UserTaskSetup
Provides setup information for user task elements in a process flow.
|
Modifier and Type | Method and Description |
---|---|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Update the element setup for the process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<ElementSetup> |
ProcessFlowSetupService.getElementSetups(String id)
Get the process flow setup elements for the process flow at the specified context with the specified name.
|
Modifier and Type | Method and Description |
---|---|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Update the element setup for the process flow.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA