Package org.camunda.bpm.engine.form
Interface StartFormData
- All Superinterfaces:
 FormData
- All Known Implementing Classes:
 StartFormDataImpl
Specific 
FormData for starting a new process instance.- Author:
 - Tom Baeyens
 
- 
Method Summary
Modifier and TypeMethodDescriptionThe process definition for which this form is starting a new process instanceMethods inherited from interface org.camunda.bpm.engine.form.FormData
getCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties 
- 
Method Details
- 
getProcessDefinition
ProcessDefinition getProcessDefinition()The process definition for which this form is starting a new process instance 
 -