public interface IWFBaseFindOptions extends IBaseFindOptions
| Modifier and Type | Method and Description |
|---|---|
void |
addCondition(IWFSearchCondition condition)
Add a search condition
|
java.util.List<IWFSearchCondition> |
getConditions()
Returns the search conditions
|
int |
getPageNum()
Returns the Page number that needs to be retrieved in the search results
when
IBaseFindOptions.getIsPagingOn() is true |
int |
getResultsPerPage()
Get the results per page
when
IBaseFindOptions.getIsPagingOn() is true |
void |
setConditions(java.util.List<IWFSearchCondition> conditions)
Set the search conditions
|
void |
setPageNum(int pageNum)
Set the page number to be retrieved in the search results.
|
void |
setResultsPerPage(int resultsPerPage)
Set the results per page
when
IBaseFindOptions.getIsPagingOn() is true |
void |
setSortFieldName(java.lang.String sortFieldName)
Set the sort field name.
|
getAndOr, getIncludeTotalCount, getIsPagingOn, getMaxResults, getReturnLastRow, getReturnOnlyCounts, getReturnStartRow, getSortDirection, getSortFieldName, setAndOr, setIncludeTotalCount, setMaxResults, setPagingOn, setReturnLastRow, setReturnOnlyCounts, setReturnStartRow, setSortDirectionvoid setSortFieldName(java.lang.String sortFieldName)
WFConditionAttributesetSortFieldName in interface IBaseFindOptionssortFieldName - int getPageNum()
IBaseFindOptions.getIsPagingOn() is truegetPageNum in interface IBaseFindOptionsvoid setPageNum(int pageNum)
IBaseFindOptions.getIsPagingOn() is truesetPageNum in interface IBaseFindOptionspageNum - java.util.List<IWFSearchCondition> getConditions()
void addCondition(IWFSearchCondition condition)
condition - void setConditions(java.util.List<IWFSearchCondition> conditions)
conditions - void setResultsPerPage(int resultsPerPage)
IBaseFindOptions.getIsPagingOn() is truesetResultsPerPage in interface IBaseFindOptionsresultsPerPage - int getResultsPerPage()
IBaseFindOptions.getIsPagingOn() is truegetResultsPerPage in interface IBaseFindOptions
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.