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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)Called after a new node has been created.
-