Package org.alfresco.repo.node
Interface NodeServicePolicies.BeforeCreateStorePolicy
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi
public static interface NodeServicePolicies.BeforeCreateStorePolicy
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 TypeMethodDescriptionvoidbeforeCreateStore(QName nodeTypeQName, StoreRef storeRef) Called before a new node store is created.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeCreateStore
Called before a new node store is created.- Parameters:
nodeTypeQName- the type of the node that will be used for the rootstoreRef- the reference to the store about to be created
-