Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeUpdateNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
LockServiceImpl
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.BeforeUpdateNodePolicy
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 TypeMethodDescriptionvoidbeforeUpdateNode(NodeRef nodeRef) Called before a node is updated.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeUpdateNode
Called before a node is updated. This includes the modification of properties, child and target associations and the addition of aspects.- Parameters:
nodeRef- reference to the node being updated
-