|
||||||||||
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(java.lang.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,
java.lang.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 |
SearchParams.getScope()
|
SearchScope |
SearchRequestImpl.getScope()
Gets the search scope parameter enumeration. |
Methods in org.apache.directory.shared.ldap.message with parameters of type SearchScope | |
---|---|
void |
SearchParams.setScope(SearchScope scope)
|
void |
SearchRequestImpl.setScope(SearchScope scope)
Sets the search scope parameter enumeration. |
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()
|
Constructors in org.apache.directory.shared.ldap.trigger with parameters of type SearchScope | |
---|---|
StoredProcedureSearchContextOption(DN 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 |