|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
A script which is provided by an external resource.
Field Summary | |
---|---|
protected String |
scriptResource
|
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 | |
---|---|
ResourceExecutableScript(String language,
String scriptResource)
|
Method Summary | |
---|---|
Object |
evaluate(ScriptEngine engine,
VariableScope variableScope,
Bindings bindings)
|
protected void |
loadScriptSource()
|
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, getLanguage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String scriptResource
Constructor Detail |
---|
public ResourceExecutableScript(String language, String scriptResource)
Method Detail |
---|
public Object evaluate(ScriptEngine engine, VariableScope variableScope, Bindings bindings)
evaluate
in class SourceExecutableScript
protected void loadScriptSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |