public interface QuerySession<RESULTSET> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Retrieves the id this query session can be identified as
|
RESULTSET |
getNextResults(ServiceRegistry serviceRegistry)
Get the next batch of results from the full set of available results.
|
boolean |
haveMoreResults()
Check if the session is expecting more results.
|
String getId()
boolean haveMoreResults()
RESULTSET getNextResults(ServiceRegistry serviceRegistry)
serviceRegistry - the services to perform a queryallResults - All available results. It may be necessary to requery to get the results.Copyright © 2005–2014 Alfresco Software. All rights reserved.