Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.node
Interface NodeServicePolicies.OnDeleteNodePolicy
All Superinterfaces:
ClassPolicy, Policy
Enclosing class:
NodeServicePolicies

@org.alfresco.api.AlfrescoPublicApi
public static interface NodeServicePolicies.OnDeleteNodePolicy
extends ClassPolicy

Field Summary
QNAME
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
Method Summary
void
onDeleteNode(ChildAssociationRef childAssocRef, boolean isNodeArchived)
          Called after a node is deleted.
Field Detail
QNAME
public static final QName QNAME
Method Detail
onDeleteNode
void onDeleteNode(ChildAssociationRef childAssocRef,
                  boolean isNodeArchived)
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 node
isNodeArchived - indicates whether the node has been archived rather than purged

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.