Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeMoveNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
BeforeDeleteChildAssociationRuleTrigger,UnmovableAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.BeforeMoveNodePolicy
extends ClassPolicy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeMoveNode(ChildAssociationRef oldChildAssocRef, NodeRef newParentRef) Called before a node is moved.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeMoveNode
Called before a node is moved.- Parameters:
oldChildAssocRef- the child association reference prior to the movenewParentRef- the new parent node reference- Since:
- 4.1
-