| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.filter | |
| org.apache.directory.api.ldap.model.message | |
| org.apache.directory.api.ldap.model.url |
| Modifier and Type | Field and Description |
|---|---|
private SearchScope |
ScopeNode.scope
the scope of this node
|
| Modifier and Type | Method and Description |
|---|---|
SearchScope |
ScopeNode.getScope()
Gets the search scope.
|
| Constructor and Description |
|---|
ScopeNode(AliasDerefMode aliasDerefAliases,
Dn baseDn,
String baseId,
SearchScope scope)
Creates a new ScopeNode object.
|
| Modifier and Type | Field and Description |
|---|---|
private SearchScope |
SearchRequestImpl.scope
Search scope enumeration value
|
private SearchScope |
SearchParams.scope
The search scope.
|
| Modifier and Type | Method and Description |
|---|---|
SearchScope |
SearchRequest.getScope()
Gets the search scope parameter enumeration.
|
SearchScope |
SearchRequestImpl.getScope()
Gets the search scope parameter enumeration.
|
SearchScope |
SearchParams.getScope() |
SearchScope |
SearchScope.getScope(String scope)
Gets the SearchScope associated with a scope String
|
static SearchScope |
SearchScope.getSearchScope(int scope)
Gets the SearchScope enumerated type for the corresponding
scope numeric value.
|
static SearchScope |
SearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchScope[] |
SearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
SearchRequest.setScope(SearchScope scope)
Sets the search scope parameter enumeration.
|
SearchRequest |
SearchRequestImpl.setScope(SearchScope scope)
Sets the search scope parameter enumeration.
|
void |
SearchParams.setScope(SearchScope scope) |
| Modifier and Type | Field and Description |
|---|---|
private SearchScope |
LdapUrl.scope
The scope
|
| Modifier and Type | Method and Description |
|---|---|
SearchScope |
LdapUrl.getScope()
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapUrl.setScope(SearchScope scope)
Sets the scope.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.