Package com.evolveum.midpoint.model.common.expression.script
package com.evolveum.midpoint.model.common.expression.script
-
ClassDescriptionScript evaluator that caches compiled scripts in
AbstractCachingScriptEvaluator.scriptCache
.Expression evaluator that is using javax.script (JSR-223) engine.ScriptCache<I,C> 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:ScriptExpressionEvaluatorType
compiled intoScriptExpression
and evaluated.Executes specified script written e.g.CreatesScriptExpression
instances.