Package org.camunda.bpm.engine.form
Interface StartFormData
-
- All Superinterfaces:
FormData
- All Known Implementing Classes:
StartFormDataImpl
public interface StartFormData extends FormData
SpecificFormData
for starting a new process instance.- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessDefinition
getProcessDefinition()
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
-
-