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, invocationParameters, invocationResult
 
Constructor Summary
CreateTaskFormInvocation(TaskFormHandler taskFormHandler, TaskEntity task)
           
 
Method Summary
 Object getTarget()
          returns the target of the current invocation, ie.
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getInvocationParameters, 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

getTarget

public Object getTarget()
Description copied from class: DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...

Specified by:
getTarget in class DelegateInvocation


Copyright © 2015 camunda services GmbH. All rights reserved.