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
protected  Expression formKey
           
 
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
deploymentId, FORM_FIELD_ELEMENT, FORM_PROPERTY_ELEMENT, formFieldHandlers, formPropertyHandlers
 
Constructor Summary
DefaultStartFormHandler()
           
 
Method Summary
 StartFormData createStartFormData(ProcessDefinitionEntity processDefinition)
           
 Expression getFormKey()
           
 void parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 ExecutionEntity submitStartFormData(ExecutionEntity processInstance, org.camunda.bpm.engine.variable.VariableMap properties)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
fireFormPropertyHistoryEvents, getDeploymentId, getFormPropertyHandlers, getFormTypes, initializeFormFields, initializeFormProperties, parseFormData, parseFormField, parseFormFields, parseFormProperties, parseProperties, parseValidation, setDeploymentId, setFormPropertyHandlers, 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
submitFormVariables
 

Field Detail

formKey

protected Expression formKey
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,
                                           org.camunda.bpm.engine.variable.VariableMap properties)

getFormKey

public Expression getFormKey()


Copyright © 2016 camunda services GmbH. All rights reserved.