Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateNodePolicy
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies,HomeFolderProvider
- All Known Implementing Classes:
AbstractHomeFolderProvider,AccessAuditor,ContentUsageImpl,CreateNodeRuleTrigger,DictionaryModelType,EventGenerationBehaviours,EventGenerator,ExistingPathBasedHomeFolderProvider,ForumPostBehaviours,IncompleteNodeTagger,IntegrityChecker,NodeEventConsolidator,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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreateNode(ChildAssociationRef childAssocRef) Called when a new node has been created.
-
Field Details
-
QNAME
-
-
Method Details
-
onCreateNode
Called when a new node has been created.- Parameters:
childAssocRef- the created child association reference
-