org.alfresco.repo.node
Interface NodeServicePolicies.OnRemoveAspectPolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
DictionaryModelType, IncompleteNodeTagger, IntegrityChecker, OwnableServiceImpl, VersionableAspect
Enclosing interface:
NodeServicePolicies

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

Field Detail

QNAME

static final QName QNAME
Method Detail

onRemoveAspect

void onRemoveAspect(NodeRef nodeRef,
                    QName aspectTypeQName)
Called after an aspect has been removed from a node

Parameters:
nodeRef - the node from which the aspect will be removed
aspectTypeQName - the type of the aspect


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