Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ValueVariableModeType
Packages that use ValueVariableModeType
Package
Description
-
Uses of ValueVariableModeType in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression with parameters of type ValueVariableModeTypeModifier and TypeMethodDescriptionstatic TypedValue<?>ExpressionUtil.convertVariableValue(TypedValue<?> originalTypedValue, String variableName, ObjectResolver objectResolver, String contextDescription, ObjectVariableModeType objectVariableMode, @NotNull ValueVariableModeType valueVariableMode, PrismContext prismContext, Task task, OperationResult result) -
Uses of ValueVariableModeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ValueVariableModeTypeModifier and TypeFieldDescriptionprotected ValueVariableModeTypeScriptExpressionEvaluatorConfigurationType.valueVariableModeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ValueVariableModeTypeModifier and TypeMethodDescriptionstatic ValueVariableModeTypeScriptExpressionEvaluatorConfigurationType.getValueVariableMode()static ValueVariableModeTypeReturns the enum constant of this class with the specified name.static ValueVariableModeType[]ValueVariableModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ValueVariableModeTypeModifier and TypeMethodDescriptionvoidScriptExpressionEvaluatorConfigurationType.setValueVariableMode(ValueVariableModeType value) ScriptExpressionEvaluatorConfigurationType.valueVariableMode(ValueVariableModeType value) ScriptExpressionEvaluatorType.valueVariableMode(ValueVariableModeType value)