public static interface NodeServicePolicies.OnSetNodeTypePolicy extends ClassPolicy
Policy.Arg| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.service.namespace.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
void |
onSetNodeType(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName oldType,
org.alfresco.service.namespace.QName newType)
Called after the type of a node is set explicitly.
|
void onSetNodeType(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName oldType,
org.alfresco.service.namespace.QName newType)
nodeRef - the node that has had its type set.oldType - the previous type of the node.newType - the type the node has been given.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.