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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.form.handler.CreateTaskFormInvocation

public class CreateTaskFormInvocation
extends DelegateInvocation

Author:
Roman Smirnov

Field Summary
protected  TaskEntity task
           
protected  TaskFormHandler taskFormHandler
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
CreateTaskFormInvocation(TaskFormHandler taskFormHandler, TaskEntity task)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskFormHandler

protected TaskFormHandler taskFormHandler

task

protected TaskEntity task
Constructor Detail

CreateTaskFormInvocation

public CreateTaskFormInvocation(TaskFormHandler taskFormHandler,
                                TaskEntity task)
Method Detail

invoke

protected void invoke()
               throws Exception
Specified by:
invoke in class DelegateInvocation
Throws:
Exception


Copyright © 2015 camunda services GmbH. All rights reserved.