Package | Description |
---|---|
org.apache.directory.shared.dsmlv2.request |
Modifier and Type | Method and Description |
---|---|
BatchRequest.Processing |
BatchRequestDsml.getProcessing()
Gets the processing type of the request
|
BatchRequest.Processing |
BatchRequest.getProcessing()
Gets the processing type of the request
|
static BatchRequest.Processing |
BatchRequest.Processing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchRequest.Processing[] |
BatchRequest.Processing.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.setProcessing(BatchRequest.Processing processing)
Sets the processing type of the request
|
void |
BatchRequest.setProcessing(BatchRequest.Processing processing)
Sets the processing type of the request
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.