Class DelegateStartFormHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
-
- 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
Constructors Constructor Description DelegateStartFormHandler(StartFormHandler formHandler, DeploymentEntity deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartFormDatacreateStartFormData(ProcessDefinitionEntity processDefinition)StartFormHandlergetFormHandler()-
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:
createStartFormDatain interfaceStartFormHandler
-
getFormHandler
public StartFormHandler getFormHandler()
- Specified by:
getFormHandlerin classDelegateFormHandler
-
-