Class ThrowMessageDelegateInvocation
java.lang.Object
org.activiti.engine.impl.delegate.invocation.DelegateInvocation
org.activiti.engine.impl.delegate.invocation.ThrowMessageDelegateInvocation
Class handling invocations of ThrowMessageDelegate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ThrowMessageDelegateprotected final DelegateExecutionprotected final ThrowMessageFields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult -
Constructor Summary
ConstructorsConstructorDescriptionThrowMessageDelegateInvocation(ThrowMessageDelegate delegateInstance, DelegateExecution execution, ThrowMessage message) -
Method Summary
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
delegateInstance
-
execution
-
message
-
-
Constructor Details
-
ThrowMessageDelegateInvocation
public ThrowMessageDelegateInvocation(ThrowMessageDelegate delegateInstance, DelegateExecution execution, ThrowMessage message)
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invokein classDelegateInvocation
-
getTarget
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-