Package | Description |
---|---|
org.nuxeo.ecm.core.search.api.client.search.results |
Client search results api.
|
org.nuxeo.ecm.core.search.api.client.search.results.impl |
Client search results api implementation.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.goToPage(int page)
Goes to requested page.
|
ResultSet |
ResultSet.nextPage()
Computes the next page by replaying the exact same request.
|
ResultSet |
ResultSet.replay()
Replays the exact same query.
|
ResultSet |
ResultSet.replay(int offset,
int range)
Replays the same query with new offset and range.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSetImpl.goToPage(int page) |
ResultSet |
ResultSetImpl.nextPage() |
ResultSet |
ResultSetImpl.replay() |
ResultSet |
ResultSetImpl.replay(int offset,
int range) |
Copyright © 2015 Nuxeo SA. All rights reserved.