Package org.alfresco.repo.node
Interface NodeServicePolicies.OnMoveNodePolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
AccessAuditor,BufferedContentDiskDriver,CascadeUpdateAspect,EventGenerationBehaviours,LockServiceImpl,NodeMonitor,OnMoveNodeRuleTrigger,RepoTransferReceiverImpl,SiteAspect,TaggingServiceImpl
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnMoveNodePolicy extends ClassPolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef, org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)Called when a node has been moved.
-
-
-
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 movenewChildAssocRef- the child association reference after the move
-
-