Package org.camunda.bpm.engine.form
Interface StartFormData
- 
- All Superinterfaces:
 FormData
- All Known Implementing Classes:
 StartFormDataImpl
public interface StartFormData extends FormData
SpecificFormDatafor starting a new process instance.- Author:
 - Tom Baeyens
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessDefinitiongetProcessDefinition()The process definition for which this form is starting a new process instance- 
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getProcessDefinition
ProcessDefinition getProcessDefinition()
The process definition for which this form is starting a new process instance 
 - 
 
 -