org.camunda.bpm.engine.impl.form
Class TaskFormDataImpl
java.lang.Object
org.camunda.bpm.engine.impl.form.FormDataImpl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
task
protected Task task
TaskFormDataImpl
public TaskFormDataImpl()
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 © 2017 camunda services GmbH. All rights reserved.