Package org.alfresco.repo.node
Interface NodeServicePolicies.OnRemoveAspectPolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies
- All Known Implementing Classes:
AccessAuditor,DictionaryModelType,EventGenerator,IncompleteNodeTagger,IntegrityChecker,NodeEventConsolidator,OwnableServiceImpl,VersionableAspect,WorkingCopyAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.OnRemoveAspectPolicy
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 TypeMethodDescriptionvoidonRemoveAspect(NodeRef nodeRef, QName aspectTypeQName) Called after an aspect has been removed from a node
-
Field Details
-
QNAME
-
-
Method Details
-
onRemoveAspect
Called after an aspect has been removed from a node- Parameters:
nodeRef- the node from which the aspect will be removedaspectTypeQName- the type of the aspect
-