Class MidPointCelExtensionManager
java.lang.Object
com.evolveum.midpoint.model.common.expression.script.mel.extension.MidPointCelExtensionManager
-
Constructor Summary
ConstructorsConstructorDescriptionMidPointCelExtensionManager(Protector protector, BasicExpressionFunctions basicExpressionFunctions, MidpointFunctions midpointExpressionFunctions, dev.cel.common.CelOptions celOptions) -
Method Summary
Modifier and TypeMethodDescriptionIterable<? extends dev.cel.compiler.CelCompilerLibrary>getCompilerLibraries(ExpressionProfile expressionProfile) Iterable<? extends dev.cel.runtime.CelRuntimeLibrary>getRuntimeLibraries(ExpressionProfile expressionProfile)
-
Constructor Details
-
MidPointCelExtensionManager
public MidPointCelExtensionManager(Protector protector, BasicExpressionFunctions basicExpressionFunctions, MidpointFunctions midpointExpressionFunctions, dev.cel.common.CelOptions celOptions)
-
-
Method Details
-
getCompilerLibraries
public Iterable<? extends dev.cel.compiler.CelCompilerLibrary> getCompilerLibraries(ExpressionProfile expressionProfile) -
getRuntimeLibraries
public Iterable<? extends dev.cel.runtime.CelRuntimeLibrary> getRuntimeLibraries(ExpressionProfile expressionProfile)
-