|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuerySession
An interface for objects that track the query and its results. The only commonality between the different types of results used in the WebServices return values is that they are Serializable.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |