Uses of Interface
org.alfresco.opencmis.search.CMISQueryService
-
Packages that use CMISQueryService Package Description org.alfresco.opencmis org.alfresco.opencmis.search org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of CMISQueryService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return CMISQueryService Modifier and Type Method Description CMISQueryServiceCMISConnector. getOpenCMISQueryService()Methods in org.alfresco.opencmis with parameters of type CMISQueryService Modifier and Type Method Description voidCMISConnector. setOpenCMISQueryService(CMISQueryService cmisQueryService)Sets the OpenCMIS query service.voidCMISConnector. setOpenCMISQueryService11(CMISQueryService cmisQueryService) -
Uses of CMISQueryService in org.alfresco.opencmis.search
Classes in org.alfresco.opencmis.search that implement CMISQueryService Modifier and Type Class Description classCMISQueryServiceImpl -
Uses of CMISQueryService in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene with parameters of type CMISQueryService Modifier and Type Method Description voidLuceneAlfrescoSqlQueryLanguage. setCmisQueryService(CMISQueryService cmisQueryService)Set the search servicevoidLuceneCmisStrictSqlQueryLanguage. setCmisQueryService(CMISQueryService cmisQueryService)Set the search servicevoidLuceneOpenCMISAlfrescoSqlQueryLanguage. setCmisQueryService(CMISQueryService cmisQueryService)Set the search servicevoidLuceneOpenCMISStrictSqlQueryLanguage. setCmisQueryService(CMISQueryService cmisQueryService)Set the search service -
Uses of CMISQueryService in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement CMISQueryService Modifier and Type Class Description classSolrOpenCMISQueryServiceImpl -
Uses of CMISQueryService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return CMISQueryService Modifier and Type Method Description CMISQueryServiceServiceDescriptorRegistry. getCMISQueryService() -
Uses of CMISQueryService in org.alfresco.service
Methods in org.alfresco.service that return CMISQueryService Modifier and Type Method Description CMISQueryServiceServiceRegistry. getCMISQueryService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-