| Modifier and Type | Method and Description |
|---|---|
void |
ContentUrlConverterPatch.setContentStore(ContentStore contentStore)
Set the store containing the content URLs to lift for potential cleaning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMRepository.setContentStore(ContentStore store)
Set the ContentService.
|
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
RawServices.getContentStore() |
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
ContentStoreMapProvider.checkAndGetStore(String storeName)
Check that the given store name is part of the map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContentStore> |
ContentStoreMapProvider.getStoreMap()
Get a map of the currently registered
ContentStore, keyed by store name |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.ContentData |
ContentDataFactory.createContentData(ContentStore store,
File contentFile)
Create a
ContentData by combining the given ContentStore's root location and the File's path within that store. |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.ContentData |
FilesystemContentDataFactory.createContentData(ContentStore store,
File contentFile)
Create a
ContentData by combining the given ContentStore's root location and the File's path within that store. |
| Modifier and Type | Field and Description |
|---|---|
protected ContentStore |
AbstractContentStoreMapProvider.contentStore |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ContentStore> |
AbstractContentStoreMapProvider.storeMap |
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
AbstractContentStoreMapProvider.checkAndGetStore(String storeName)
Check that the given store name is in the list.
|
ContentStore |
AbstractContentStoreMapProvider.getContentStore() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContentStore> |
AbstractContentStoreMapProvider.getStoreMap()
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContentStoreMapProvider.setContentStore(ContentStore contentStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentStore
Base class providing support for different types of content stores.
|
class |
AbstractRoutingContentStore
A store providing support for content store implementations that provide
routing of content read and write requests based on context.
|
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
ContentExistsException.getContentStore() |
ContentStore |
UnsupportedContentUrlException.getContentStore() |
ContentStore |
ContentStoreCreatedEvent.getContentStore() |
protected abstract ContentStore |
AbstractRoutingContentStore.selectWriteStore(ContentContext ctx)
Get a content store based on the context provided.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<ContentStore> |
AbstractRoutingContentStore.getAllStores() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentServiceImpl.setStore(ContentStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRoutingContentStore.setStoresCache(org.alfresco.repo.cache.SimpleCache<org.alfresco.util.Pair<String,String>,ContentStore> storesCache) |
| Constructor and Description |
|---|
ContentExistsException(ContentStore contentStore,
String contentUrl) |
ContentExistsException(ContentStore contentStore,
String contentUrl,
String msg) |
ContentStoreCreatedEvent(ContentStore source,
Map<String,Serializable> extendedEventParams)
The Constructor.
|
UnsupportedContentUrlException(ContentStore contentStore,
String contentUrl) |
UnsupportedContentUrlException(ContentStore contentStore,
String contentUrl,
String msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingContentStore
Implementation of ContentStore that wraps any other ContentStore (the backing store)
transparently providing caching of content in that backing store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachingContentStore.setBackingStore(ContentStore backingStore) |
| Constructor and Description |
|---|
CachingContentStore(ContentStore backingStore,
ContentCache cache,
boolean cacheOnInbound) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeletedContentBackupCleanerListener.beforeDelete(ContentStore sourceStore,
String contentUrl) |
void |
ContentStoreCleanerListener.beforeDelete(ContentStore sourceStore,
String contentUrl)
Handle the notification that a store is about to be deleted
|
void |
FileWipingContentCleanerListener.beforeDelete(ContentStore sourceStore,
String contentUrl) |
protected boolean |
EagerContentStoreCleaner.deleteFromStore(String contentUrl,
ContentStore store)
Attempts to delete the URL from the store, catching and reporing errors.
|
void |
DeletedContentBackupCleanerListener.setStore(ContentStore store)
Set the store to copy soon-to-be-deleted content into
|
| Modifier and Type | Method and Description |
|---|---|
void |
EagerContentStoreCleaner.setStores(List<ContentStore> stores) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileContentStore
Provides a store of node content directly to the file system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpAlfrescoStore
A read-only store using HTTP to access content from a remote Alfresco application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatingContentStore
Replicating Content Store
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatingContentStore.setPrimaryStore(ContentStore primaryStore)
Set the primary store that content will be replicated to or from
|
void |
ContentStoreReplicator.setSourceStore(ContentStore sourceStore)
Set the source that content must be taken from
|
void |
ContentStoreReplicator.setTargetStore(ContentStore targetStore)
Set the target that content must be written to
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatingContentStore.setSecondaryStores(List<ContentStore> secondaryStores)
Set the secondary stores that this component will replicate to or from
|
| Constructor and Description |
|---|
ReplicatingContentStore.ReplicatingWriteListener(List<ContentStore> stores,
org.alfresco.service.cmr.repository.ContentWriter writer,
ThreadPoolExecutor threadPoolExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVMLuceneIndexerAndSearcherFactory.setContentStore(ContentStore contentStore)
Set the content service
|
void |
AVMLuceneIndexerImpl.setContentStore(ContentStore contentStore)
Set the content service
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTenantRoutingContentStore
Content Store that supports tenant routing, if multi-tenancy is enabled.
|
class |
TenantRoutingFileContentStore
MT-aware File Content Store
|
| Modifier and Type | Field and Description |
|---|---|
protected ContentStore |
MultiTAdminServiceImpl.tenantFileContentStore |
| Modifier and Type | Method and Description |
|---|---|
protected ContentStore |
TenantRoutingFileContentStore.initContentStore(org.springframework.context.ApplicationContext ctx,
String contentRoot) |
protected abstract ContentStore |
AbstractTenantRoutingContentStore.initContentStore(org.springframework.context.ApplicationContext ctx,
String contentRoot) |
protected ContentStore |
AbstractTenantRoutingContentStore.selectWriteStore(ContentContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentStore> |
AbstractTenantRoutingContentStore.getAllStores() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiTAdminServiceImpl.setTenantFileContentStore(ContentStore tenantFileContentStore) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.