|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Modification | |
---|---|
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.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
org.apache.directory.shared.ldap.util |
Uses of Modification in org.apache.directory.shared.ldap.codec.modify |
---|
Methods in org.apache.directory.shared.ldap.codec.modify that return types with arguments of type Modification | |
---|---|
java.util.List<Modification> |
ModifyRequest.getModifications()
Get the entry's attributes |
Uses of Modification in org.apache.directory.shared.ldap.entry |
---|
Methods in org.apache.directory.shared.ldap.entry that return Modification | |
---|---|
Modification |
Modification.clone()
The clone operation |
Uses of Modification in org.apache.directory.shared.ldap.entry.client |
---|
Classes in org.apache.directory.shared.ldap.entry.client that implement Modification | |
---|---|
class |
ClientModification
An internal implementation for a ModificationItem. |
Uses of Modification in org.apache.directory.shared.ldap.ldif |
---|
Fields in org.apache.directory.shared.ldap.ldif declared as Modification | |
---|---|
static Modification[] |
LdifEntry.EMPTY_MODS
Used in toArray() |
Methods in org.apache.directory.shared.ldap.ldif that return Modification | |
---|---|
Modification[] |
LdifEntry.getModificationItemsArray()
Gets the modification items as an array. |
Methods in org.apache.directory.shared.ldap.ldif that return types with arguments of type Modification | |
---|---|
java.util.List<Modification> |
LdifEntry.getModificationItems()
|
Methods in org.apache.directory.shared.ldap.ldif with parameters of type Modification | |
---|---|
void |
LdifEntry.addModificationItem(Modification modification)
Add a modification item (used by modify operations) |
Method parameters in org.apache.directory.shared.ldap.ldif with type arguments of type Modification | |
---|---|
static LdifEntry |
LdifUtils.reverseModify(LdapDN dn,
java.util.List<Modification> forwardModifications,
Entry modifiedEntry)
Compute the reversed LDIF for a modify request. |
Uses of Modification in org.apache.directory.shared.ldap.message |
---|
Methods in org.apache.directory.shared.ldap.message that return types with arguments of type Modification | |
---|---|
java.util.Collection<Modification> |
ModifyRequest.getModificationItems()
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify. |
java.util.Collection<Modification> |
ModifyRequestImpl.getModificationItems()
Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify. |
Methods in org.apache.directory.shared.ldap.message with parameters of type Modification | |
---|---|
void |
ModifyRequest.addModification(Modification mod)
Adds a ModificationItem to the set of modifications composing this modify request. |
void |
ModifyRequestImpl.addModification(Modification mod)
Adds a Modification to the set of modifications composing this modify request. |
void |
ModifyRequest.removeModification(Modification mod)
Removes a ModificationItem 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. |
Uses of Modification in org.apache.directory.shared.ldap.schema |
---|
Method parameters in org.apache.directory.shared.ldap.schema with type arguments of type Modification | |
---|---|
static Entry |
SchemaUtils.getTargetEntry(java.util.List<? extends Modification> mods,
Entry entry)
Gets the target entry as it would look after a modification operation were performed on it. |
Uses of Modification in org.apache.directory.shared.ldap.util |
---|
Methods in org.apache.directory.shared.ldap.util with parameters of type Modification | |
---|---|
static void |
AttributeUtils.applyModification(Entry entry,
Modification modification)
A method to apply a modification to an existing entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |