|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.OperationOptions
oracle.igf.ids.ReadOptions
oracle.igf.ids.SearchOptions
public class SearchOptions
This class extends ReadOptions containing options for entity search operation. Search options include Locale, Requested Attributes, Sort attributes, page size and page position.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.igf.ids.ReadOptions |
|---|
ReadOptions.SearchScope |
| Field Summary |
|---|
| Fields inherited from class oracle.igf.ids.ReadOptions |
|---|
ALL_LOCALES |
| Constructor Summary | |
|---|---|
SearchOptions() |
|
| Method Summary | |
|---|---|
SearchOptions |
clone()Clones this object |
int |
getPageSize()Gets the page size |
int |
getRequestedPage()Gets the page position |
int |
getSizeLimit()Gets the size limit |
java.lang.String[] |
getSortAttrs()Gets the array of sort attributes |
void |
setPageSize(int pageSize)Sets the pagesize to be used while searching the entities in the repository. |
void |
setRequestedPage(int requestedPage)Sets the page position, the entities in the page to be returned |
void |
setSizeLimit(int sizeLimit)Sets the size limit, maximum number of entities to be returned by the search method |
void |
setSortAttrs(java.lang.String[] sortAttrs)Sets the array of attributes on which the search results to be sorted. |
| Methods inherited from class oracle.igf.ids.ReadOptions |
|---|
getLocale, getRequestedAttrs, getSearchBase, getSearchScope, getTimeLimit, isSearchBaseAbsolute, setLocale, setLocale, setRequestedAttrs, setSearchBase, setSearchBase, setSearchScope, setTimeLimit |
| Methods inherited from class oracle.igf.ids.OperationOptions |
|---|
getAuthUser, getParameter, getParameters, setAuthUser, setAuthUser, setParameter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchOptions()
| Method Detail |
|---|
public void setSortAttrs(java.lang.String[] sortAttrs)
sortAttrs - array of sort attributespublic java.lang.String[] getSortAttrs()
public void setPageSize(int pageSize)
pageSize - page sizepublic int getPageSize()
public void setRequestedPage(int requestedPage)
requestedPage - page positionpublic int getRequestedPage()
public void setSizeLimit(int sizeLimit)
sizeLimit - maximum number of entities to be returnedpublic int getSizeLimit()
public SearchOptions clone()
clone in class ReadOptions
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||