Class SolrOpenCMISQueryServiceImpl
- java.lang.Object
-
- org.alfresco.repo.search.impl.solr.SolrOpenCMISQueryServiceImpl
-
- All Implemented Interfaces:
CMISQueryService
public class SolrOpenCMISQueryServiceImpl extends Object implements CMISQueryService
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description SolrOpenCMISQueryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllVersionsSearchable()org.apache.chemistry.opencmis.commons.enums.CapabilityJoingetJoinSupport()booleangetPwcSearchable()org.apache.chemistry.opencmis.commons.enums.CapabilityQuerygetQuerySupport()CMISResultSetquery(String query, StoreRef storeRef)CMISResultSetquery(CMISQueryOptions options)voidsetAlfrescoDictionaryService(DictionaryService alfrescoDictionaryService)voidsetCmisDictionaryService(CMISDictionaryService cmisDictionaryService)voidsetNodeService(NodeService nodeService)voidsetSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage)
-
-
-
Method Detail
-
setSolrQueryLanguage
public void setSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage)
-
setNodeService
public void setNodeService(NodeService nodeService)
-
setAlfrescoDictionaryService
public void setAlfrescoDictionaryService(DictionaryService alfrescoDictionaryService)
-
setCmisDictionaryService
public void setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
-
query
public CMISResultSet query(CMISQueryOptions options)
- Specified by:
queryin interfaceCMISQueryService
-
query
public CMISResultSet query(String query, StoreRef storeRef)
- Specified by:
queryin interfaceCMISQueryService
-
getPwcSearchable
public boolean getPwcSearchable()
- Specified by:
getPwcSearchablein interfaceCMISQueryService
-
getAllVersionsSearchable
public boolean getAllVersionsSearchable()
- Specified by:
getAllVersionsSearchablein interfaceCMISQueryService
-
getQuerySupport
public org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()
- Specified by:
getQuerySupportin interfaceCMISQueryService
-
getJoinSupport
public org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()
- Specified by:
getJoinSupportin interfaceCMISQueryService
-
-