org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Subinterfaces:
HomeFolderProvider
All Known Implementing Classes:
AbstractHomeFolderProvider, AccessAuditor, ContentUsageImpl, CreateNodeRuleTrigger, DictionaryModelType, ExistingPathBasedHomeFolderProvider, ForumPostBehaviours, IncompleteNodeTagger, IntegrityChecker, NodeMonitor, PersonServiceImpl, RuleServiceImpl, ThumbnailServiceImpl, UIDBasedHomeFolderProvider
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.OnCreateNodePolicy
extends ClassPolicy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onCreateNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
          Called when a new node has been created.
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

onCreateNode

void onCreateNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
Called when a new node has been created.

Parameters:
childAssocRef - the created child association reference


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