Uses of Enum Class
com.uc4.communication.ProcessFlowSettings.AskForAlias
Packages that use ProcessFlowSettings.AskForAlias
-
Uses of ProcessFlowSettings.AskForAlias in com.uc4.communication
Methods in com.uc4.communication that return ProcessFlowSettings.AskForAliasModifier and TypeMethodDescriptionProcessFlowSettings.getAskForAlias()
Returns if the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function.Returns the enum constant of this class with the specified name.static ProcessFlowSettings.AskForAlias[]
ProcessFlowSettings.AskForAlias.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.AskForAliasModifier and TypeMethodDescriptionvoid
ProcessFlowSettings.setAskForAlias
(ProcessFlowSettings.AskForAlias askForAlias) Determines whether the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function, and when.