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