Uses of Class
org.alfresco.opencmis.search.CMISResultSet
Packages that use CMISResultSet
-
Uses of CMISResultSet in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return CMISResultSetModifier and TypeMethodDescriptionCMISResultSetRow.getCMISResultSet()CMISResultSetRowIterator.getResultSet()CMISQueryService.query(CMISQueryOptions options) Constructors in org.alfresco.opencmis.search with parameters of type CMISResultSetModifierConstructorDescriptionCMISResultSetRow(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
Methods in org.alfresco.repo.search.impl that return CMISResultSet