Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeDeleteAssociationPolicy
-
- All Superinterfaces:
AssociationPolicy,Policy
- 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeDeleteAssociation(org.alfresco.service.cmr.repository.AssociationRef nodeAssocRef)Called before a regular node association is deleted.
-