Package org.alfresco.repo.node
Interface NodeServicePolicies.OnSetNodeTypePolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
DictionaryModelType
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnSetNodeTypePolicy 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 voidonSetNodeType(NodeRef nodeRef, QName oldType, QName newType)Called after the type of a node is set explicitly.
-
-
-
Field Detail
-
QNAME
static final QName QNAME
-
-