org.camunda.bpm.engine.impl.delegate
Class ScriptInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.delegate.ScriptInvocation

public class ScriptInvocation
extends DelegateInvocation

Author:
Roman Smirnov

Field Summary
protected  VariableScope scope
           
protected  ExecutableScript script
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
ScriptInvocation(ExecutableScript script, VariableScope scope)
           
ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class DelegateInvocation
Throws:
Exception


Copyright © 2017 camunda services GmbH. All rights reserved.