public class SolrContentStore extends Object implements org.alfresco.repo.content.ContentStore
SolrContentUrlBuilder.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SolrContentStore(String rootStr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(String contentUrl) |
boolean |
exists(String contentUrl) |
org.alfresco.service.cmr.repository.ContentReader |
getReader(String contentUrl) |
String |
getRootLocation() |
long |
getSpaceFree() |
long |
getSpaceTotal() |
org.alfresco.service.cmr.repository.ContentWriter |
getWriter(org.alfresco.repo.content.ContentContext context) |
boolean |
isContentUrlSupported(String contentUrl) |
boolean |
isWriteSupported() |
public SolrContentStore(String rootStr)
public boolean isContentUrlSupported(String contentUrl)
isContentUrlSupported in interface org.alfresco.repo.content.ContentStorepublic boolean isWriteSupported()
isWriteSupported in interface org.alfresco.repo.content.ContentStorepublic long getSpaceFree()
getSpaceFree in interface org.alfresco.repo.content.ContentStorepublic long getSpaceTotal()
getSpaceTotal in interface org.alfresco.repo.content.ContentStorepublic String getRootLocation()
getRootLocation in interface org.alfresco.repo.content.ContentStorepublic boolean exists(String contentUrl)
exists in interface org.alfresco.repo.content.ContentStorepublic org.alfresco.service.cmr.repository.ContentReader getReader(String contentUrl)
getReader in interface org.alfresco.repo.content.ContentStorepublic org.alfresco.service.cmr.repository.ContentWriter getWriter(org.alfresco.repo.content.ContentContext context)
getWriter in interface org.alfresco.repo.content.ContentStorepublic boolean delete(String contentUrl)
delete in interface org.alfresco.repo.content.ContentStoreCopyright © 2005–2017 Alfresco Software. All rights reserved.