org.camunda.bpm.engine.impl.form.handler
Class SubmitFormVariablesInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation

public class SubmitFormVariablesInvocation
extends DelegateInvocation

Author:
Roman Smirnov

Field Summary
protected  FormHandler formHandler
           
protected  org.camunda.bpm.engine.variable.VariableMap properties
           
protected  VariableScope variableScope
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
SubmitFormVariablesInvocation(FormHandler formHandler, org.camunda.bpm.engine.variable.VariableMap properties, VariableScope variableScope)
           
 
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

formHandler

protected FormHandler formHandler

properties

protected org.camunda.bpm.engine.variable.VariableMap properties

variableScope

protected VariableScope variableScope
Constructor Detail

SubmitFormVariablesInvocation

public SubmitFormVariablesInvocation(FormHandler formHandler,
                                     org.camunda.bpm.engine.variable.VariableMap properties,
                                     VariableScope variableScope)
Method Detail

invoke

protected void invoke()
               throws Exception
Specified by:
invoke in class DelegateInvocation
Throws:
Exception


Copyright © 2015 camunda services GmbH. All rights reserved.