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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
      extended by org.camunda.bpm.engine.impl.form.handler.DelegateStartFormHandler
All Implemented Interfaces:
FormHandler, StartFormHandler

public class DelegateStartFormHandler
extends DelegateFormHandler
implements StartFormHandler

Author:
Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
deploymentId, formHandler
 
Constructor Summary
DelegateStartFormHandler(StartFormHandler formHandler, DeploymentEntity deployment)
           
 
Method Summary
 StartFormData createStartFormData(ProcessDefinitionEntity processDefinition)
           
 StartFormHandler getFormHandler()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
doCall, parseConfiguration, performContextSwitch, submitFormVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.form.handler.FormHandler
parseConfiguration, submitFormVariables
 

Constructor Detail

DelegateStartFormHandler

public DelegateStartFormHandler(StartFormHandler formHandler,
                                DeploymentEntity deployment)
Method Detail

createStartFormData

public StartFormData createStartFormData(ProcessDefinitionEntity processDefinition)
Specified by:
createStartFormData in interface StartFormHandler

getFormHandler

public StartFormHandler getFormHandler()
Specified by:
getFormHandler in class DelegateFormHandler


Copyright © 2016 camunda services GmbH. All rights reserved.