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(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName oldType, org.alfresco.service.namespace.QName newType)Called after the type of a node is set explicitly.
-
-
-
Method Detail
-
onSetNodeType
void onSetNodeType(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName oldType, org.alfresco.service.namespace.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.
-
-