Uses of Class
com.evolveum.midpoint.model.common.expression.functions.FunctionLibrary
- 
Packages that use FunctionLibrary Package Description com.evolveum.midpoint.model.common.expression.functions com.evolveum.midpoint.model.common.expression.script  - 
- 
Uses of FunctionLibrary in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions that return FunctionLibrary Modifier and Type Method Description static FunctionLibraryFunctionLibraryUtil. createBasicFunctionLibrary(PrismContext prismContext, Protector protector, Clock clock)static FunctionLibraryFunctionLibraryUtil. createLogFunctionLibrary(PrismContext prismContext) - 
Uses of FunctionLibrary in com.evolveum.midpoint.model.common.expression.script
Methods in com.evolveum.midpoint.model.common.expression.script that return types with arguments of type FunctionLibrary Modifier and Type Method Description Collection<FunctionLibrary>ScriptExpression. getFunctions()Collection<FunctionLibrary>ScriptExpressionEvaluationContext. getFunctions()Method parameters in com.evolveum.midpoint.model.common.expression.script with type arguments of type FunctionLibrary Modifier and Type Method Description voidScriptExpression. setFunctions(Collection<FunctionLibrary> functions)voidScriptExpressionEvaluationContext. setFunctions(Collection<FunctionLibrary> functions)Constructor parameters in com.evolveum.midpoint.model.common.expression.script with type arguments of type FunctionLibrary Constructor Description ScriptExpressionFactory(@NotNull PrismContext prismContext, @NotNull RepositoryService repositoryService, @NotNull Collection<FunctionLibrary> standardFunctionLibraries, @NotNull Collection<ScriptEvaluator> evaluators, @NotNull CacheRegistry cacheRegistry, @NotNull ObjectResolver objectResolver)ScriptExpressionFactory(@NotNull Collection<FunctionLibrary> standardFunctionLibraries, @NotNull ObjectResolver objectResolver) 
 -