|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11 g Release 2 (11.1.2) E27140-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.
| 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 |
int |
getTimeLimit()Gets the time limit |
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 |
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, setAuthUser, setAuthUser |
| 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)
searchBase - entity search basepublic java.lang.String getSearchBase()
public ReadOptions clone()
clone in class OperationOptions
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11 g Release 2 (11.1.2) E27140-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||