| Package | Description |
|---|---|
| rocks.xmpp.extensions.rsm.model |
Provides XML schema implementations of XEP-0059: Result Set Management.
|
| rocks.xmpp.extensions.search.model |
Provides XML schema implementations of XEP-0055: Jabber Search.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
ResultSet.forFirstPage(int itemCount)
Gets a result set, which requests the first page.
|
static ResultSet |
ResultSet.forIndex(int itemCount,
int index)
Gets a result set, which starts at a particular index.
|
static ResultSet |
ResultSet.forItemCount()
Gets a result set, which gets the item count of a result without retrieving the items themselves.
|
static ResultSet |
ResultSet.forLastPage(int itemCount)
Gets a result set, which requests the last page.
|
static ResultSet |
ResultSet.forLimit(int limit)
Gets a result set, which limits the number of items of a result to be returned.
|
static ResultSet |
ResultSet.forNextPage(int itemCount,
String id)
Gets a result set, which requests the next page after a specified item.
|
static ResultSet |
ResultSet.forPreviousPage(int itemCount,
String id)
Gets a result set, which requests the previous page before a specified item.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
Search.getResultSet()
Gets the result set information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Search.setResultSet(ResultSet resultSet)
Sets the result set information.
|
| Constructor and Description |
|---|
Search(String first,
String last,
String nick,
String email,
ResultSet resultSet)
Creates a search request, consisting of multiple search parameters.
|
Copyright © 2014 XMPP.rocks. All rights reserved.