|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.SearchResultEntry
public class SearchResultEntry
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
Constructor Summary | |
---|---|
SearchResultEntry()
Creates a new instance of SearchResultEntryImpl. |
Method Summary | |
---|---|
org.apache.directory.shared.ldap.entry.Entry |
getEntry()
Gets the entry. |
org.apache.directory.shared.ldap.name.DN |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setEntry(org.apache.directory.shared.ldap.entry.Entry entry)
Sets an entry |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Constructor Detail |
---|
public SearchResultEntry()
Method Detail |
---|
public org.apache.directory.shared.ldap.name.DN getObjectName()
public org.apache.directory.shared.ldap.entry.Entry getEntry()
public void setEntry(org.apache.directory.shared.ldap.entry.Entry entry)
entry
- the entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |