Package | Description |
---|---|
com.sas.lsaf.workflow.processflow.setup |
The service and class definitions to manage process flows setup elements.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSetup
The abstract class of setup information for event types in a process flow.
|
class |
JobTaskSetup
The class that represents the setup information for the job task elements in a process flow.
|
class |
NotificationTaskSetup
The class that represents the setup information for notification task elements in a process flow.
|
class |
SignalEventSetup
The class that provides setup information for IntermediateSignalCatchEvent elements in a process flow.
|
class |
TaskSetup
The abstract class that represents the common setup information for task element setups in a process flow.
|
class |
TimerEventSetup
The class that represents the setup information for TimerEventSetup elements in a process flow.
|
class |
UserTaskSetup
The class that that represents setup information for the user task elements in a process flow.
|
Modifier and Type | Method and Description |
---|---|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<ElementSetup> |
ProcessFlowSetupService.getElementSetups(String id)
Gets the process flow setup elements for the process flow.
|
Modifier and Type | Method and Description |
---|---|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>