@Deprecated public class HttpAlfrescoStore extends AbstractContentStore
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.
contentLimitProvider
Constructor and Description |
---|
HttpAlfrescoStore()
Deprecated.
Default constructor for bean instantiation.
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.ContentReader |
getReader(String contentUrl)
Deprecated.
|
boolean |
isWriteSupported()
Deprecated.
This is a read only store.
|
static void |
main(String[] args)
Deprecated.
Tests the HTTP store against a given server.
Usage: |
void |
setAuthenticationService(AuthenticationService authenticationService)
Deprecated.
|
void |
setBaseHttpUrl(String baseHttpUrl)
Deprecated.
Set the base HTTP URL of the remote Alfresco application.
For example: |
void |
setTransactionService(TransactionService transactionService)
Deprecated.
|
delete, exists, getContentUrlParts, getRootLocation, getSpaceFree, getSpaceTotal, getWriter, getWriterInternal, isContentUrlSupported, isValidContentUrl, setContentLimitProvider
public HttpAlfrescoStore()
public void setTransactionService(TransactionService transactionService)
transactionService
- used to ensure proper ticket propagation in a clusterpublic void setAuthenticationService(AuthenticationService authenticationService)
authenticationService
- used to retrieve authentication ticketpublic void setBaseHttpUrl(String baseHttpUrl)
http://192.168.1.66:8080/alfresco.
baseHttpUrl
- the remote HTTP address including the .../alfrescopublic boolean isWriteSupported()
public org.alfresco.service.cmr.repository.ContentReader getReader(String contentUrl)
public static void main(String[] args)
HttpAlfrescoStore help Print the usage message
args
- the program argumentsCopyright © 2005–2017 Alfresco Software. All rights reserved.