Package org.alfresco.repo.content.http
Class HttpAlfrescoStore
java.lang.Object
org.alfresco.repo.content.AbstractContentStore
org.alfresco.repo.content.http.HttpAlfrescoStore
- All Implemented Interfaces:
ContentStore
Deprecated.
Removed in 5.2
A read-only store using HTTP to access content from a remote Alfresco application.
The primary purpose of this component is to allow clustered content sharing without having to have shared access to the binary data on the various machines.
- Since:
- 2.1
- Author:
- Derek Hulley
-
Field Summary
Fields inherited from class org.alfresco.repo.content.AbstractContentStore
contentLimitProviderFields inherited from interface org.alfresco.repo.content.ContentStore
NEW_CONTENT_CONTEXT, PROTOCOL_DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.This is a read only store.static voidDeprecated.Tests the HTTP store against a given server.
Usage:voidsetAuthenticationService(AuthenticationService authenticationService) Deprecated.voidsetBaseHttpUrl(String baseHttpUrl) Deprecated.Set the base HTTP URL of the remote Alfresco application.
For example:voidsetTransactionService(TransactionService transactionService) Deprecated.Methods inherited from class org.alfresco.repo.content.AbstractContentStore
delete, exists, getContentUrlParts, getRootLocation, getSpaceFree, getSpaceTotal, getWriter, getWriterInternal, isContentUrlSupported, isValidContentUrl, setContentLimitProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.repo.content.ContentStore
getStorageProperties, isContentDirectUrlEnabled, isContentDirectUrlEnabled, requestContentDirectUrl, requestContentDirectUrl, requestContentDirectUrl, requestContentDirectUrl, requestRestoreContentFromArchive, requestSendContentToArchive
-
Constructor Details
-
HttpAlfrescoStore
public HttpAlfrescoStore()Deprecated.Default constructor for bean instantiation.
-
-
Method Details
-
setTransactionService
Deprecated.- Parameters:
transactionService- used to ensure proper ticket propagation in a cluster
-
setAuthenticationService
Deprecated.- Parameters:
authenticationService- used to retrieve authentication ticket
-
setBaseHttpUrl
Deprecated.Set the base HTTP URL of the remote Alfresco application.
For example:http://192.168.1.66:8080/alfresco
.- Parameters:
baseHttpUrl- the remote HTTP address including the .../alfresco
-
isWriteSupported
public boolean isWriteSupported()Deprecated.This is a read only store.- Returns:
- false always
-
getReader
Deprecated. -
main
Deprecated.Tests the HTTP store against a given server.
Usage:HttpAlfrescoStore help Print the usage message- Parameters:
args- the program arguments
-