| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchRequestImpl
SearchRequest implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
SearchRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
SearchRequest |
SearchRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
SearchRequest |
SearchRequest.addAttributes(String... attributes)
Adds some attributes to the set of entry attributes to return.
|
SearchRequest |
SearchRequestImpl.addAttributes(String... attributesToAdd)
Adds some attributes to the set of entry attributes to return.
|
SearchRequest |
SearchRequest.addControl(Control control)
Adds a control to this Message.
|
SearchRequest |
SearchRequestImpl.addControl(Control control)
Adds a control to this Message.
|
SearchRequest |
SearchRequest.followReferrals()
Tells the client to follow referrals instead of throwing exceptions
|
SearchRequest |
SearchRequestImpl.followReferrals()
Tells the client to follow referrals instead of throwing exceptions
|
SearchRequest |
SearchRequest.ignoreReferrals()
Tells the client to ignore referrals instead of throwing exceptions.
|
SearchRequest |
SearchRequestImpl.ignoreReferrals()
Tells the client to ignore referrals instead of throwing exceptions.
|
SearchRequest |
SearchRequest.removeAttribute(String attribute)
Removes an attribute to the set of entry attributes to return.
|
SearchRequest |
SearchRequestImpl.removeAttribute(String attribute)
Removes an attribute to the set of entry attributes to return.
|
SearchRequest |
SearchRequest.removeControl(Control control)
Deletes a control removing it from this Message.
|
SearchRequest |
SearchRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
SearchRequest |
SearchRequest.setBase(Dn baseDn)
Sets the search base as a distinguished name.
|
SearchRequest |
SearchRequestImpl.setBase(Dn base)
Sets the search base as a distinguished name.
|
SearchRequest |
SearchRequest.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter.
|
SearchRequest |
SearchRequestImpl.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter.
|
SearchRequest |
SearchRequest.setFilter(ExprNode filter)
Sets the search filter associated with this search request.
|
SearchRequest |
SearchRequestImpl.setFilter(ExprNode 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.setFilter(String filter)
Sets the search filter associated with this search request.
|
SearchRequest |
SearchRequest.setMessageId(int messageId)
Sets the Message ID for this request
|
SearchRequest |
SearchRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request
|
SearchRequest |
SearchRequest.setScope(SearchScope scope)
Sets the search scope parameter enumeration.
|
SearchRequest |
SearchRequestImpl.setScope(SearchScope scope)
Sets the search scope parameter enumeration.
|
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.setSizeLimit(long entriesMax)
Sets sizelimit that restricts the maximum number of entries to be
returned as a result of the search.
|
SearchRequest |
SearchRequest.setTimeLimit(int secondsMax)
Sets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
|
SearchRequest |
SearchRequestImpl.setTimeLimit(int secondsMax)
Sets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
|
SearchRequest |
SearchRequest.setTypesOnly(boolean typesOnly)
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
|
SearchRequest |
SearchRequestImpl.setTypesOnly(boolean typesOnly)
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.