|
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.CreateOptions
public class CreateOptions
This class extends OperationOptions containing options for entity create operation
| Constructor Summary | |
|---|---|
CreateOptions() |
|
| Method Summary | |
|---|---|
CreateOptions |
clone()Clones this object |
java.lang.String |
getCreateBase()Gets the entity create base |
boolean |
isCreateBaseAbsolute()Gets the entity create base absolute flag |
void |
setCreateBase(java.lang.String createBase)Sets the base where entity need to be created. |
void |
setCreateBase(java.lang.String createBase, boolean absolute)Sets the base where entity need to be created. |
| 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 CreateOptions()
| Method Detail |
|---|
public void setCreateBase(java.lang.String createBase,
boolean absolute)
createBase - entity create baseabsolute - true if the create base absolute value; false if the create base is relative to the create base configured in Identity Directorypublic void setCreateBase(java.lang.String createBase)
createBase - entity create basepublic java.lang.String getCreateBase()
public boolean isCreateBaseAbsolute()
public CreateOptions 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 | ||||||||