Uses of Enum Class
com.uc4.communication.ProcessFlowSettings.ElseAction
Packages that use ProcessFlowSettings.ElseAction
-
Uses of ProcessFlowSettings.ElseAction in com.uc4.communication
Methods in com.uc4.communication that return ProcessFlowSettings.ElseActionModifier and TypeMethodDescriptionProcessFlowSettings.getElseAction()Returns the default else action when tasks are added to a Process Flow.Returns the enum constant of this class with the specified name.static ProcessFlowSettings.ElseAction[]ProcessFlowSettings.ElseAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication with parameters of type ProcessFlowSettings.ElseActionModifier and TypeMethodDescriptionvoidProcessFlowSettings.setElseAction(ProcessFlowSettings.ElseAction elseAction) Sets the default else action when tasks are added to a Process Flow.