Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeDeleteChildAssociationPolicy
-
- All Superinterfaces:
AssociationPolicy,Policy
- All Known Implementing Classes:
BeforeDeleteChildAssociationRuleTrigger,MultilingualDocumentAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.BeforeDeleteChildAssociationPolicy 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 voidbeforeDeleteChildAssociation(ChildAssociationRef childAssocRef)Called before a node child association is deleted.
-
-
-
Field Detail
-
QNAME
static final QName QNAME
-
-
Method Detail
-
beforeDeleteChildAssociation
void beforeDeleteChildAssociation(ChildAssociationRef childAssocRef)
Called before a node child association is deleted.- Parameters:
childAssocRef- the child association to be deleted
-
-