Class ResourceExecutableScript
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ExecutableScript
org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
org.camunda.bpm.engine.impl.scripting.ResourceExecutableScript
A script which is provided by an external resource.
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
scriptSource, shouldBeCompiled
Fields inherited from class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
compiledScript
Fields inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
language
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(ScriptEngine engine, VariableScope variableScope, Bindings bindings) protected void
Methods inherited from class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
compile, compileScript, evaluateScript, getScriptSource, isShouldBeCompiled, setScriptSource
Methods inherited from class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
getCompiledScript, setCompiledScript
Methods inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
execute, getActivityIdExceptionMessage, getLanguage
-
Field Details
-
scriptResource
-
-
Constructor Details
-
ResourceExecutableScript
-
-
Method Details
-
evaluate
- Overrides:
evaluate
in classSourceExecutableScript
-
loadScriptSource
protected void loadScriptSource()
-