Class SubmitFormVariablesInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected FormHandler
protected VariableMap
protected VariableScope
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorDescriptionSubmitFormVariablesInvocation
(FormHandler formHandler, VariableMap properties, VariableScope variableScope) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
Field Details
-
formHandler
-
properties
-
variableScope
-
-
Constructor Details
-
SubmitFormVariablesInvocation
public SubmitFormVariablesInvocation(FormHandler formHandler, VariableMap properties, VariableScope variableScope)
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-