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.
|
Modifier and Type | Method and Description |
---|---|
TimerEventSetup.TimerType |
TimerEventDefinition.getTimerType()
Gets the type of timer for the timer event.
|
Constructor and Description |
---|
TimerEventDefinition(String elementId,
String name,
String description,
Element.ElementType type,
String parentId,
TimerEventSetup.TimerType timerType,
Serializable timerValue)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
TimerEventSetup.TimerType |
TimerEventSetup.getTimerType()
Gets the type of timer.
|
static TimerEventSetup.TimerType |
TimerEventSetup.TimerType.valueOf(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.
|
Constructor and Description |
---|
TimerEventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId,
TimerEventSetup.TimerType timerType)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>