Modifier and Type | Method and Description |
---|---|
SearchScope |
SearchRequestCodec.getScope()
Get the search scope
|
Modifier and Type | Method and Description |
---|---|
void |
SearchRequestCodec.setScope(SearchScope scope)
Set the search scope
|
Modifier and Type | Method and Description |
---|---|
SearchScope |
ScopeNode.getScope()
Gets the search scope.
|
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.
|
Constructor and Description |
---|
ScopeNode(AliasDerefMode aliasDerefAliases,
String baseDn,
SearchScope scope)
Creates a new ScopeNode object.
|
Modifier and Type | Method and Description |
---|---|
SearchScope |
SearchRequestImpl.getScope()
Gets the search scope parameter enumeration.
|
SearchScope |
SearchParams.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
SearchRequestImpl.setScope(SearchScope scope)
Sets the search scope parameter enumeration.
|
void |
SearchParams.setScope(SearchScope scope) |
Modifier and Type | Method and Description |
---|---|
SearchScope |
InternalSearchRequest.getScope()
Gets the search scope parameter enumeration.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSearchRequest.setScope(SearchScope scope)
Sets the search scope parameter enumeration.
|
Modifier and Type | Method and Description |
---|---|
SearchScope |
StoredProcedureSearchContextOption.getSearchScope() |
SearchScope |
AntlrTriggerSpecificationParser.storedProcedureSearchScope() |
Constructor and Description |
---|
StoredProcedureSearchContextOption(DN baseObject,
SearchScope searchScope) |
Modifier and Type | Method and Description |
---|---|
SearchScope |
LdapURL.getScope()
Returns the scope, one of
SearchScope.OBJECT ,
SearchScope.ONELEVEL or SearchScope.SUBTREE . |
Modifier and Type | Method and Description |
---|---|
void |
LdapURL.setScope(SearchScope scope)
Sets the scope.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.