Class DefaultContentStoreMapProvider
java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.repo.bulkimport.impl.stores.AbstractContentStoreMapProvider
org.alfresco.repo.bulkimport.impl.stores.DefaultContentStoreMapProvider
- All Implemented Interfaces:
EventListener,ContentStoreMapProvider,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener
Provides a default
Map of registered content stores. Use when the Content Store Selector is not available (e.g on community releases).- Since:
- 4.0
-
Field Summary
Fields inherited from class org.alfresco.repo.bulkimport.impl.stores.AbstractContentStoreMapProvider
contentStore, storeMapFields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDefaultStoreName(String defaultStoreName) protected voidDefault implementation, relies on the defaultContentStore.Methods inherited from class org.alfresco.repo.bulkimport.impl.stores.AbstractContentStoreMapProvider
checkAndGetStore, getContentStore, getStoreMap, onBootstrap, onShutdown, setContentStoreMethods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean
getApplicationContext, onApplicationEvent, setApplicationContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
DefaultContentStoreMapProvider
public DefaultContentStoreMapProvider()
-
-
Method Details
-
setUpStoreMap
protected void setUpStoreMap()Default implementation, relies on the defaultContentStore.- Specified by:
setUpStoreMapin classAbstractContentStoreMapProvider
-
setDefaultStoreName
-