public class SolrOpenCMISQueryServiceImpl extends Object implements CMISQueryService
| Constructor and Description |
|---|
SolrOpenCMISQueryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllVersionsSearchable() |
org.apache.chemistry.opencmis.commons.enums.CapabilityJoin |
getJoinSupport() |
boolean |
getPwcSearchable() |
org.apache.chemistry.opencmis.commons.enums.CapabilityQuery |
getQuerySupport() |
CMISResultSet |
query(CMISQueryOptions options) |
CMISResultSet |
query(String query,
StoreRef storeRef) |
void |
setAlfrescoDictionaryService(DictionaryService alfrescoDictionaryService) |
void |
setCmisDictionaryService(CMISDictionaryService cmisDictionaryService) |
void |
setNodeService(NodeService nodeService) |
void |
setSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage) |
public void setSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage)
public void setNodeService(NodeService nodeService)
public void setAlfrescoDictionaryService(DictionaryService alfrescoDictionaryService)
public void setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
public CMISResultSet query(CMISQueryOptions options)
query in interface CMISQueryServicepublic CMISResultSet query(String query, StoreRef storeRef)
query in interface CMISQueryServicepublic boolean getPwcSearchable()
getPwcSearchable in interface CMISQueryServicepublic boolean getAllVersionsSearchable()
getAllVersionsSearchable in interface CMISQueryServicepublic org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()
getQuerySupport in interface CMISQueryServicepublic org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()
getJoinSupport in interface CMISQueryServiceCopyright © 2005–2020 Alfresco Software. All rights reserved.