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