org.alfresco.repo.node
Interface NodeServicePolicies.OnDeleteChildAssociationPolicy
- All Superinterfaces:
- AssociationPolicy, Policy
- All Known Implementing Classes:
- ImapServiceImpl, IncompleteNodeTagger, IntegrityChecker, NfsServerNodeMonitor
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.OnDeleteChildAssociationPolicy
- 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 |
onDeleteChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
Called after a node child association has been deleted. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
onDeleteChildAssociation
void onDeleteChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
- Called after a node child association has been deleted.
- Parameters:
childAssocRef
- the child association that has been deleted
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.