Package org.alfresco.repo.node
Interface NodeServicePolicies.OnUpdateNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
RuleServiceImpl
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.OnUpdateNodePolicy
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 TypeMethodDescriptionvoidonUpdateNode(NodeRef nodeRef) Called after a new node has been created.
-
Field Details
-
QNAME
-
-
Method Details
-
onUpdateNode
Called after a new node has been created. This includes the modification of properties and the addition of aspects.- Parameters:
nodeRef- reference to the updated node
-