public class RepositoryQuerySession extends AbstractQuerySession<ResultSet,ResultSetRow>
| Constructor and Description |
|---|
RepositoryQuerySession(long maxResults,
long batchSize,
ServerQuery<ResultSet> query) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getNextResults(ServiceRegistry serviceRegistry)
Get the next batch of results from the full set of available results.
|
protected ResultSetRow[] |
makeArray(int size) |
getId, getNextResults, getQuery, getQueryResults, haveMoreResultspublic RepositoryQuerySession(long maxResults,
long batchSize,
ServerQuery<ResultSet> query)
protected ResultSetRow[] makeArray(int size)
makeArray in class AbstractQuerySession<ResultSet,ResultSetRow>public ResultSet getNextResults(ServiceRegistry serviceRegistry)
QuerySessionserviceRegistry - the services to perform a queryCopyright © 2005–2014 Alfresco Software. All rights reserved.