Package org.alfresco.repo.search.impl
Class OpenCMISQueryServiceImpl
java.lang.Object
org.alfresco.repo.search.impl.OpenCMISQueryServiceImpl
- All Implemented Interfaces:
CMISQueryService
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.chemistry.opencmis.commons.enums.CapabilityJoinbooleanorg.apache.chemistry.opencmis.commons.enums.CapabilityQueryquery(CMISQueryOptions options) voidsetAlfrescoDictionaryService(DictionaryService alfrescoDictionaryService) voidsetCmisDictionaryService(CMISDictionaryService cmisDictionaryService) voidsetNodeService(NodeService nodeService) voidsetQueryLanguage(LuceneQueryLanguageSPI queryLanguage)
-
Constructor Details
-
OpenCMISQueryServiceImpl
public OpenCMISQueryServiceImpl()
-
-
Method Details
-
setQueryLanguage
-
setNodeService
-
setAlfrescoDictionaryService
-
setCmisDictionaryService
-
query
- Specified by:
queryin interfaceCMISQueryService
-
query
- 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
-