Class JavaDelegateInvocation
- java.lang.Object
-
- org.activiti.engine.impl.delegate.invocation.DelegateInvocation
-
- org.activiti.engine.impl.delegate.invocation.JavaDelegateInvocation
-
public class JavaDelegateInvocation extends DelegateInvocation
Class handling invocations of JavaDelegates
-
-
Field Summary
Fields Modifier and Type Field Description protected JavaDelegatedelegateInstanceprotected DelegateExecutionexecution-
Fields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetTarget()returns the target of the current invocation, ie.protected voidinvoke()-
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
-
-
-
Field Detail
-
delegateInstance
protected final JavaDelegate delegateInstance
-
execution
protected final DelegateExecution execution
-
-
Constructor Detail
-
JavaDelegateInvocation
public JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
-
-
Method Detail
-
invoke
protected void invoke()
- Specified by:
invokein classDelegateInvocation
-
getTarget
public java.lang.Object getTarget()
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-
-