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
  • Field Details

    • deploymentId

      protected String deploymentId
    • formHandler

      protected FormHandler formHandler
  • Constructor Details

    • DelegateFormHandler

      public DelegateFormHandler(FormHandler formHandler, String deploymentId)
  • Method Details

    • 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()