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
public class CompiledExecutableScript
- extends ExecutableScript
A pre-compiled script.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compiledScript
protected CompiledScript compiledScript
- the pre-compiled script.
CompiledExecutableScript
protected CompiledExecutableScript(String language,
CompiledScript compiledScript)
- Parameters:
language - the script languagecompiledScript - the compiled script
execute
public Object execute(ScriptEngine scriptEngine,
Bindings bindings)
- Description copied from class:
ExecutableScript
Evaluates the script using the provided engine and bindings
- Specified by:
execute in class ExecutableScript
- Parameters:
scriptEngine - the script engine to use for evaluating the script.bindings - the bindings to use for evaluating the script.
- Returns:
- the result of the script evaluation
Copyright © 2014 camunda services GmbH. All Rights Reserved.