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

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

public class DefaultStartFormHandler
extends DefaultFormHandler
implements StartFormHandler

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
deploymentId, formFieldHandlers, formKey, formPropertyHandlers
 
Fields inherited from interface org.camunda.bpm.engine.impl.form.handler.FormHandler
current
 
Constructor Summary
DefaultStartFormHandler()
           
 
Method Summary
 StartFormData createStartFormData(ProcessDefinitionEntity processDefinition)
           
 void parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 ExecutionEntity submitStartFormData(ExecutionEntity processInstance, Map<String,Object> properties)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
getDeploymentId, getFormKey, getFormPropertyHandlers, getFormTypes, initializeFormFields, initializeFormProperties, parseFormData, parseFormField, parseFormFields, parseFormProperties, parseProperties, parseValidation, setDeploymentId, setFormKey, setFormPropertyHandlers, submitFormProperties
 
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
submitFormProperties
 

Constructor Detail

DefaultStartFormHandler

public DefaultStartFormHandler()
Method Detail

parseConfiguration

public void parseConfiguration(Element activityElement,
                               DeploymentEntity deployment,
                               ProcessDefinitionEntity processDefinition,
                               BpmnParse bpmnParse)
Specified by:
parseConfiguration in interface FormHandler
Overrides:
parseConfiguration in class DefaultFormHandler

createStartFormData

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

submitStartFormData

public ExecutionEntity submitStartFormData(ExecutionEntity processInstance,
                                           Map<String,Object> properties)


Copyright © 2014 camunda services GmbH. All Rights Reserved.