|
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
public class ReadOptions
This class extends OperationOptions containing options for entity read operation. Read options include Locale and Requested Attributes settings.
| Nested Class Summary | |
|---|---|
static class |
ReadOptions.SearchScopeSearch scope |
| Field Summary | |
|---|---|
static java.lang.String |
ALL_LOCALES |
| Constructor Summary | |
|---|---|
ReadOptions() |
|
| Method Summary | |
|---|---|
ReadOptions |
clone()Clones this object |
java.lang.String |
getLocale()Gets the locale string value |
java.util.List<java.lang.String> |
getRequestedAttrs()Gets the requested attributes specified |
java.lang.String |
getSearchBase()Gets the entity search base |
ReadOptions.SearchScope |
getSearchScope()Gets the entity search scope |
int |
getTimeLimit()Gets the time limit |
boolean |
isSearchBaseAbsolute()Gets the entity search base Absolute flag |
void |
setLocale(java.util.Locale locale)Sets the locale option. |
void |
setLocale(java.lang.String locale)Sets the locale option. |
void |
setRequestedAttrs(java.util.List<java.lang.String> requestedAttrs)Sets requested attributes to be fetched from the repository |
void |
setSearchBase(java.lang.String searchBase)Sets the entity search base where the entities need to be searched under. |
void |
setSearchBase(java.lang.String searchBase, boolean absolute)Sets the entity search base where the entities need to be searched under. |
void |
setSearchScope(ReadOptions.SearchScope searchScope)Sets the entity search scope - base / onelevel / subtree, where default is subtree search |
void |
setTimeLimit(int timeLimit)Sets the time limit (in seconds), time in which the search operation to be performed |
| 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 |
| Field Detail |
|---|
public static final java.lang.String ALL_LOCALES
| Constructor Detail |
|---|
public ReadOptions()
| Method Detail |
|---|
public void setLocale(java.lang.String locale)
ALL_LOCALES fetches all the locale values.locale - Locale string value to be setpublic void setLocale(java.util.Locale locale)
locale - Locale value to be setpublic java.lang.String getLocale()
public void setRequestedAttrs(java.util.List<java.lang.String> requestedAttrs)
requestedAttrs - List of attributes to be fetchedpublic java.util.List<java.lang.String> getRequestedAttrs()
public void setTimeLimit(int timeLimit)
timeLimit - operation time limitpublic int getTimeLimit()
public void setSearchBase(java.lang.String searchBase,
boolean absolute)
searchBase - entity search baseabsolute - true if the search base is absolute; false if the search base is relative to the search base configured in Identity Directorypublic void setSearchBase(java.lang.String searchBase)
searchBase - entity search basepublic java.lang.String getSearchBase()
public boolean isSearchBaseAbsolute()
public void setSearchScope(ReadOptions.SearchScope searchScope)
searchScope - entity search scopepublic ReadOptions.SearchScope getSearchScope()
public ReadOptions clone()
clone in class OperationOptions
|
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 | ||||||||