Uses of Class
com.evolveum.midpoint.model.common.expression.functions.FunctionLibraryBinding
Packages that use FunctionLibraryBinding
Package
Description
-
Uses of FunctionLibraryBinding in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions that return FunctionLibraryBindingModifier and TypeMethodDescriptionstatic FunctionLibraryBindingFunctionLibraryUtil.createBasicFunctionLibraryBinding(PrismContext prismContext, Protector protector, Clock clock) Note: In production, the this function library is created by Spring as `basicFunctionLibrary` bean.static FunctionLibraryBindingFunctionLibraryUtil.createLogFunctionLibraryBinding(PrismContext prismContext) Note: In production, the this function library is created by Spring as `logFunctionLibrary` bean.Methods in com.evolveum.midpoint.model.common.expression.functions that return types with arguments of type FunctionLibraryBindingModifier and TypeMethodDescription@NotNull List<FunctionLibraryBinding>FunctionLibraryManager.getFunctionLibraryBindings(OperationResult result) -
Uses of FunctionLibraryBinding in com.evolveum.midpoint.model.common.expression.script
Methods in com.evolveum.midpoint.model.common.expression.script that return types with arguments of type FunctionLibraryBindingModifier and TypeMethodDescriptionScriptExpression.getFunctionLibraryBindings()ScriptExpressionEvaluationContext.getFunctionLibraryBindings()Method parameters in com.evolveum.midpoint.model.common.expression.script with type arguments of type FunctionLibraryBindingModifier and TypeMethodDescriptionvoidScriptExpression.setFunctionLibraryBindings(Collection<FunctionLibraryBinding> functionLibraryBindings) voidScriptExpressionEvaluationContext.setFunctionLibraryBindings(Collection<FunctionLibraryBinding> functionLibraryBindings) Constructor parameters in com.evolveum.midpoint.model.common.expression.script with type arguments of type FunctionLibraryBindingModifierConstructorDescriptionScriptExpressionFactory(@NotNull PrismContext prismContext, @NotNull Collection<FunctionLibraryBinding> builtInLibraryBindings, @NotNull Collection<ScriptEvaluator> evaluators, @NotNull ObjectResolver objectResolver, @NotNull FunctionLibraryManager functionLibraryManager) ScriptExpressionFactory(@NotNull Collection<FunctionLibraryBinding> builtInLibraryBindings, @NotNull ObjectResolver objectResolver)