public class CreateOptions extends OperationOptions
OperationOptions containing options for entity create operation| Constructor and Description |
|---|
CreateOptions() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAuthUser, getParameter, getParameters, setAuthUser, setAuthUser, setParameterpublic 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