public interface ContentStoreMapProvider
Modifier and Type | Method and Description |
---|---|
org.alfresco.repo.content.ContentStore |
checkAndGetStore(String storeName)
Check that the given store name is part of the map.
|
Map<String,org.alfresco.repo.content.ContentStore> |
getStoreMap()
Get a map of the currently registered
ContentStore , keyed by store name |
Map<String,org.alfresco.repo.content.ContentStore> getStoreMap()
ContentStore
, keyed by store nameMap
org.alfresco.repo.content.ContentStore checkAndGetStore(String storeName)
storeName
- the storeContentStore
Copyright © 2005–2017 Alfresco Software. All rights reserved.