org.camunda.bpm.engine.impl.form
Class TaskFormDataImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.FormDataImpl
      extended by org.camunda.bpm.engine.impl.form.TaskFormDataImpl
All Implemented Interfaces:
Serializable, FormData, TaskFormData

public class TaskFormDataImpl
extends FormDataImpl
implements TaskFormData

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  Task task
           
 
Fields inherited from class org.camunda.bpm.engine.impl.form.FormDataImpl
deploymentId, formFields, formKey, formProperties
 
Constructor Summary
TaskFormDataImpl()
           
 
Method Summary
 Task getTask()
          The task for which this form is used to complete it.
 void setTask(Task task)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.FormDataImpl
getDeploymentId, getFormFields, getFormKey, getFormProperties, setDeploymentId, setFormFields, setFormKey, setFormProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getDeploymentId, getFormFields, getFormKey, getFormProperties
 

Field Detail

task

protected Task task
Constructor Detail

TaskFormDataImpl

public TaskFormDataImpl()
Method Detail

getTask

public Task getTask()
Description copied from interface: TaskFormData
The task for which this form is used to complete it.

Specified by:
getTask in interface TaskFormData

setTask

public void setTask(Task task)


Copyright © 2016 camunda services GmbH. All rights reserved.