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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeSetNodeType(NodeRef nodeRef, QName oldType, QName newType) Called before the type of a node is set explicitly.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeSetNodeType
Called before the type of a node is set explicitly.- Parameters:
nodeRef- the node having its type set.oldType- the current type of the node.newType- the type the node will be given.
-