org.alfresco.repo.node
Class BaseNodeServiceTest.MovePolicyTester

java.lang.Object
  extended by org.alfresco.repo.node.BaseNodeServiceTest.MovePolicyTester
All Implemented Interfaces:
NodeServicePolicies.OnMoveNodePolicy, ClassPolicy, Policy
Enclosing class:
BaseNodeServiceTest

public static class BaseNodeServiceTest.MovePolicyTester
extends java.lang.Object
implements NodeServicePolicies.OnMoveNodePolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
 java.util.List policyAssocRefs
           
 
Fields inherited from interface org.alfresco.repo.node.NodeServicePolicies.OnMoveNodePolicy
QNAME
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Constructor Summary
BaseNodeServiceTest.MovePolicyTester()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policyAssocRefs

public java.util.List policyAssocRefs
Constructor Detail

BaseNodeServiceTest.MovePolicyTester

public BaseNodeServiceTest.MovePolicyTester()
Method Detail

onMoveNode

public void onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
                       org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
Description copied from interface: NodeServicePolicies.OnMoveNodePolicy
Called when a node has been moved.

Specified by:
onMoveNode in interface NodeServicePolicies.OnMoveNodePolicy
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.