org.alfresco.repo.node
Interface NodeServicePolicies.BeforeDeleteChildAssociationPolicy
- All Superinterfaces:
- AssociationPolicy, Policy
- All Known Implementing Classes:
- BeforeDeleteChildAssociationRuleTrigger
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.BeforeDeleteChildAssociationPolicy
- 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 |
beforeDeleteChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
Called before a node child association is deleted. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
beforeDeleteChildAssociation
void beforeDeleteChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
- Called before a node child association is deleted.
- Parameters:
childAssocRef
- the child association to be deleted
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.