mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added the notion of a ContentContext to select the content store to write to.
Added AbstractRoutingContentStore as a start base implementation. Added warnings to drive config away from disused setTransactionService towards setRetryingTransactionHelper. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5734 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -55,6 +55,7 @@ import org.springframework.util.FileCopyUtils;
|
||||
* Implements all the convenience methods of the interface. The only methods
|
||||
* that need to be implemented, i.e. provide low-level content access are:
|
||||
* <ul>
|
||||
* <li>{@link #getReader()} to create a reader to the underlying content</li>
|
||||
* <li>{@link #getDirectWritableChannel()} to write content to the repository</li>
|
||||
* </ul>
|
||||
*
|
||||
|
Reference in New Issue
Block a user