|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchScope in org.apache.directory.shared.ldap.codec.search |
|---|
| Methods in org.apache.directory.shared.ldap.codec.search that return SearchScope | |
|---|---|
SearchScope |
SearchRequestCodec.getScope()
Get the search scope |
| Methods in org.apache.directory.shared.ldap.codec.search with parameters of type SearchScope | |
|---|---|
void |
SearchRequestCodec.setScope(SearchScope scope)
Set the search scope |
| Uses of SearchScope in org.apache.directory.shared.ldap.filter |
|---|
| Methods in org.apache.directory.shared.ldap.filter that return SearchScope | |
|---|---|
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. |
| Constructors in org.apache.directory.shared.ldap.filter with parameters of type SearchScope | |
|---|---|
ScopeNode(AliasDerefMode aliasDerefAliases,
String baseDn,
SearchScope scope)
Creates a new ScopeNode object. |
|
| Uses of SearchScope in org.apache.directory.shared.ldap.message |
|---|
| Methods in org.apache.directory.shared.ldap.message that return SearchScope | |
|---|---|
SearchScope |
SearchRequestImpl.getScope()
Gets the search scope parameter enumeration. |
SearchScope |
SearchParams.getScope()
|
| Methods in org.apache.directory.shared.ldap.message with parameters of type SearchScope | |
|---|---|
void |
SearchRequestImpl.setScope(SearchScope scope)
Sets the search scope parameter enumeration. |
void |
SearchParams.setScope(SearchScope scope)
|
| Uses of SearchScope in org.apache.directory.shared.ldap.message.internal |
|---|
| Methods in org.apache.directory.shared.ldap.message.internal that return SearchScope | |
|---|---|
SearchScope |
InternalSearchRequest.getScope()
Gets the search scope parameter enumeration. |
| Methods in org.apache.directory.shared.ldap.message.internal with parameters of type SearchScope | |
|---|---|
void |
InternalSearchRequest.setScope(SearchScope scope)
Sets the search scope parameter enumeration. |
| Uses of SearchScope in org.apache.directory.shared.ldap.trigger |
|---|
| Methods in org.apache.directory.shared.ldap.trigger that return SearchScope | |
|---|---|
SearchScope |
StoredProcedureSearchContextOption.getSearchScope()
|
SearchScope |
AntlrTriggerSpecificationParser.storedProcedureSearchScope()
|
| Constructors in org.apache.directory.shared.ldap.trigger with parameters of type SearchScope | |
|---|---|
StoredProcedureSearchContextOption(Name baseObject,
SearchScope searchScope)
|
|
| Uses of SearchScope in org.apache.directory.shared.ldap.util |
|---|
| Methods in org.apache.directory.shared.ldap.util that return SearchScope | |
|---|---|
SearchScope |
LdapURL.getScope()
Returns the scope, one of SearchScope.OBJECT,
SearchScope.ONELEVEL or SearchScope.SUBTREE. |
| Methods in org.apache.directory.shared.ldap.util with parameters of type SearchScope | |
|---|---|
void |
LdapURL.setScope(SearchScope scope)
Sets the scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||