Uses of Class
org.apache.directory.shared.ldap.filter.SearchScope

Packages that use SearchScope
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.filter   
org.apache.directory.shared.ldap.message   
 

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 jndiScope)
          Gets the SearchScope enumerated type for the corresponding JNDI numeric value.
static SearchScope SearchScope.getSearchScope(javax.naming.directory.SearchControls searchControls)
          Gets the SearchScope enumerated type for the corresponding SearchControls scope setting.
static SearchScope SearchScope.getSearchScope(java.lang.String ldapUrlValue)
          Gets the SearchScope enumerated type for the corresponding LDAP URL scope value of either base, one or sub.
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 SearchRequestImpl.getScope()
          Gets the search scope parameter enumeration.
 SearchScope InternalSearchRequest.getScope()
          Gets the search scope parameter enumeration.
 

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 InternalSearchRequest.setScope(SearchScope scope)
          Sets the search scope parameter enumeration.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.