org.camunda.bpm.engine.impl.form.handler
Class DefaultStartFormHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
- All Implemented Interfaces:
- FormHandler, StartFormHandler
public class DefaultStartFormHandler
- extends DefaultFormHandler
- implements StartFormHandler
- Author:
- Tom Baeyens
| 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 |
formKey
protected Expression formKey
DefaultStartFormHandler
public DefaultStartFormHandler()
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.