public interface SearchOptions extends Serializable
SearchOptions heps define the generic options of the search mechanism.
Use SearchOptionsBuilder to build a SearchOptions object.SearchOptionsBuilder| Modifier and Type | Method and Description |
|---|---|
List<SearchFilter> |
getFilters() |
int |
getMaxResults()
The maximum results to return.
|
String |
getSearchTerm() |
List<Sort> |
getSorts() |
int |
getStartIndex()
The result start index, that is the first result that matches the search criteria that we want to retrieve.
|
List<SearchFilter> getFilters()
String getSearchTerm()
int getStartIndex()
int getMaxResults()
Copyright © 2013 BonitaSoft. All Rights Reserved.