org.camunda.bpm.engine.impl.scripting
Class CompiledExecutableScript
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ExecutableScript
org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
- Direct Known Subclasses:
- SourceExecutableScript
public class CompiledExecutableScript
- extends ExecutableScript
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compiledScript
protected CompiledScript compiledScript
CompiledExecutableScript
protected CompiledExecutableScript(String language)
CompiledExecutableScript
protected CompiledExecutableScript(String language,
CompiledScript compiledScript)
getCompiledScript
public CompiledScript getCompiledScript()
setCompiledScript
public void setCompiledScript(CompiledScript compiledScript)
evaluate
public Object evaluate(ScriptEngine scriptEngine,
VariableScope variableScope,
Bindings bindings)
- Specified by:
evaluate in class ExecutableScript
Copyright © 2016 camunda services GmbH. All rights reserved.