org.alfresco.repo.node
Interface NodeServicePolicies.OnMoveNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
AccessAuditor, BaseNodeServiceTest.MovePolicyTester, BufferedContentDiskDriver, NodeMonitor, OnMoveNodeRuleTrigger, RepoTransferReceiverImpl, SiteAspect, TaggingServiceImpl
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.OnMoveNodePolicy
extends ClassPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef, org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
          Called when a node has been moved.
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

onMoveNode

void onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
                org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
Called when a node has been moved.

Parameters:
oldChildAssocRef - the child association reference prior to the move
newChildAssocRef - the child association reference after the move


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.