Class CreateStartFormInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
- Author:
- Roman Smirnov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorDescriptionCreateStartFormInvocation
(StartFormHandler startFormHandler, ProcessDefinitionEntity definition) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
Field Details
-
startFormHandler
-
definition
-
-
Constructor Details
-
CreateStartFormInvocation
public CreateStartFormInvocation(StartFormHandler startFormHandler, ProcessDefinitionEntity definition)
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-