org.camunda.bpm.engine.impl.form.handler
Class DefaultTaskFormHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
      extended by org.camunda.bpm.engine.impl.form.handler.DefaultTaskFormHandler
All Implemented Interfaces:
FormHandler, TaskFormHandler

public class DefaultTaskFormHandler
extends DefaultFormHandler
implements TaskFormHandler

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
businessKeyFieldId, deploymentId, FORM_FIELD_ELEMENT, FORM_PROPERTY_ELEMENT, formFieldHandlers, formPropertyHandlers
 
Constructor Summary
DefaultTaskFormHandler()
           
 
Method Summary
 TaskFormData createTaskForm(TaskEntity task)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
fireFormPropertyHistoryEvents, getBusinessKeyFieldId, getDeploymentId, getFormPropertyHandlers, getFormTypes, initializeFormFields, initializeFormProperties, parseConfiguration, parseFormData, parseFormField, parseFormFields, parseFormProperties, parseProperties, parseValidation, setBusinessKeyFieldId, setDeploymentId, setFormPropertyHandlers, submitFormVariables
 
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.impl.form.handler.FormHandler
parseConfiguration, submitFormVariables
 

Constructor Detail

DefaultTaskFormHandler

public DefaultTaskFormHandler()
Method Detail

createTaskForm

public TaskFormData createTaskForm(TaskEntity task)
Specified by:
createTaskForm in interface TaskFormHandler


Copyright © 2016 camunda services GmbH. All rights reserved.