org.activiti.engine.impl.form
类 TaskFormDataImpl

java.lang.Object
  继承者 org.activiti.engine.impl.form.FormDataImpl
      继承者 org.activiti.engine.impl.form.TaskFormDataImpl
所有已实现的接口:
Serializable, FormData, TaskFormData

public class TaskFormDataImpl
extends FormDataImpl
implements TaskFormData

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
protected  Task task
           
 
从类 org.activiti.engine.impl.form.FormDataImpl 继承的字段
deploymentId, formKey, formProperties
 
构造方法摘要
TaskFormDataImpl()
           
 
方法摘要
 Task getTask()
          The task for which this form is used to complete it.
 void setTask(Task task)
           
 
从类 org.activiti.engine.impl.form.FormDataImpl 继承的方法
getDeploymentId, getFormKey, getFormProperties, setDeploymentId, setFormKey, setFormProperties
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.form.FormData 继承的方法
getDeploymentId, getFormKey, getFormProperties
 

字段详细信息

task

protected Task task
构造方法详细信息

TaskFormDataImpl

public TaskFormDataImpl()
方法详细信息

getTask

public Task getTask()
从接口 TaskFormData 复制的描述
The task for which this form is used to complete it.

指定者:
接口 TaskFormData 中的 getTask

setTask

public void setTask(Task task)


Copyright © 2013 Alfresco. All rights reserved.