org.activiti.engine.form
Interface StartFormData

All Superinterfaces:
FormData

public interface StartFormData
extends FormData

Specific FormData for starting a new process instance.

Author:
Tom Baeyens

Method Summary
 ProcessDefinition getProcessDefinition()
          The process definition for which this form is starting a new process instance
 
Methods inherited from interface org.activiti.engine.form.FormData
getDeploymentId, getFormKey, getFormProperties
 

Method Detail

getProcessDefinition

ProcessDefinition getProcessDefinition()
The process definition for which this form is starting a new process instance



Copyright © 2012 Alfresco. All Rights Reserved.