Package org.alfresco.repo.bulkimport
Interface ContentStoreMapProvider
- All Known Implementing Classes:
AbstractContentStoreMapProvider,DefaultContentStoreMapProvider
public interface ContentStoreMapProvider
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptioncheckAndGetStore(String storeName) Check that the given store name is part of the map.Get a map of the currently registeredContentStore, keyed by store name
-
Method Details
-
getStoreMap
Map<String,ContentStore> getStoreMap()Get a map of the currently registeredContentStore, keyed by store name- Returns:
- a
Map
-
checkAndGetStore
Check that the given store name is part of the map. It it is not, an exception will be thrown. If it is, it will be returned.- Parameters:
storeName- the store- Returns:
- the corresponding
ContentStore
-