| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Class and Description |
|---|---|
class |
AddRequestImpl
Lockable add request implementation.
|
| Modifier and Type | Method and Description |
|---|---|
AddRequest |
AddRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
AddRequest |
AddRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
AddRequest |
AddRequestImpl.addControl(Control control)
Adds a control to this Message.
|
AddRequest |
AddRequest.addControl(Control control)
Adds a control to this Message.
|
AddRequest |
AddRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
AddRequest |
AddRequest.removeControl(Control control)
Deletes a control removing it from this Message.
|
AddRequest |
AddRequestImpl.setEntry(Entry entry)
Sets the Entry to add.
|
AddRequest |
AddRequest.setEntry(Entry entry)
Sets the Entry to add.
|
AddRequest |
AddRequestImpl.setEntryDn(Dn dn)
Sets the distinguished name of the entry to add.
|
AddRequest |
AddRequest.setEntryDn(Dn entry)
Sets the distinguished name of the entry to add.
|
AddRequest |
AddRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request
|
AddRequest |
AddRequest.setMessageId(int messageId)
Sets the Message ID for this request
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.