Class CreateStartFormInvocation
- java.lang.Object
-
- org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
-
public class CreateStartFormInvocation extends DelegateInvocation
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessDefinitionEntity
definition
protected StartFormHandler
startFormHandler
-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
-
Constructor Summary
Constructors Constructor Description CreateStartFormInvocation(StartFormHandler startFormHandler, ProcessDefinitionEntity definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
invoke()
-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
-
-
-
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 java.lang.Exception
- Specified by:
invoke
in classDelegateInvocation
- Throws:
java.lang.Exception
-
-