Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateStorePolicy
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.OnCreateStorePolicy
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 TypeMethodDescriptionvoidonCreateStore(NodeRef rootNodeRef) Called when a new node store has been created.
-
Field Details
-
QNAME
-
-
Method Details
-
onCreateStore
Called when a new node store has been created.- Parameters:
rootNodeRef- the reference to the newly created root node
-