Package com.sas.lsaf.workflow.processflow.setup
The service and class definitions to manage process flows setup elements.
-
Interface Summary Interface Description ProcessFlowSetupService The service that contains methods to manage setup elements that are in a process flow. -
Class Summary Class Description ElementSetup The abstract parent class of the element set up information for all element types in a process flow.EventSetup The abstract class that represents the set up information for event types in a process flow.JobTaskSetup The class that represents the setup information for the job task elements in a process flow.NotificationTaskSetup The class that represents the setup information for notification task elements in a process flow.SignalEventSetup The class that specifies the setup information for IntermediateSignalCatchEvent elements that are in a process flow.TaskSetup The abstract class that specifies the common setup information for the task element setups that are in a process flow.TimerEventSetup The class that specifies the setup information for the TimerEventSetup elements that are in a process flow.UserTaskSetup The class that specifies the setup information for the user task elements that are in a process flow. -
Enum Summary Enum Description NotificationTaskSetup.MessagePriority The values for the priority of the message sent by the task.TimerEventSetup.TimerType The valid values for the type of timer that is in a timer event. -
Exception Summary Exception Description ProcessFlowElementSetupException Thrown when the element setup for the process flow cannot be updated.ProcessFlowElementSetupNotFoundException Thrown when the element setup for the process flow is not found.