org.alfresco.repo.node
Interface NodeServicePolicies.BeforeUpdateNodePolicy
- All Superinterfaces:
- ClassPolicy, Policy
- All Known Implementing Classes:
- LockServiceImpl
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.BeforeUpdateNodePolicy
- 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 |
beforeUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Called before a node is updated. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.