org.alfresco.repo.node
Interface NodeServicePolicies.OnUpdateNodePolicy
- All Superinterfaces:
- ClassPolicy, Policy
- All Known Implementing Classes:
- RuleServiceImpl
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.OnUpdateNodePolicy
- extends ClassPolicy
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
Field Summary |
static org.alfresco.service.namespace.QName |
QNAME
|
Method Summary |
void |
onUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Called after a new node has been created. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
onUpdateNode
void onUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
- Called after a new node has been created. This includes the modification of properties, child and target
associations and the addition of aspects.
- Parameters:
nodeRef
- reference to the updated node
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.