|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddRequest
Add protocol operation request used to add a new entry to the DIT.
Field Summary | |
---|---|
static MessageTypeEnum |
RESP_TYPE
LDAPv3 add response type enum code |
static MessageTypeEnum |
TYPE
LDAPv3 add request type enum code |
Method Summary | |
---|---|
Entry |
getEntry()
Gets the entry to add. |
LdapDN |
getEntryDn()
Gets the distinguished name of the entry to add. |
void |
setEntry(Entry entry)
Sets the Entry to add. |
void |
setEntryDn(LdapDN entry)
Sets the distinguished name of the entry to add. |
Methods inherited from interface org.apache.directory.shared.ldap.message.SingleReplyRequest |
---|
getResponseType |
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponseRequest |
---|
getResultResponse |
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
---|
hasResponse |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
---|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove |
Methods inherited from interface org.apache.directory.shared.ldap.message.AbandonableRequest |
---|
abandon, addAbandonListener, isAbandoned |
Field Detail |
---|
static final MessageTypeEnum TYPE
static final MessageTypeEnum RESP_TYPE
Method Detail |
---|
LdapDN getEntryDn()
void setEntryDn(LdapDN entry)
entry
- the Dn of the added entry.Entry getEntry()
void setEntry(Entry entry)
entry
- the added Entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |