public class CMISQueryServiceImpl extends Object implements CMISQueryService
| Constructor and Description |
|---|
CMISQueryServiceImpl() |
| 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 |
setDbQueryEngine(QueryEngine queryEngine) |
void |
setLuceneQueryEngine(QueryEngine queryEngine) |
void |
setNodeService(NodeService nodeService) |
void |
setOpenCMISDictionaryService(CMISDictionaryService cmisDictionaryService) |
public void setOpenCMISDictionaryService(CMISDictionaryService cmisDictionaryService)
public void setLuceneQueryEngine(QueryEngine queryEngine)
queryEngine - the luceneQueryEngine to setpublic void setDbQueryEngine(QueryEngine queryEngine)
queryEngine - the dbQueryEngine to setpublic void setNodeService(NodeService nodeService)
nodeService - the nodeService to setpublic void setAlfrescoDictionaryService(DictionaryService alfrescoDictionaryService)
alfrescoDictionaryService - the Alfresco Dictionary Service to setpublic 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.