org.activiti.engine.impl.form
类 FormDataImpl
java.lang.Object
org.activiti.engine.impl.form.FormDataImpl
- 所有已实现的接口:
- Serializable, FormData
- 直接已知子类:
- StartFormDataImpl, TaskFormDataImpl
public abstract class FormDataImpl
- extends Object
- implements FormData, Serializable
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formKey
protected String formKey
deploymentId
protected String deploymentId
formProperties
protected List<FormProperty> formProperties
FormDataImpl
public FormDataImpl()
getFormKey
public String getFormKey()
- 从接口
FormData
复制的描述
- 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.
- 指定者:
- 接口
FormData
中的 getFormKey
getDeploymentId
public String getDeploymentId()
- 从接口
FormData
复制的描述
- The deployment id of the process definition to which this form is related
- 指定者:
- 接口
FormData
中的 getDeploymentId
getFormProperties
public List<FormProperty> getFormProperties()
- 从接口
FormData
复制的描述
- Properties containing the dynamic information that needs to be displayed in the form.
- 指定者:
- 接口
FormData
中的 getFormProperties
setFormKey
public void setFormKey(String formKey)
setDeploymentId
public void setDeploymentId(String deploymentId)
setFormProperties
public void setFormProperties(List<FormProperty> formProperties)
Copyright © 2013 Alfresco. All rights reserved.