Interface NodeServicePolicies.OnDeleteNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
BufferedContentDiskDriver, DictionaryModelType, FailedThumbnailSourceAspect, IntegrityChecker, OwnableServiceImpl, ThumbnailServiceImpl, VersionableAspect
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.OnDeleteNodePolicy extends ClassPolicy
  • 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
     

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

    NAMESPACE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDeleteNode(ChildAssociationRef childAssocRef, boolean isNodeArchived)
    Called after a node is deleted.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • onDeleteNode

      void onDeleteNode(ChildAssociationRef childAssocRef, boolean isNodeArchived)
      Called after a node is deleted. The reference given is for an association which has been deleted and cannot be used to retrieve node or associaton information from any of the services.
      Parameters:
      childAssocRef - the primary parent-child association of the deleted node
      isNodeArchived - indicates whether the node has been archived rather than purged