Uses of Class
com.uc4.communication.ProcessFlowSettings.ElseAction
-
Packages that use ProcessFlowSettings.ElseAction Package Description com.uc4.communication -
-
Uses of ProcessFlowSettings.ElseAction in com.uc4.communication
Methods in com.uc4.communication that return ProcessFlowSettings.ElseAction Modifier and Type Method Description ProcessFlowSettings.ElseAction
ProcessFlowSettings. getElseAction()
Returns the default else action when tasks are added to a Process Flow.static ProcessFlowSettings.ElseAction
ProcessFlowSettings.ElseAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessFlowSettings.ElseAction[]
ProcessFlowSettings.ElseAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.communication with parameters of type ProcessFlowSettings.ElseAction Modifier and Type Method Description void
ProcessFlowSettings. setElseAction(ProcessFlowSettings.ElseAction elseAction)
Sets the default else action when tasks are added to a Process Flow.
-