| Interface | Description |
|---|---|
| FilterCallback |
Called by QueryFilter.iterate() at query construction time to modify the persistence query
(or other query) to reduce the number of results returned.
|
| OrderCallback |
Called by QueryOrder.iterate() at query construction time to modify the persistence query
(or other query) to impose a sort order on the results returned.
|
| Class | Description |
|---|---|
| FilterComponent | |
| OrderComponent | |
| QueryFilter |
Supports the concept of filtering a result based on the 'filter' query parameter.
|
| QueryOrder |
Supports the concept of sorting a result based on the 'sort' query parameter.
|
| QueryRange |
Supports the concept of 'pagination' via request 'Range' header or 'limit'
and 'offset' parameters.
|
Copyright © 2013. All Rights Reserved.