org.camunda.bpm.engine.impl.form.handler
Class DelegateFormHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
- Direct Known Subclasses:
- DelegateStartFormHandler, DelegateTaskFormHandler
public abstract class DelegateFormHandler
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentId
protected String deploymentId
formHandler
protected FormHandler formHandler
DelegateFormHandler
public DelegateFormHandler(FormHandler formHandler,
String deploymentId)
parseConfiguration
public void parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse)
performContextSwitch
protected <T> T performContextSwitch(Callable<T> callable)
doCall
protected <T> T doCall(Callable<T> callable)
submitFormVariables
public void submitFormVariables(org.camunda.bpm.engine.variable.VariableMap properties,
VariableScope variableScope)
getFormHandler
public abstract FormHandler getFormHandler()
Copyright © 2017 camunda services GmbH. All rights reserved.