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
getDirectAccessUrl, getRawReader, getReader, getStoreFreeSpace, getStoreTotalSpace, getTempWriter, getWriter, init, onUpdateProperties, setApplicationContext, setDictionaryService, setEagerContentStoreCleaner, setIgnoreEmptyContent, setMimetypeService, setNodeService, setPolicyComponent, setRetryingTransactionHelper, setStore
-
Constructor Details
-
RoutingContentService
public RoutingContentService()Deprecated.
-
ContentServiceImpl