Package org.alfresco.repo.node
Interface NodeServicePolicies.OnDeleteAssociationPolicy
- All Superinterfaces:
AssociationPolicy,Policy
- All Known Implementing Classes:
ActionsAspect,IncompleteNodeTagger,IntegrityChecker
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.OnDeleteAssociationPolicy
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 TypeMethodDescriptionvoidonDeleteAssociation(AssociationRef nodeAssocRef) Called after a regular node association is deleted.
-
Field Details
-
QNAME
-
-
Method Details
-
onDeleteAssociation
Called after a regular node association is deleted.- Parameters:
nodeAssocRef- the regular node association that was removed
-