Uses of Interface
org.apache.directory.api.ldap.model.entry.Modification
-
Packages that use Modification Package Description org.apache.directory.api.ldap.model.entry org.apache.directory.api.ldap.model.ldif org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. -
-
Uses of Modification in org.apache.directory.api.ldap.model.entry
Classes in org.apache.directory.api.ldap.model.entry that implement Modification Modifier and Type Class Description classDefaultModificationAn internal implementation for a ModificationItem.Methods in org.apache.directory.api.ldap.model.entry that return Modification Modifier and Type Method Description ModificationModification. clone()The clone operationMethods in org.apache.directory.api.ldap.model.entry with parameters of type Modification Modifier and Type Method Description static voidAttributeUtils. applyModification(Entry entry, Modification modification)A method to apply a modification to an existing entry.Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Modification Constructor Description DefaultModification(SchemaManager schemaManager, Modification modification)Creates a new instance of DefaultModification. -
Uses of Modification in org.apache.directory.api.ldap.model.ldif
Fields in org.apache.directory.api.ldap.model.ldif declared as Modification Modifier and Type Field Description static Modification[]LdifEntry. EMPTY_MODSUsed in toArray()Fields in org.apache.directory.api.ldap.model.ldif with type parameters of type Modification Modifier and Type Field Description private List<Modification>LdifEntry. modificationListthe modification item listprivate Map<String,Modification>LdifEntry. modificationsThe map containing all the modificationsMethods in org.apache.directory.api.ldap.model.ldif that return Modification Modifier and Type Method Description Modification[]LdifEntry. getModificationArray()Gets the modification items as an array.Methods in org.apache.directory.api.ldap.model.ldif that return types with arguments of type Modification Modifier and Type Method Description List<Modification>LdifEntry. getModifications()Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Modification Modifier and Type Method Description voidLdifEntry. addModification(Modification modification)Add a modification item (used by modify operations)Method parameters in org.apache.directory.api.ldap.model.ldif with type arguments of type Modification Modifier and Type Method Description static LdifEntryLdifRevertor. reverseModify(Dn dn, List<Modification> forwardModifications, Entry modifiedEntry)Compute the reversed LDIF for a modify request. -
Uses of Modification in org.apache.directory.api.ldap.model.message
Fields in org.apache.directory.api.ldap.model.message with type parameters of type Modification Modifier and Type Field Description private List<Modification>ModifyRequestImpl. modsSequence of modifications or PDU's modification sequence fieldMethods in org.apache.directory.api.ldap.model.message that return types with arguments of type Modification Modifier and Type Method Description Collection<Modification>ModifyRequest. getModifications()Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.Collection<Modification>ModifyRequestImpl. getModifications()Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.Methods in org.apache.directory.api.ldap.model.message with parameters of type Modification Modifier and Type Method Description ModifyRequestModifyRequest. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestImpl. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequest. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestImpl. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request. -
Uses of Modification in org.apache.directory.api.ldap.model.schema
Method parameters in org.apache.directory.api.ldap.model.schema with type arguments of type Modification Modifier and Type Method Description static EntrySchemaUtils. getTargetEntry(List<? extends Modification> mods, Entry entry)Gets the target entry as it would look after a modification operation were performed on it.
-