Class CelMidPointExtensions
java.lang.Object
com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
com.evolveum.midpoint.model.common.expression.script.mel.extension.CelMidPointExtensions
- All Implemented Interfaces:
dev.cel.checker.CelCheckerLibrary,dev.cel.compiler.CelCompilerLibrary,dev.cel.extensions.CelExtensionLibrary.FeatureSet,dev.cel.parser.CelParserLibrary,dev.cel.runtime.CelRuntimeLibrary
Extensions for CEL compiler and runtime implementing access to midPoint functionality.
- Author:
- Radovan Semancik
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
AbstractMidPointCelExtensions.Function -
Field Summary
Fields inherited from class com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
FUNC_CONTAINS_IGNORE_CASE_NAME, FUNC_DECRYPT_NAME, FUNC_ENCRYPT_NAME, FUNC_IS_BLANK_NAME, FUNC_IS_EMPTY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableSet<AbstractMidPointCelExtensions.Function>static dev.cel.extensions.CelExtensionLibrary<CelMidPointExtensions>library(MidpointFunctions midpointExpressionFunctions) intversion()Methods inherited from class com.evolveum.midpoint.model.common.expression.script.mel.extension.AbstractMidPointCelExtensions
createException, createException, createException, functions, initialize, isCellNull, setCheckerOptions, setRuntimeOptions, toJavaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.cel.extensions.CelExtensionLibrary.FeatureSet
macros, variablesMethods inherited from interface dev.cel.parser.CelParserLibrary
setParserOptions
-
Constructor Details
-
CelMidPointExtensions
-
-
Method Details
-
initializeFunctions
protected com.google.common.collect.ImmutableSet<AbstractMidPointCelExtensions.Function> initializeFunctions()- Specified by:
initializeFunctionsin classAbstractMidPointCelExtensions
-
library
public static dev.cel.extensions.CelExtensionLibrary<CelMidPointExtensions> library(MidpointFunctions midpointExpressionFunctions) -
version
public int version()
-