|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.types.Entry
org.opends.server.types.SearchResultEntry
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public final class SearchResultEntry
This class defines a data structure for storing information about an entry that matches a given set of search criteria and should be returned to the client. When the search result entry contains attribute types only, the objectclass type (if requested) will be present in the user attributes. When the search result entry contains both attribute types and values, the objectclass attribute will not be present in the user attributes.
Constructor Summary | |
---|---|
SearchResultEntry(Entry entry)
Creates a new search result entry based on the provided entry. |
|
SearchResultEntry(Entry entry,
java.util.List<Control> controls)
Creates a new search result entry based on the provided entry. |
Method Summary | |
---|---|
java.util.List<Control> |
getControls()
Retrieves the set of controls to include with this search result entry when it is sent to the client. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SearchResultEntry(Entry entry)
entry
- The entry to use to create this search result
entry.public SearchResultEntry(Entry entry, java.util.List<Control> controls)
entry
- The entry to use to create this search result
entry.controls
- The set of controls to return to the client
with this entry.Method Detail |
---|
public java.util.List<Control> getControls()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |