public static class BaseNodeServiceTest.MovePolicyTester extends java.lang.Object implements NodeServicePolicies.OnMoveNodePolicy
Policy.Arg| Modifier and Type | Field and Description |
|---|---|
java.util.List |
policyAssocRefs |
QNAME| Constructor and Description |
|---|
BaseNodeServiceTest.MovePolicyTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
Called when a node has been moved.
|
public BaseNodeServiceTest.MovePolicyTester()
public void onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
NodeServicePolicies.OnMoveNodePolicyonMoveNode in interface NodeServicePolicies.OnMoveNodePolicyoldChildAssocRef - the child association reference prior to the movenewChildAssocRef - the child association reference after the moveCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.