Uses of Interface
org.alfresco.opencmis.search.CMISQueryService
-
Packages that use CMISQueryService Package Description org.alfresco.opencmis org.alfresco.repo.search.impl 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.repo.search.impl
Classes in org.alfresco.repo.search.impl that implement CMISQueryService Modifier and Type Class Description classOpenCMISQueryServiceImpl -
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.
-