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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)Called before a node is updated.
-
-
-
Method Detail
-
beforeUpdateNode
void beforeUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
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
-
-