Interface NodeServicePolicies.BeforeDeleteAssociationPolicy

All Superinterfaces:
AssociationPolicy, Policy
All Known Subinterfaces:
PeerAssociationEventSupportedPolicies
All Known Implementing Classes:
EventGenerator, PeerAssociationEventConsolidator
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeDeleteAssociationPolicy extends AssociationPolicy
  • 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
    Called before a regular node association is deleted.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeDeleteAssociation

      void beforeDeleteAssociation(AssociationRef nodeAssocRef)
      Called before a regular node association is deleted.
      Parameters:
      nodeAssocRef - the regular node association that will be removed