Package org.alfresco.repo.node
Interface NodeServicePolicies.OnAddAspectPolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies
- All Known Implementing Classes:
AccessAuditor,AliasableAspect,DiscussableAspect,EventGenerationBehaviours,EventGenerator,IncompleteNodeTagger,IntegrityChecker,NodeEventConsolidator,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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonAddAspect(NodeRef nodeRef, QName aspectTypeQName) Called after an aspect has been added to a node
-
Field Details
-
QNAME
-
-
Method Details
-
onAddAspect
Called after an aspect has been added to a node- Parameters:
nodeRef- the node to which the aspect was addedaspectTypeQName- the type of the aspect
-