Package org.forgerock.opendj.ldif
Interface ChangeRecord
- All Superinterfaces:
ProtocolOp,Request
- All Known Implementing Classes:
AddRequest,DeleteRequest,ModifyDnRequest,ModifyRequest
A request to modify the content of the Directory in some way. A change record
represents one of the following operations:
- An
Addoperation. - A
Deleteoperation. - A
Modifyoperation. - A
ModifyDNoperation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.opendj.ldap.messages.Request
Request.RequestType -
Method Summary
Methods inherited from interface org.forgerock.opendj.ldap.messages.ProtocolOp
addControl, addControls, containsControl, controls, getControl, getControl, removeControls
-
Method Details
-
name
Dn name()Returns the distinguished name of the entry being modified by thisChangeRecord.- Returns:
- The distinguished name of the entry being modified.
-