org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Subinterfaces:
HomeFolderProvider
All Known Implementing Classes:
AbstractHomeFolderProvider, BootstrapHomeFolderProvider, ContentUsageImpl, CreateNodeRuleTrigger, DictionaryModelType, ExistingPathBasedHomeFolderProvider, HomeFolderManager, IncompleteNodeTagger, IntegrityChecker, NodeMonitor, PersonServiceImpl, RuleServiceImpl, 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 QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onCreateNode(ChildAssociationRef childAssocRef)
          Called when a new node has been created.
 

Field Detail

QNAME

static final QName QNAME
Method Detail

onCreateNode

void onCreateNode(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.