Package org.alfresco.repo.node
Interface NodeServicePolicies.OnMoveNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies
- All Known Implementing Classes:
AccessAuditor,BufferedContentDiskDriver,CascadeUpdateAspect,EventGenerationBehaviours,EventGenerator,LockServiceImpl,NodeEventConsolidator,NodeMonitor,OnMoveNodeRuleTrigger,RepoTransferReceiverImpl,SiteAspect,TaggingServiceImpl
- Enclosing interface:
- NodeServicePolicies
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonMoveNode(ChildAssociationRef oldChildAssocRef, ChildAssociationRef newChildAssocRef) Called when a node has been moved.
-
Field Details
-
QNAME
-
-
Method Details
-
onMoveNode
Called when a node has been moved.- Parameters:
oldChildAssocRef- the child association reference prior to the movenewChildAssocRef- the child association reference after the move
-