| Package | Description |
|---|---|
| org.apache.directory.api.dsmlv2.request |
| Modifier and Type | Field and Description |
|---|---|
private BatchRequestDsml.OnError |
BatchRequestDsml.onError
The type of on error handling
|
| Modifier and Type | Method and Description |
|---|---|
BatchRequestDsml.OnError |
BatchRequestDsml.getOnError()
Gets the on error handling type of the request
|
static BatchRequestDsml.OnError |
BatchRequestDsml.OnError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchRequestDsml.OnError[] |
BatchRequestDsml.OnError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchRequestDsml.setOnError(BatchRequestDsml.OnError onError)
Sets the on error handling type of the request
|