Package org.alfresco.repo.content
Class RoutingContentService
java.lang.Object
org.alfresco.repo.content.ContentServiceImpl
org.alfresco.repo.content.RoutingContentService
- All Implemented Interfaces:
ContentService,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
Deprecated.
A content service that determines at runtime the store that the
content associated with a node should be routed to.
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.content.ContentServiceImpl
getFileName, getRawReader, getReader, getStorageProperties, getStoreFreeSpace, getStoreTotalSpace, getTempWriter, getWriter, init, isContentDirectUrlEnabled, isContentDirectUrlEnabled, onUpdateProperties, requestContentDirectUrl, requestRestoreContentFromArchive, requestSendContentToArchive, setApplicationContext, setDictionaryService, setEagerContentStoreCleaner, setIgnoreEmptyContent, setMimetypeService, setNodeService, setNonAttachContentTypes, setPolicyComponent, setRetryingTransactionHelper, setStore, setSystemWideDirectUrlConfigMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.repository.ContentService
isContentDirectUrlEnabled, requestContentDirectUrl, requestContentDirectUrl, requestContentDirectUrl, requestContentDirectUrl
-
Constructor Details
-
RoutingContentService
public RoutingContentService()Deprecated.
-
ContentServiceImpl