Package com.isode.dsapi.bulk


package com.isode.dsapi.bulk
  • Class
    Description
    Recursive delete of a directory subtree, optionally including the start DN.
    Iterate through all entries meeting the given conditions within a directory subtree.
    Interface for iterating through directory-data, one DN or Entry or ChangeEntry at a time.
    Exception used to indicate unexpected failures in directory-scans.
    Exception used to indicate unexpected failures in directory-scans.
    Iterate through a directory subtree, returning Entry instances one by one, ordered with parents immediately before children.
    Iterate through a directory subtree, returning DNs one by one, ordered with parents immediately before children.
    LDIF dump: for the list of DNs provided by the given DirectoryIterator, read the entries from the directory and dump them to the given LDIF file.
    LDIF Load.
    Interface for a class which allows an LDIF dump to select whether a particular entry should be included in the dump or not.
    Specifies an attribute value substitution
     
    This class provides a specification of how attribute values should be substituted when LDIF data is being loaded into the DSA.