| Modifier and Type | Method and Description |
|---|---|
List<T> |
Store.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
MemoryStorage.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
List<T> |
SQLStore.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestAdapter.readWithFilter(ReadFilter filter,
Callback<List<T>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
WrappingPagedList.getNextFilter() |
ReadFilter |
URIPageHeaderParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
WrappingPagedList.getPreviousFilter() |
ReadFilter |
URIPageHeaderParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
| Modifier and Type | Method and Description |
|---|---|
URI |
DefaultParameterProvider.getParameters(ReadFilter filter) |
| Constructor and Description |
|---|
WrappingPagedList(Pipe<T> pipe,
List<T> data,
ReadFilter nextFilter,
ReadFilter previousFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.readWithFilter(ReadFilter filter,
Callback<List<T>> callback)
Reads all the data from the underlying server connection.
|
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
PageResultExtractor.getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
PageResultExtractor.getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
ParameterProvider.getParameters(ReadFilter filter) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.