|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchRequest | |
|---|---|
| org.apache.directory.api.ldap.model.message | |
| Uses of SearchRequest in org.apache.directory.api.ldap.model.message |
|---|
| Classes in org.apache.directory.api.ldap.model.message that implement SearchRequest | |
|---|---|
class |
SearchRequestImpl
SearchRequest implementation. |
| Methods in org.apache.directory.api.ldap.model.message that return SearchRequest | |
|---|---|
SearchRequest |
SearchRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message. |
SearchRequest |
SearchRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message. |
SearchRequest |
SearchRequestImpl.addAttributes(String... attributesToAdd)
Adds some attributes to the set of entry attributes to return. |
SearchRequest |
SearchRequest.addAttributes(String... attributes)
Adds some attributes to the set of entry attributes to return. |
SearchRequest |
SearchRequestImpl.addControl(Control control)
Adds a control to this Message. |
SearchRequest |
SearchRequest.addControl(Control control)
Adds a control to this Message. |
SearchRequest |
SearchRequestImpl.removeAttribute(String attribute)
Removes an attribute to the set of entry attributes to return. |
SearchRequest |
SearchRequest.removeAttribute(String attribute)
Removes an attribute to the set of entry attributes to return. |
SearchRequest |
SearchRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message. |
SearchRequest |
SearchRequest.removeControl(Control control)
Deletes a control removing it from this Message. |
SearchRequest |
SearchRequestImpl.setBase(Dn base)
Sets the search base as a distinguished name. |
SearchRequest |
SearchRequest.setBase(Dn baseDn)
Sets the search base as a distinguished name. |
SearchRequest |
SearchRequestImpl.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter. |
SearchRequest |
SearchRequest.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter. |
SearchRequest |
SearchRequestImpl.setFilter(ExprNode filter)
Sets the search filter associated with this search request. |
SearchRequest |
SearchRequest.setFilter(ExprNode filter)
Sets the search filter associated with this search request. |
SearchRequest |
SearchRequestImpl.setFilter(String filter)
Sets the search filter associated with this search request. |
SearchRequest |
SearchRequest.setFilter(String filter)
Sets the search filter associated with this search request. |
SearchRequest |
SearchRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request |
SearchRequest |
SearchRequest.setMessageId(int messageId)
Sets the Message ID for this request |
SearchRequest |
SearchRequestImpl.setScope(SearchScope scope)
Sets the search scope parameter enumeration. |
SearchRequest |
SearchRequest.setScope(SearchScope scope)
Sets the search scope parameter enumeration. |
SearchRequest |
SearchRequestImpl.setSizeLimit(long entriesMax)
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search. |
SearchRequest |
SearchRequest.setSizeLimit(long entriesMax)
Sets sizelimit that restricts the maximum number of entries to be returned as a result of the search. |
SearchRequest |
SearchRequestImpl.setTimeLimit(int secondsMax)
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search. |
SearchRequest |
SearchRequest.setTimeLimit(int secondsMax)
Sets the timelimit that restricts the maximum time (in seconds) allowed for a search. |
SearchRequest |
SearchRequestImpl.setTypesOnly(boolean typesOnly)
An indicator as to whether search results will contain both attribute types and values, or just attribute types. |
SearchRequest |
SearchRequest.setTypesOnly(boolean typesOnly)
An indicator as to whether search results will contain both attribute types and values, or just attribute types. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||