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
 
 
 
 
- 
 public class ResourceExecutableScript extends SourceExecutableScript A script which is provided by an external resource.- Author:
- Sebastian Menski
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringscriptResource- 
Fields inherited from class org.camunda.bpm.engine.impl.scripting.SourceExecutableScriptscriptSource, shouldBeCompiled
 - 
Fields inherited from class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScriptcompiledScript
 - 
Fields inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScriptlanguage
 
- 
 - 
Constructor SummaryConstructors Constructor Description ResourceExecutableScript(java.lang.String language, java.lang.String scriptResource)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectevaluate(javax.script.ScriptEngine engine, VariableScope variableScope, javax.script.Bindings bindings)protected voidloadScriptSource()- 
Methods inherited from class org.camunda.bpm.engine.impl.scripting.SourceExecutableScriptcompile, compileScript, evaluateScript, getScriptSource, isShouldBeCompiled, setScriptSource
 - 
Methods inherited from class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScriptgetCompiledScript, setCompiledScript
 - 
Methods inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScriptexecute, getActivityIdExceptionMessage, getLanguage
 
- 
 
- 
- 
- 
Method Detail- 
evaluatepublic java.lang.Object evaluate(javax.script.ScriptEngine engine, VariableScope variableScope, javax.script.Bindings bindings)- Overrides:
- evaluatein class- SourceExecutableScript
 
 - 
loadScriptSourceprotected void loadScriptSource() 
 
- 
 
-