org.camunda.bpm.engine.impl.scripting
Class CompiledExecutableScript

java.lang.Object
  extended by org.camunda.bpm.engine.impl.scripting.ExecutableScript
      extended by org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
Direct Known Subclasses:
SourceExecutableScript

public class CompiledExecutableScript
extends ExecutableScript


Field Summary
protected  CompiledScript compiledScript
           
 
Fields inherited from class org.camunda.bpm.engine.impl.scripting.ExecutableScript
language
 
Constructor Summary
protected CompiledExecutableScript(String language)
           
protected CompiledExecutableScript(String language, CompiledScript compiledScript)
           
 
Method Summary
 Object evaluate(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings)
           
 CompiledScript getCompiledScript()
           
 void setCompiledScript(CompiledScript compiledScript)
           
 
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

compiledScript

protected CompiledScript compiledScript
Constructor Detail

CompiledExecutableScript

protected CompiledExecutableScript(String language)

CompiledExecutableScript

protected CompiledExecutableScript(String language,
                                   CompiledScript compiledScript)
Method Detail

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 © 2015 camunda services GmbH. All rights reserved.