Package org.camunda.bpm.engine.impl.scripting

Class Summary
CompiledExecutableScript A pre-compiled script.
DynamicExecutableScript A script which is dynamically determined during the execution.
DynamicResourceExecutableScript A script which resource path is dynamically determined during the execution.
DynamicSourceExecutableScript A script which source code is dynamically determined during the execution.
ExecutableScript Represents an executable script.
ScriptCondition A Condition which invokes a ExecutableScript when evaluated.
ScriptFactory A script factory is responsible for creating a ExecutableScript instance.
ScriptValueProvider Makes it possible to use scripts in IoParameter mappings.
SourceExecutableScript A script which is provided as source code.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.