Package org.alfresco.repo.node
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeDeleteChildAssociation(ChildAssociationRef childAssocRef) Called before a node child association is deleted.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeDeleteChildAssociation
Called before a node child association is deleted.- Parameters:
childAssocRef- the child association to be deleted
-