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 FunctionLibrary
FunctionLibraryUtil. createBasicFunctionLibrary(PrismContext prismContext, Protector protector, Clock clock)
static FunctionLibrary
FunctionLibraryUtil. 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 void
ScriptExpression. setFunctions(Collection<FunctionLibrary> functions)
void
ScriptExpressionEvaluationContext. 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)
-