Class CompiledExecutableScript
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ExecutableScript
org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
- Direct Known Subclasses:
SourceExecutableScript
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
language
-
Constructor Summary
ModifierConstructorDescriptionprotected
CompiledExecutableScript
(String language) protected
CompiledExecutableScript
(String language, CompiledScript compiledScript) -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings) void
setCompiledScript
(CompiledScript compiledScript) Methods inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
execute, getActivityIdExceptionMessage, getLanguage
-
Field Details
-
compiledScript
-
-
Constructor Details
-
CompiledExecutableScript
-
CompiledExecutableScript
-
-
Method Details
-
getCompiledScript
-
setCompiledScript
-
evaluate
- Specified by:
evaluate
in classExecutableScript
-