org.camunda.bpm.engine.impl.form.handler
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
|
Method Summary |
Object |
getTarget()
returns the target of the current invocation, ie. |
protected void |
invoke()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startFormHandler
protected StartFormHandler startFormHandler
definition
protected ProcessDefinitionEntity definition
CreateStartFormInvocation
public CreateStartFormInvocation(StartFormHandler startFormHandler,
ProcessDefinitionEntity definition)
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.