Interface NodeServicePolicies.BeforeDeleteChildAssociationPolicy

All Superinterfaces:
AssociationPolicy, Policy
All Known Subinterfaces:
ChildAssociationEventSupportedPolicies
All Known Implementing Classes:
BeforeDeleteChildAssociationRuleTrigger, ChildAssociationEventConsolidator, EventGenerator, MultilingualDocumentAspect
Enclosing interface:
NodeServicePolicies

@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeDeleteChildAssociationPolicy 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 node child association is deleted.
  • Field Details

    • QNAME

      static final QName QNAME
  • Method Details

    • beforeDeleteChildAssociation

      void beforeDeleteChildAssociation(ChildAssociationRef childAssocRef)
      Called before a node child association is deleted.
      Parameters:
      childAssocRef - the child association to be deleted