Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeRemoveAspectPolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
AliasableAspect,RulesAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.BeforeRemoveAspectPolicy
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 TypeMethodDescriptionvoidbeforeRemoveAspect(NodeRef nodeRef, QName aspectTypeQName) Called before an aspect is removed from a node
-
Field Details
-
QNAME
-
-
Method Details
-
beforeRemoveAspect
Called before an aspect is removed from a node- Parameters:
nodeRef- the node from which the aspect will be removedaspectTypeQName- the type of the aspect
-