Modifier and Type | Method and Description |
---|---|
void |
ModifyRequestCodec.setCurrentOperation(ModificationOperation currentOperation)
Store the current operation
|
Modifier and Type | Method and Description |
---|---|
ModificationOperation |
Modification.getOperation() |
ModificationOperation |
ServerModification.getOperation() |
static ModificationOperation |
ModificationOperation.getOperation(int value)
Get the ModificationOperation from an int value
|
static ModificationOperation |
ModificationOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModificationOperation[] |
ModificationOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Modification.setOperation(ModificationOperation operation)
Store the modification operation
|
void |
ServerModification.setOperation(ModificationOperation operation)
Store the modification operation
|
Constructor and Description |
---|
ServerModification(ModificationOperation operation,
EntryAttribute attribute)
Create a new instance of a ServerModification.
|
Modifier and Type | Method and Description |
---|---|
ModificationOperation |
ClientModification.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
ClientModification.setOperation(ModificationOperation operation)
Store the modification operation
|
Constructor and Description |
---|
ClientModification(ModificationOperation operation,
EntryAttribute attribute)
Creates a new instance of ClientModification.
|
Modifier and Type | Method and Description |
---|---|
void |
LdifEntry.addModificationItem(ModificationOperation modOp,
EntryAttribute attr)
Add a modification item (used by modify operations)
|
void |
LdifEntry.addModificationItem(ModificationOperation modOp,
String id,
Object value)
Add a modification item
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.