Uses of Package
com.evolveum.midpoint.model.common.expression.script
Packages that use com.evolveum.midpoint.model.common.expression.script
Package
Description
-
Classes in com.evolveum.midpoint.model.common.expression.script used by com.evolveum.midpoint.model.common.expression.scriptClassDescriptionExpression evaluator that is using javax.script (JSR-223) engine.Cache for compiled scripts and interpreters, aware of expression profiles.FIXME review this description The expressions should be created by ExpressionFactory.The whole evaluation of a script:
ScriptExpressionEvaluatorTypecompiled intoScriptExpressionand evaluated.CreatesScriptExpressioninstances. -
Classes in com.evolveum.midpoint.model.common.expression.script used by com.evolveum.midpoint.model.common.expression.script.groovyClassDescriptionScript evaluator that caches compiled scripts in
AbstractCachingScriptEvaluator.scriptCache.Expression evaluator that is using javax.script (JSR-223) engine.The whole evaluation of a script:ScriptExpressionEvaluatorTypecompiled intoScriptExpressionand evaluated. -
Classes in com.evolveum.midpoint.model.common.expression.script used by com.evolveum.midpoint.model.common.expression.script.jsr223ClassDescriptionScript evaluator that caches compiled scripts in
AbstractCachingScriptEvaluator.scriptCache.Expression evaluator that is using javax.script (JSR-223) engine.The whole evaluation of a script:ScriptExpressionEvaluatorTypecompiled intoScriptExpressionand evaluated. -
Classes in com.evolveum.midpoint.model.common.expression.script used by com.evolveum.midpoint.model.common.expression.script.velocityClassDescriptionExpression evaluator that is using javax.script (JSR-223) engine.The whole evaluation of a script:
ScriptExpressionEvaluatorTypecompiled intoScriptExpressionand evaluated. -
Classes in com.evolveum.midpoint.model.common.expression.script used by com.evolveum.midpoint.model.impl.utilClassDescriptionFIXME review this description The expressions should be created by ExpressionFactory.