Package org.camunda.bpm.engine.impl.scripting.engine
package org.camunda.bpm.engine.impl.scripting.engine
-
ClassDescriptionScriptEngine that used JUEL for script evaluation and compilation (JSR-223).Factory to create
JuelScriptEngine
s.A resolver for Objects bound to a key.ABindings
implementation which wraps an existing binding and enhances the key / value map with read-only access to: variables provided in aVariableScope
, additional bindings provided through a set ofResolvers
.Factory for the Bindings used by theScriptingEngines
.Manager for JSR-223ScriptEngine
handling.Bindings implementation using anExecutionImpl
as 'back-end'.