Package org.alfresco.repo.action
Interface AsynchronousActionExecutionQueuePolicies.OnAsyncActionExecute
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- AsynchronousActionExecutionQueuePolicies
public static interface AsynchronousActionExecutionQueuePolicies.OnAsyncActionExecute
extends ClassPolicy
Policy invoked when an async action has completed execution
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonAsyncActionExecute(Action action, NodeRef actionedUponNodeRef)
-
Field Details
-
QNAME
QName of the policy
-
-
Method Details
-
onAsyncActionExecute
- Parameters:
action- actionactionedUponNodeRef- actioned upon node reference
-