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

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

public class CreateStartFormInvocation
extends DelegateInvocation

Author:
Roman Smirnov

Field Summary
protected  ProcessDefinitionEntity definition
           
protected  StartFormHandler startFormHandler
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
CreateStartFormInvocation(StartFormHandler startFormHandler, ProcessDefinitionEntity definition)
           
 
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

startFormHandler

protected StartFormHandler startFormHandler

definition

protected ProcessDefinitionEntity definition
Constructor Detail

CreateStartFormInvocation

public CreateStartFormInvocation(StartFormHandler startFormHandler,
                                 ProcessDefinitionEntity definition)
Method Detail

invoke

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


Copyright © 2016 camunda services GmbH. All rights reserved.