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

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

public class DelegateTaskFormHandler
extends DelegateFormHandler
implements TaskFormHandler

Author:
Roman Smirnov

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
deploymentId, formHandler
 
Constructor Summary
DelegateTaskFormHandler(TaskFormHandler formHandler, DeploymentEntity deployment)
           
 
Method Summary
 TaskFormData createTaskForm(TaskEntity task)
           
 FormHandler getFormHandler()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
doCall, parseConfiguration, performContextSwitch, 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

DelegateTaskFormHandler

public DelegateTaskFormHandler(TaskFormHandler formHandler,
                               DeploymentEntity deployment)
Method Detail

createTaskForm

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

getFormHandler

public FormHandler getFormHandler()
Specified by:
getFormHandler in class DelegateFormHandler


Copyright © 2015 camunda services GmbH. All rights reserved.