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 SummaryFields Modifier and Type Field Description protected VariableScopescopeprotected ExecutableScriptscript- 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocationcontextExecution, contextResource, invocationResult
 
- 
 - 
Constructor SummaryConstructors Constructor Description ScriptInvocation(ExecutableScript script, VariableScope scope)ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinvoke()- 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocationgetContextExecution, getContextResource, getInvocationResult, proceed
 
- 
 
- 
- 
- 
Field Detail- 
scriptprotected ExecutableScript script 
 - 
scopeprotected VariableScope scope 
 
- 
 - 
Constructor Detail- 
ScriptInvocationpublic ScriptInvocation(ExecutableScript script, VariableScope scope) 
 - 
ScriptInvocationpublic ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution) 
 
- 
 - 
Method Detail- 
invokeprotected void invoke() throws java.lang.Exception- Specified by:
- invokein class- DelegateInvocation
- Throws:
- java.lang.Exception
 
 
- 
 
-