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
另请参见:
序列化表格

字段摘要
protected  String deploymentId
           
protected  String formKey
           
protected  List<FormProperty> formProperties
           
 
构造方法摘要
FormDataImpl()
           
 
方法摘要
 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.
 void setDeploymentId(String deploymentId)
           
 void setFormKey(String formKey)
           
 void setFormProperties(List<FormProperty> formProperties)
           
 
从类 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.