public class DBResultSet extends AbstractResultSet
| Constructor and Description |
|---|
DBResultSet(SearchParameters searchParameters,
List<Long> dbids,
NodeDAO nodeDao,
NodeService nodeService,
TenantService tenantService,
int maximumResultsFromUnlimitedQuery) |
| Modifier and Type | Method and Description |
|---|---|
ChildAssociationRef |
getChildAssocRef(int n) |
NodeRef |
getNodeRef(int n) |
long |
getNumberFound() |
ResultSetMetaData |
getResultSetMetaData() |
ResultSetRow |
getRow(int i) |
int |
getStart() |
boolean |
hasMore() |
Iterator<ResultSetRow> |
iterator() |
int |
length() |
close, getBulkFetch, getBulkFetchSize, getChildAssocRefs, getFacetQueries, getFieldFacet, getHighlighting, getNodeRefs, getScore, getSpellCheckResult, setBulkFetch, setBulkFetchSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DBResultSet(SearchParameters searchParameters, List<Long> dbids, NodeDAO nodeDao, NodeService nodeService, TenantService tenantService, int maximumResultsFromUnlimitedQuery)
public int length()
public long getNumberFound()
public NodeRef getNodeRef(int n)
public ResultSetRow getRow(int i)
public ChildAssociationRef getChildAssocRef(int n)
public ResultSetMetaData getResultSetMetaData()
public int getStart()
public boolean hasMore()
public Iterator<ResultSetRow> iterator()
Copyright © 2005–2020 Alfresco Software. All rights reserved.