Uses of Class
com.sas.lsaf.workflow.processflow.setup.TimerEventSetup.TimerType
-
Packages that use TimerEventSetup.TimerType Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions.com.sas.lsaf.workflow.processflow.setup The service and class definitions to manage process flows setup elements. -
-
Uses of TimerEventSetup.TimerType in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return TimerEventSetup.TimerType Modifier and Type Method Description TimerEventSetup.TimerType
TimerEventDefinition. getTimerType()
Gets the type of timer for the timer event.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type TimerEventSetup.TimerType Constructor Description TimerEventDefinition(java.lang.String elementId, java.lang.String name, java.lang.String description, Element.ElementType type, java.lang.String parentId, TimerEventSetup.TimerType timerType, java.io.Serializable timerValue)
It is not intended or recommended that the consumer of this API construct these objects. -
Uses of TimerEventSetup.TimerType in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return TimerEventSetup.TimerType Modifier and Type Method Description TimerEventSetup.TimerType
TimerEventSetup. getTimerType()
Gets the type of timer.static TimerEventSetup.TimerType
TimerEventSetup.TimerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimerEventSetup.TimerType[]
TimerEventSetup.TimerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.workflow.processflow.setup with parameters of type TimerEventSetup.TimerType Constructor Description TimerEventSetup(java.lang.String name, java.lang.String description, java.lang.String elementId, Element.ElementType type, java.lang.String processFlowId, TimerEventSetup.TimerType timerType)
It is not intended or recommended that the consumer of this API construct these objects.
-