org.activiti.engine.form
接口 FormData

所有已知子接口:
StartFormData, TaskFormData
所有已知实现类:
FormDataImpl, StartFormDataImpl, TaskFormDataImpl

public interface FormData

Contains all information for displaying a form and serves as base interface for StartFormData and TaskFormData

作者:
Tom Baeyens

方法摘要
 String getDeploymentId()
          The deployment id of the process definition to which this form is related
 String getFormKey()
          User defined reference to a form.
 List<FormProperty> getFormProperties()
          Properties containing the dynamic information that needs to be displayed in the form.
 

方法详细信息

getFormKey

String getFormKey()
User defined reference to a form. In the Explorer app, it is assumed that the form key specifies a resource in the deployment which is the template for the form. But users are free to use this property differently.


getDeploymentId

String getDeploymentId()
The deployment id of the process definition to which this form is related


getFormProperties

List<FormProperty> getFormProperties()
Properties containing the dynamic information that needs to be displayed in the form.



Copyright © 2013 Alfresco. All rights reserved.