Package org.alfresco.repo.node
Interface NodeServicePolicies.OnSetNodeTypePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies
- All Known Implementing Classes:
DictionaryModelType,EventGenerator,NodeEventConsolidator
- 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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonSetNodeType(NodeRef nodeRef, QName oldType, QName newType) Called after the type of a node is set explicitly.
-
Field Details
-
QNAME
-
-
Method Details
-
onSetNodeType
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.
-