org.alfresco.repo.node
Interface NodeServicePolicies.OnAddAspectPolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
AliasableAspect, ContentUsageImpl, DiscussableAspect, GoogleEditableAspect, IncompleteNodeTagger, IntegrityChecker, OwnableServiceImpl, RuleServiceImpl, VersionableAspect
Enclosing interface:
NodeServicePolicies

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
static QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onAddAspect(NodeRef nodeRef, QName aspectTypeQName)
          Called after an aspect has been added to a node
 

Field Detail

QNAME

static final QName QNAME
Method Detail

onAddAspect

void onAddAspect(NodeRef nodeRef,
                 QName aspectTypeQName)
Called after an aspect has been added to a node

Parameters:
nodeRef - the node to which the aspect was added
aspectTypeQName - the type of the aspect


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.