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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAsyncActionExecute(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
-
-
-
Method Detail
-
onAsyncActionExecute
void onAsyncActionExecute(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
- Parameters:
action- actionactionedUponNodeRef- actioned upon node reference
-
-