Uses of Class
com.evolveum.midpoint.model.common.expression.functions.BasicExpressionFunctions
Packages that use BasicExpressionFunctions
Package
Description
-
Uses of BasicExpressionFunctions in com.evolveum.midpoint.model.common.expression.script.mel
Constructors in com.evolveum.midpoint.model.common.expression.script.mel with parameters of type BasicExpressionFunctionsModifierConstructorDescriptionMelScriptEvaluator(PrismContext prismContext, Protector protector, LocalizationService localizationService, BasicExpressionFunctions basicExpressionFunctions, MidpointFunctions midpointExpressionFunctions) Called by Spring but also by lower-level tests -
Uses of BasicExpressionFunctions in com.evolveum.midpoint.model.common.expression.script.mel.extension
Methods in com.evolveum.midpoint.model.common.expression.script.mel.extension with parameters of type BasicExpressionFunctionsModifier and TypeMethodDescriptionstatic dev.cel.extensions.CelExtensionLibrary<CelFormatExtensions>CelFormatExtensions.library(BasicExpressionFunctions basicExpressionFunctions) static dev.cel.extensions.CelExtensionLibrary<CelLdapExtensions>CelLdapExtensions.library(BasicExpressionFunctions basicExpressionFunctions) static dev.cel.extensions.CelExtensionLibrary<CelMelExtensions>CelMelExtensions.library(dev.cel.common.CelOptions celOptions, Protector protector, BasicExpressionFunctions basicExpressionFunctions) static dev.cel.extensions.CelExtensionLibrary<CelSecretExtensions>CelSecretExtensions.library(Protector protector, BasicExpressionFunctions basicExpressionFunctions) Constructors in com.evolveum.midpoint.model.common.expression.script.mel.extension with parameters of type BasicExpressionFunctionsModifierConstructorDescriptionCelFormatExtensions(BasicExpressionFunctions basicExpressionFunctions) CelLdapExtensions(BasicExpressionFunctions basicExpressionFunctions) CelMelExtensions(dev.cel.common.CelOptions celOptions, Protector protector, BasicExpressionFunctions basicExpressionFunctions) CelSecretExtensions(Protector protector, BasicExpressionFunctions basicExpressionFunctions) MidPointCelExtensionManager(Protector protector, BasicExpressionFunctions basicExpressionFunctions, MidpointFunctions midpointExpressionFunctions, dev.cel.common.CelOptions celOptions)