Package | Description |
---|---|
org.apache.directory.shared.ldap.codec.modify | |
org.apache.directory.shared.ldap.entry | |
org.apache.directory.shared.ldap.entry.client | |
org.apache.directory.shared.ldap.ldif | |
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.message.internal | |
org.apache.directory.shared.ldap.schema |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
org.apache.directory.shared.ldap.util |
Modifier and Type | Method and Description |
---|---|
List<Modification> |
ModifyRequestCodec.getModifications()
Get the entry's attributes
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyRequestCodec.setModifications(List<Modification> modifications)
sets the modifications
|
Modifier and Type | Class and Description |
---|---|
class |
ServerModification
An internal implementation for a ModificationItem.
|
Modifier and Type | Method and Description |
---|---|
Modification |
Modification.clone()
The clone operation
|
Modification |
ServerModification.toClientModification()
Convert the current ServerModification to a ClientModification instance
|
Constructor and Description |
---|
ServerModification(SchemaManager schemaManager,
Modification modification) |
Modifier and Type | Class and Description |
---|---|
class |
ClientModification
An internal implementation for a ModificationItem.
|
Modifier and Type | Field and Description |
---|---|
static Modification[] |
LdifEntry.EMPTY_MODS
Used in toArray()
|
Modifier and Type | Method and Description |
---|---|
Modification[] |
LdifEntry.getModificationItemsArray()
Gets the modification items as an array.
|
Modifier and Type | Method and Description |
---|---|
List<Modification> |
LdifEntry.getModificationItems() |
Modifier and Type | Method and Description |
---|---|
void |
LdifEntry.addModificationItem(Modification modification)
Add a modification item (used by modify operations)
|
Modifier and Type | Method and Description |
---|---|
static LdifEntry |
LdifRevertor.reverseModify(DN dn,
List<Modification> forwardModifications,
Entry modifiedEntry)
Compute the reversed LDIF for a modify request.
|
Modifier and Type | Method and Description |
---|---|
Collection<Modification> |
ModifyRequestImpl.getModificationItems()
Gets an immutable Collection of modification items representing the
atomic changes to perform on the candidate entry to modify.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyRequestImpl.addModification(Modification mod)
Adds a Modification to the set of modifications composing this modify
request.
|
void |
ModifyRequestImpl.removeModification(Modification mod)
Removes a Modification to the set of modifications composing this
modify request.
|
Modifier and Type | Method and Description |
---|---|
Collection<Modification> |
InternalModifyRequest.getModificationItems()
Gets an immutable Collection of modification items representing the
atomic changes to perform on the candidate entry to modify.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalModifyRequest.addModification(Modification mod)
Adds a ModificationItem to the set of modifications composing this modify
request.
|
void |
InternalModifyRequest.removeModification(Modification mod)
Removes a ModificationItem to the set of modifications composing this
modify request.
|
Modifier and Type | Method and Description |
---|---|
static Entry |
SchemaUtils.getTargetEntry(List<? extends Modification> mods,
Entry entry)
Gets the target entry as it would look after a modification operation
were performed on it.
|
Modifier and Type | Method and Description |
---|---|
static void |
AttributeUtils.applyModification(Entry entry,
Modification modification)
A method to apply a modification to an existing entry.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.