Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateNodePolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
HomeFolderProvider
- All Known Implementing Classes:
AbstractHomeFolderProvider,AccessAuditor,ContentUsageImpl,CreateNodeRuleTrigger,DictionaryModelType,EventGenerationBehaviours,ExistingPathBasedHomeFolderProvider,ForumPostBehaviours,IncompleteNodeTagger,IntegrityChecker,NodeMonitor,PersonServiceImpl,RuleServiceImpl,SolrFacetServiceImpl,ThumbnailServiceImpl,UIDBasedHomeFolderProvider,UserUsageTrackingComponent
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateNodePolicy extends ClassPolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCreateNode(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
-
-