public interface IFindOptions
| Modifier and Type | Method and Description |
|---|---|
IFindCondition |
getCondition()
Returns the condition for the query
|
boolean |
getIncludeTotalCount()
Get the include total count of the search results.
|
int |
getPageNum()
Returns the Page number that needs to be retrieved in the search results
|
int |
getResultsPerPage()
Get the results per page
|
boolean |
getReturnOnlyCounts()
Get the return only count flag.
|
java.util.List<SortField> |
getSortFields()
Returns the list of sort field
|
void |
setCondition(IFindCondition condition)
Assigns the condition for the query
|
void |
setIncludeTotalCount(boolean includeTotalCount)
Set the include total count of the search results.
|
void |
setPageNum(int pageNum)
Set the page number to be retrieved in the search results.
|
void |
setResultsPerPage(int resultsPerPage)
Set the results per page
|
void |
setReturnOnlyCounts(boolean returnOnlyCounts)
Set the return only count flag.
|
void |
setSortFields(java.util.List<SortField> sortFields)
Assigns the list of sort field
|
java.util.List<SortField> getSortFields()
void setSortFields(java.util.List<SortField> sortFields)
sortFields - IFindCondition getCondition()
void setCondition(IFindCondition condition)
condition - int getPageNum()
void setPageNum(int pageNum)
pageNum - void setResultsPerPage(int resultsPerPage)
resultsPerPage - int getResultsPerPage()
void setIncludeTotalCount(boolean includeTotalCount)
includeTotalCount - boolean getIncludeTotalCount()
void setReturnOnlyCounts(boolean returnOnlyCounts)
returnOnlyCounts - boolean getReturnOnlyCounts()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.