public class JavaDelegateInvocation extends DelegateInvocation
Modifier and Type | Field and Description |
---|---|
protected JavaDelegate |
delegateInstance |
protected DelegateExecution |
execution |
invocationParameters, invocationResult
Constructor and Description |
---|
JavaDelegateInvocation(JavaDelegate delegateInstance,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
Object |
getTarget()
returns the target of the current invocation, ie.
|
protected void |
invoke() |
getInvocationParameters, getInvocationResult, proceed
protected final JavaDelegate delegateInstance
protected final DelegateExecution execution
public JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
protected void invoke()
invoke
in class DelegateInvocation
public Object getTarget()
DelegateInvocation
getTarget
in class DelegateInvocation
Copyright © 2015 Alfresco. All rights reserved.