Uses of Class
org.alfresco.opencmis.search.CMISResultSet
-
Packages that use CMISResultSet Package Description org.alfresco.opencmis.search org.alfresco.repo.search.impl.solr -
-
Uses of CMISResultSet in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return CMISResultSet Modifier and Type Method Description CMISResultSetCMISResultSetRow. getCMISResultSet()CMISResultSetCMISResultSetRowIterator. getResultSet()CMISResultSetCMISQueryService. query(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)CMISResultSetCMISQueryService. query(org.alfresco.opencmis.search.CMISQueryOptions options)CMISResultSetCMISQueryServiceImpl. query(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)CMISResultSetCMISQueryServiceImpl. query(org.alfresco.opencmis.search.CMISQueryOptions options)Constructors in org.alfresco.opencmis.search with parameters of type CMISResultSet Constructor Description CMISResultSetRow(CMISResultSet resultSet, int index, java.util.Map<java.lang.String,java.lang.Float> scores, org.alfresco.service.cmr.repository.NodeService nodeService, java.util.Map<java.lang.String,org.alfresco.service.cmr.repository.NodeRef> nodeRefs, java.util.Map<org.alfresco.service.cmr.repository.NodeRef,org.alfresco.opencmis.dictionary.CMISNodeInfo> nodeInfos, org.alfresco.repo.search.impl.querymodel.Query query, org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)CMISResultSetRowIterator(CMISResultSet resultSet)Create an iterator over the result set. -
Uses of CMISResultSet in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr that return CMISResultSet Modifier and Type Method Description CMISResultSetSolrOpenCMISQueryServiceImpl. query(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)CMISResultSetSolrOpenCMISQueryServiceImpl. query(org.alfresco.opencmis.search.CMISQueryOptions options)
-