Interface ModifyDNResult

    • Method Detail

      • getOldEntry

        Entry getOldEntry()
        Retrieves the entry as it appeared before the modify DN operation, if available.
        Returns:
        The entry as it appeared before the modify DN operation, or null if it is not available.
      • getNewEntry

        Entry getNewEntry()
        Retrieves the entry is it appeared after the modify DN operation, if available.
        Returns:
        The entry as it appeared after the modify DN operation, or null if it is not available.
      • getAssuredReplicationRequirements

        AssuredReplicationRequirements getAssuredReplicationRequirements()
        Retrieves the assured replication requirements that will be used for this operation, if any.
        Returns:
        The assured replication requirements that will be used for this operation, or null if no assurance will be provided for this operation.