Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.node
Interface NodeServicePolicies.OnSetNodeTypePolicy
All Superinterfaces:
ClassPolicy, Policy
Enclosing class:
NodeServicePolicies

@org.alfresco.api.AlfrescoPublicApi
public static interface NodeServicePolicies.OnSetNodeTypePolicy
extends ClassPolicy

Field Summary
QNAME
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
Method Summary
void
onSetNodeType(NodeRef nodeRef, QName oldType, QName newType)
          Called after the type of a node is set explicitly.
Field Detail
QNAME
public static final QName QNAME
Method Detail
onSetNodeType
void onSetNodeType(NodeRef nodeRef,
                   QName oldType,
                   QName newType)
Called after the type of a node is set explicitly.
Parameters:
nodeRef - the node that has had its type set.
oldType - the previous type of the node.
newType - the type the node has been given.

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.