public class SolrOpenCMISQueryServiceImpl extends java.lang.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(org.alfresco.opencmis.search.CMISQueryOptions options) |
CMISResultSet |
query(java.lang.String query,
org.alfresco.service.cmr.repository.StoreRef storeRef) |
void |
setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService) |
void |
setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setSolrQueryLanguage(SolrQueryLanguage solrQueryLanguage) |
public void setSolrQueryLanguage(SolrQueryLanguage solrQueryLanguage)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
public void setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
public CMISResultSet query(org.alfresco.opencmis.search.CMISQueryOptions options)
query in interface CMISQueryServicepublic CMISResultSet query(java.lang.String query, org.alfresco.service.cmr.repository.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 - 2010 Alfresco Software, Inc. All Rights Reserved.