|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModifyRequest | |
|---|---|
| org.apache.directory.api.ldap.model.message | |
| Uses of ModifyRequest in org.apache.directory.api.ldap.model.message |
|---|
| Classes in org.apache.directory.api.ldap.model.message that implement ModifyRequest | |
|---|---|
class |
ModifyRequestImpl
Lockable ModifyRequest implementation. |
| Methods in org.apache.directory.api.ldap.model.message that return ModifyRequest | |
|---|---|
ModifyRequest |
ModifyRequestImpl.add(Attribute attr)
marks a given attribute for addition in the target entry. |
ModifyRequest |
ModifyRequest.add(Attribute attr)
marks a given attribute for addition in the target entry. |
ModifyRequest |
ModifyRequestImpl.add(String attributeName,
byte[]... attributeValue)
|
ModifyRequest |
ModifyRequest.add(String attributeName,
byte[]... attributeValue)
|
ModifyRequest |
ModifyRequestImpl.add(String attributeName,
String... attributeValue)
marks a given attribute for addition in the target entry with the given values. |
ModifyRequest |
ModifyRequest.add(String attributeName,
String... attributeValue)
marks a given attribute for addition in the target entry with the given values. |
ModifyRequest |
ModifyRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message. |
ModifyRequest |
ModifyRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message. |
ModifyRequest |
ModifyRequestImpl.addControl(Control control)
Adds a control to this Message. |
ModifyRequest |
ModifyRequest.addControl(Control control)
Adds a control to this Message. |
ModifyRequest |
ModifyRequestImpl.addModification(Attribute attr,
ModificationOperation modOp)
Add a modification |
ModifyRequest |
ModifyRequest.addModification(Attribute attr,
ModificationOperation modOp)
Add a modification |
ModifyRequest |
ModifyRequestImpl.addModification(Modification mod)
Adds a ModificationItem to the set of modifications composing this modify request. |
ModifyRequest |
ModifyRequest.addModification(Modification mod)
Adds a ModificationItem to the set of modifications composing this modify request. |
ModifyRequest |
ModifyRequestImpl.remove(Attribute attr)
marks a given attribute for removal from the target entry. |
ModifyRequest |
ModifyRequest.remove(Attribute attr)
marks a given attribute for removal from the target entry. |
ModifyRequest |
ModifyRequestImpl.remove(String attributeName,
byte[]... attributeValue)
|
ModifyRequest |
ModifyRequest.remove(String attributeName,
byte[]... attributeValue)
|
ModifyRequest |
ModifyRequestImpl.remove(String attributeName,
String... attributeValue)
marks a given attribute for removal with the given values from the target entry. |
ModifyRequest |
ModifyRequest.remove(String attributeName,
String... attributeValue)
marks a given attribute for removal with the given values from the target entry. |
ModifyRequest |
ModifyRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message. |
ModifyRequest |
ModifyRequest.removeControl(Control control)
Deletes a control removing it from this Message. |
ModifyRequest |
ModifyRequestImpl.removeModification(Modification mod)
Removes a ModificationItem to the set of modifications composing this modify request. |
ModifyRequest |
ModifyRequest.removeModification(Modification mod)
Removes a ModificationItem to the set of modifications composing this modify request. |
ModifyRequest |
ModifyRequestImpl.replace(Attribute attr)
marks a given attribute for replacement in the target entry. |
ModifyRequest |
ModifyRequest.replace(Attribute attr)
marks a given attribute for replacement in the target entry. |
ModifyRequest |
ModifyRequestImpl.replace(String attributeName)
|
ModifyRequest |
ModifyRequest.replace(String attributeName)
|
ModifyRequest |
ModifyRequestImpl.replace(String attributeName,
byte[]... attributeValue)
|
ModifyRequest |
ModifyRequest.replace(String attributeName,
byte[]... attributeValue)
|
ModifyRequest |
ModifyRequestImpl.replace(String attributeName,
String... attributeValue)
marks a given attribute for replacement with the given values in the target entry. |
ModifyRequest |
ModifyRequest.replace(String attributeName,
String... attributeValue)
marks a given attribute for replacement with the given values in the target entry. |
ModifyRequest |
ModifyRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request |
ModifyRequest |
ModifyRequest.setMessageId(int messageId)
Sets the Message ID for this request |
ModifyRequest |
ModifyRequestImpl.setName(Dn name)
Sets the distinguished name of the entry to be modified by this request. |
ModifyRequest |
ModifyRequest.setName(Dn name)
Sets the distinguished name of the entry to be modified by this request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||