Uses of Class
com.evolveum.midpoint.model.common.expression.functions.FunctionLibrary
Packages that use FunctionLibrary
Package
Description
-
Uses of FunctionLibrary in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions that return FunctionLibraryModifier and TypeMethodDescription@Nullable FunctionLibraryFunctionLibraryBinding.getParsedLibrary()@NotNull FunctionLibraryFunctionLibraryManager.FunctionInLibrary.library()Returns the value of thelibraryrecord component.static FunctionLibraryFunctionLibrary.of(@NotNull FunctionLibraryType bean) Creates the library object from bean.Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type FunctionLibraryModifier and TypeMethodDescription@NotNull ExpressionProfileFunctionLibraryManager.determineFunctionExpressionProfile(@NotNull FunctionLibrary library, @NotNull OperationResult result) TODO cacheConstructors in com.evolveum.midpoint.model.common.expression.functions with parameters of type FunctionLibraryModifierConstructorDescriptionFunctionInLibrary(@NotNull FunctionConfigItem function, @NotNull FunctionLibrary library) Creates an instance of aFunctionInLibraryrecord class.FunctionLibraryBinding(@NotNull String variableName, @NotNull Object implementation, @Nullable FunctionLibrary parsedLibrary) -
Uses of FunctionLibrary in com.evolveum.midpoint.model.common.expression.script.mel
Methods in com.evolveum.midpoint.model.common.expression.script.mel with parameters of type FunctionLibraryModifier and TypeMethodDescriptionvoidFunctionLibraryProcessor.addRuntimeCustomLibraryImplementations(dev.cel.runtime.CelRuntimeBuilder builder, ScriptExpressionEvaluationContext context, FunctionLibraryBinding funcLibBinding, FunctionLibrary parsedLibrary)