Uses of Class
com.sas.lsaf.workflow.processflow.setup.ElementSetup
Packages that use ElementSetup
Package
Description
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.setupModifier and TypeClassDescriptionclassThe abstract class that represents the set up information for event types in a process flow.classThe class that represents the setup information for the job task elements in a process flow.classThe class that represents the setup information for notification task elements in a process flow.classThe class that specifies the setup information for IntermediateSignalCatchEvent elements that are in a process flow.classThe abstract class that specifies the common setup information for the task element setups that are in a process flow.classThe class that specifies the setup information for the TimerEventSetup elements that are in a process flow.classThe 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 ElementSetupModifier and TypeMethodDescriptionProcessFlowSetupService.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 ElementSetupModifier and TypeMethodDescriptionProcessFlowSetupService.getElementSetups(String id) Gets the process flow setup elements for the process flow.Methods in com.sas.lsaf.workflow.processflow.setup with parameters of type ElementSetupModifier and TypeMethodDescriptionProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup) Updates the element setup for the process flow.