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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeCreateStore(org.alfresco.service.namespace.QName nodeTypeQName, org.alfresco.service.cmr.repository.StoreRef storeRef)Called before a new node store is created.
-
-
-
Method Detail
-
beforeCreateStore
void beforeCreateStore(org.alfresco.service.namespace.QName nodeTypeQName, org.alfresco.service.cmr.repository.StoreRef storeRef)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
-
-