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
    Modifier and Type
    Field
    Description
    static final QName
    QName of the policy

    Fields inherited from interface org.alfresco.repo.policy.Policy

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAsyncActionExecute(Action action, NodeRef actionedUponNodeRef)
     
  • Field Details

    • QNAME

      static final QName QNAME
      QName of the policy
  • Method Details

    • onAsyncActionExecute

      void onAsyncActionExecute(Action action, NodeRef actionedUponNodeRef)
      Parameters:
      action - action
      actionedUponNodeRef - actioned upon node reference