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(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)Called when a new node has been created.
-