Package org.flowable.engine.impl.form
Class DefaultStartFormHandler
- java.lang.Object
-
- org.flowable.engine.impl.form.DefaultFormHandler
-
- org.flowable.engine.impl.form.DefaultStartFormHandler
-
- All Implemented Interfaces:
Serializable,FormHandler,StartFormHandler
public class DefaultStartFormHandler extends DefaultFormHandler implements StartFormHandler
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.form.DefaultFormHandler
deploymentId, formKey, formPropertyHandlers
-
Fields inherited from interface org.flowable.engine.impl.form.FormHandler
current
-
-
Constructor Summary
Constructors Constructor Description DefaultStartFormHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartFormDatacreateStartFormData(ProcessDefinition processDefinition)voidparseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)ExecutionEntitysubmitStartFormData(ExecutionEntity processInstance, Map<String,String> properties)-
Methods inherited from class org.flowable.engine.impl.form.DefaultFormHandler
getDeploymentId, getFormKey, getFormPropertyHandlers, initializeFormProperties, 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.flowable.engine.impl.form.FormHandler
submitFormProperties
-
-
-
-
Method Detail
-
parseConfiguration
public void parseConfiguration(List<org.flowable.bpmn.model.FormProperty> formProperties, String formKey, DeploymentEntity deployment, ProcessDefinition processDefinition)
- Specified by:
parseConfigurationin interfaceFormHandler- Overrides:
parseConfigurationin classDefaultFormHandler
-
createStartFormData
public StartFormData createStartFormData(ProcessDefinition processDefinition)
- Specified by:
createStartFormDatain interfaceStartFormHandler
-
submitStartFormData
public ExecutionEntity submitStartFormData(ExecutionEntity processInstance, Map<String,String> properties)
-
-