public interface QuerySession
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Retrieves the id this query session can be identified as
|
java.lang.Object |
getNextResults(org.alfresco.service.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.
|
java.lang.String getId()
boolean haveMoreResults()
java.lang.Object getNextResults(org.alfresco.service.ServiceRegistry serviceRegistry)
serviceRegistry
- the services to perform a queryallResults
- All available results. It may be necessary to requery to get the results.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.