Package org.alfresco.repo.node
Interface NodeServicePolicies.OnDeleteNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
BufferedContentDiskDriver,DictionaryModelType,FailedThumbnailSourceAspect,IntegrityChecker,OwnableServiceImpl,ThumbnailServiceImpl,VersionableAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.OnDeleteNodePolicy
extends ClassPolicy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonDeleteNode(ChildAssociationRef childAssocRef, boolean isNodeArchived) Called after a node is deleted.
-
Field Details
-
QNAME
-
-
Method Details
-
onDeleteNode
Called after a node is deleted. The reference given is for an association which has been deleted and cannot be used to retrieve node or associaton information from any of the services.- Parameters:
childAssocRef- the primary parent-child association of the deleted nodeisNodeArchived- indicates whether the node has been archived rather than purged
-