Package org.alfresco.repo.node
Interface NodeServicePolicies.OnDeleteChildAssociationPolicy
-
- All Superinterfaces:
AssociationPolicy,Policy
- All Known Implementing Classes:
CascadeUpdateAspect,EventGenerationBehaviours,ImapServiceImpl,IncompleteNodeTagger,IntegrityChecker
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnDeleteChildAssociationPolicy extends AssociationPolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDeleteChildAssociation(ChildAssociationRef childAssocRef)Called after a node child association has been deleted.
-
-
-
Field Detail
-
QNAME
static final QName QNAME
-
-
Method Detail
-
onDeleteChildAssociation
void onDeleteChildAssociation(ChildAssociationRef childAssocRef)
Called after a node child association has been deleted.- Parameters:
childAssocRef- the child association that has been deleted
-
-