Interface ChangeRecord

All Superinterfaces:
ProtocolOp, Request
All Known Implementing Classes:
AddRequest, DeleteRequest, ModifyDnRequest, ModifyRequest

public interface ChangeRecord extends Request
A request to modify the content of the Directory in some way. A change record represents one of the following operations:
  • An Add operation.
  • A Delete operation.
  • A Modify operation.
  • A ModifyDN operation.
  • Method Details

    • name

      Dn name()
      Returns the distinguished name of the entry being modified by this ChangeRecord.
      Returns:
      The distinguished name of the entry being modified.