Uses of Class
org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Packages that use LdifEntry Package Description org.apache.directory.api.ldap.model.ldif -
-
Uses of LdifEntry in org.apache.directory.api.ldap.model.ldif
Fields in org.apache.directory.api.ldap.model.ldif declared as LdifEntry Modifier and Type Field Description protected LdifEntryLdifReader. prefetchedIterator prefetched entryMethods in org.apache.directory.api.ldap.model.ldif that return LdifEntry Modifier and Type Method Description LdifEntryLdifEntry. clone()Clone methodprotected LdifEntryLdifReader. createLdifEntry(SchemaManager schemaManager)Creates a schema aware LdifEntryLdifEntryLdifReader. fetch()Gets the current entry, but don't move forward.LdifEntryLdifReader. next()Gets the next LDIF on the channel.protected LdifEntryLdifReader. parseEntry()Parse a ldif file.static LdifEntryLdifRevertor. reverseAdd(Dn dn)Compute a reverse LDIF of an AddRequest.static LdifEntryLdifRevertor. reverseDel(Dn dn, Entry deletedEntry)Compute a reverse LDIF of a DeleteRequest.static LdifEntryLdifRevertor. reverseModify(Dn dn, List<Modification> forwardModifications, Entry modifiedEntry)Compute the reversed LDIF for a modify request.static LdifEntryLdifRevertor. reverseMove(Dn newSuperiorDn, Dn modifiedDn)Compute a reverse LDIF for a forward change which if in LDIF format would represent a Move operation.Methods in org.apache.directory.api.ldap.model.ldif that return types with arguments of type LdifEntry Modifier and Type Method Description Iterator<LdifEntry>LdifReader. iterator()List<LdifEntry>LdifReader. parseLdif(BufferedReader reader)The main entry point of the LdifParser.List<LdifEntry>LdifReader. parseLdif(String ldif)A method which parses a ldif string and returns a list of entries.List<LdifEntry>LdifReader. parseLdifFile(String fileName)Parse a ldif file (using the default encoding).List<LdifEntry>LdifReader. parseLdifFile(String fileName, String encoding)Parse a ldif file, decoding it using the given charset encodingstatic List<LdifEntry>LdifRevertor. reverseMoveAndRename(Entry entry, Dn newSuperior, Rdn newRdn, boolean deleteOldRdn)Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.static List<LdifEntry>LdifRevertor. reverseRename(Entry entry, Rdn newRdn, boolean deleteOldRdn)Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.Methods in org.apache.directory.api.ldap.model.ldif with parameters of type LdifEntry Modifier and Type Method Description static StringLdifUtils. convertToLdif(LdifEntry entry)Convert an LdifEntry to LDIFstatic StringLdifUtils. convertToLdif(LdifEntry entry, int length)Convert an LdifEntry to LDIFvoidLdifReader. parseAttributeValue(LdifEntry entry, String line, String lowerLine)Parse an AttributeType/AttributeValue
-