public static interface NodeServicePolicies.OnMoveNodePolicy extends ClassPolicy
Policy.Arg| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.service.namespace.QName |
QNAME |
| 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.
|
void onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
oldChildAssocRef - the child association reference prior to the movenewChildAssocRef - the child association reference after the moveCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.