Class ScriptInvocation
- java.lang.Object
-
- org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- org.camunda.bpm.engine.impl.delegate.ScriptInvocation
-
public class ScriptInvocation extends DelegateInvocation
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableScope
scope
protected ExecutableScript
script
-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ScriptInvocation(ExecutableScript script, VariableScope scope)
ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
invoke()
-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
-
-
-
Field Detail
-
script
protected ExecutableScript script
-
scope
protected VariableScope scope
-
-
Constructor Detail
-
ScriptInvocation
public ScriptInvocation(ExecutableScript script, VariableScope scope)
-
ScriptInvocation
public ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
-
-
Method Detail
-
invoke
protected void invoke() throws Exception
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-
-