Uses of Interface
org.alfresco.service.cmr.search.ResultSet
-
Packages that use ResultSet Package Description org.alfresco.repo.search.impl.querymodel org.alfresco.service.cmr.search -
-
Uses of ResultSet in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type ResultSet Modifier and Type Method Description Map<Set<String>,ResultSet>QueryEngineResults. getResults()Constructor parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type ResultSet Constructor Description QueryEngineResults(Map<Set<String>,ResultSet> results) -
Uses of ResultSet in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return ResultSet Modifier and Type Method Description ResultSetResultSetRow. getResultSet()Get the containing result setResultSetSearchService. query(StoreRef store, String language, String query)Search against a store.ResultSetSearchService. query(StoreRef store, String language, String query, QueryParameterDefinition[] queryParameterDefinitions)Search against a store.ResultSetSearchService. query(StoreRef store, QName queryId, QueryParameter[] queryParameters)Execute a canned queryResultSetSearchService. query(SearchParameters searchParameters)Search using the given SearchParameters
-