Uses of Class
org.flowable.ui.task.model.runtime.RestVariable.RestVariableScope
-
Packages that use RestVariable.RestVariableScope Package Description org.flowable.ui.task.model.runtime -
-
Uses of RestVariable.RestVariableScope in org.flowable.ui.task.model.runtime
Methods in org.flowable.ui.task.model.runtime that return RestVariable.RestVariableScope Modifier and Type Method Description static RestVariable.RestVariableScopeRestVariable. getScopeFromString(String scope)RestVariable.RestVariableScopeRestVariable. getVariableScope()static RestVariable.RestVariableScopeRestVariable.RestVariableScope. valueOf(String name)Returns the enum constant of this type with the specified name.static RestVariable.RestVariableScope[]RestVariable.RestVariableScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flowable.ui.task.model.runtime with parameters of type RestVariable.RestVariableScope Modifier and Type Method Description voidRestVariable. setVariableScope(RestVariable.RestVariableScope variableScope)
-