Uses of Class
com.sas.lsaf.workflow.processflow.setup.ElementSetup
-
Packages that use ElementSetup Package Description com.sas.lsaf.workflow.processflow.setup The service and class definitions to manage process flows setup elements. -
-
Uses of ElementSetup in com.sas.lsaf.workflow.processflow.setup
Subclasses of ElementSetup in com.sas.lsaf.workflow.processflow.setup Modifier and Type Class Description class
EventSetup
The abstract class that represents the set up 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 specifies the setup information for IntermediateSignalCatchEvent elements that are in a process flow.class
TaskSetup
The abstract class that specifies the common setup information for the task element setups that are in a process flow.class
TimerEventSetup
The class that specifies the setup information for the TimerEventSetup elements that are in a process flow.class
UserTaskSetup
The class that specifies the setup information for the user task elements that are in a process flow.Methods in com.sas.lsaf.workflow.processflow.setup that return ElementSetup Modifier and Type Method Description ElementSetup
ProcessFlowSetupService. updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.Methods in com.sas.lsaf.workflow.processflow.setup that return types with arguments of type ElementSetup Modifier and Type Method Description java.util.Set<ElementSetup>
ProcessFlowSetupService. getElementSetups(java.lang.String id)
Gets the process flow setup elements for the process flow.Methods in com.sas.lsaf.workflow.processflow.setup with parameters of type ElementSetup Modifier and Type Method Description ElementSetup
ProcessFlowSetupService. updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.
-