Package org.alfresco.repo.node
Interface NodeServicePolicies.OnAddAspectPolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
AccessAuditor,AliasableAspect,DiscussableAspect,EventGenerationBehaviours,IncompleteNodeTagger,IntegrityChecker,OwnableServiceImpl,RulesAspect,RuleServiceImpl,VersionableAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnAddAspectPolicy 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 voidonAddAspect(NodeRef nodeRef, QName aspectTypeQName)Called after an aspect has been added to a node
-