|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchResultEntry
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
| Field Summary | |
|---|---|
static MessageTypeEnum |
TYPE
Search entry response message type enumeration value |
| Method Summary | |
|---|---|
Entry |
getEntry()
Gets the entry. |
Dn |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setEntry(Entry entry)
Sets an entry |
void |
setObjectName(Dn objectName)
Sets the distinguished name of the entry object returned. |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
|---|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
| Field Detail |
|---|
static final MessageTypeEnum TYPE
| Method Detail |
|---|
Dn getObjectName()
void setObjectName(Dn objectName)
objectName - the Dn of the entry returned.Entry getEntry()
void setEntry(Entry entry)
entry - the entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||