|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyRequest
This interface defines a set of methods which may be used to interact with a modify request.
| Method Summary | |
|---|---|
java.lang.String |
getDN()
Retrieves the DN of the entry to modify. |
java.util.List<Modification> |
getModifications()
Retrieves the modifications to be applied. |
ReadOnlyModifyRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this modify request. |
LDIFModifyChangeRecord |
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this modify request. |
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request |
|---|
getOperationType, getRequestControls |
| Method Detail |
|---|
java.lang.String getDN()
java.util.List<Modification> getModifications()
ReadOnlyModifyRequest toLDAPSDKRequest()
LDIFModifyChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord in interface ChangeRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||