org.alfresco.repo.node
Interface NodeServicePolicies.OnDeleteAssociationPolicy
- All Superinterfaces:
- AssociationPolicy, Policy
- All Known Implementing Classes:
- IncompleteNodeTagger, IntegrityChecker
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.OnDeleteAssociationPolicy
- extends AssociationPolicy
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
Field Summary |
static org.alfresco.service.namespace.QName |
QNAME
|
Method Summary |
void |
onDeleteAssociation(org.alfresco.service.cmr.repository.AssociationRef nodeAssocRef)
Called after a regular node association is deleted. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
onDeleteAssociation
void onDeleteAssociation(org.alfresco.service.cmr.repository.AssociationRef nodeAssocRef)
- Called after a regular node association is deleted.
- Parameters:
nodeAssocRef
- the regular node association that was removed
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.