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(String query, StoreRef storeRef)CMISResultSetCMISQueryService. query(CMISQueryOptions options)CMISResultSetCMISQueryServiceImpl. query(String query, StoreRef storeRef)CMISResultSetCMISQueryServiceImpl. query(CMISQueryOptions options)Constructors in org.alfresco.opencmis.search with parameters of type CMISResultSet Constructor Description CMISResultSetRow(CMISResultSet resultSet, int index, Map<String,Float> scores, NodeService nodeService, Map<String,NodeRef> nodeRefs, Map<NodeRef,CMISNodeInfo> nodeInfos, Query query, 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(String query, StoreRef storeRef)CMISResultSetSolrOpenCMISQueryServiceImpl. query(CMISQueryOptions options)
-