Uses of Class
com.uc4.communication.ProcessFlowSettings.AskForAlias
-
Packages that use ProcessFlowSettings.AskForAlias Package Description com.uc4.communication -
-
Uses of ProcessFlowSettings.AskForAlias in com.uc4.communication
Methods in com.uc4.communication that return ProcessFlowSettings.AskForAlias Modifier and Type Method Description ProcessFlowSettings.AskForAlias
ProcessFlowSettings. getAskForAlias()
Returns if the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function.static ProcessFlowSettings.AskForAlias
ProcessFlowSettings.AskForAlias. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessFlowSettings.AskForAlias[]
ProcessFlowSettings.AskForAlias. 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.AskForAlias Modifier and Type Method Description void
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.
-