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 SearchRequest.getScope()
          Get the search scope
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type SearchScope
 void SearchRequest.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 SearchControls scope setting.
static SearchScope SearchScope.getSearchScope(javax.naming.directory.SearchControls searchControls)
          Gets the SearchScope enumerated type for the corresponding SearchControls scope setting.
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're 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 SearchRequest.getScope()
          Gets the search scope parameter enumeration.
 SearchScope SearchRequestImpl.getScope()
          Gets the search scope parameter enumeration.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type SearchScope
 void SearchRequest.setScope(SearchScope scope)
          Sets the search scope parameter enumeration.
 void SearchRequestImpl.setScope(SearchScope scope)
          Sets the search scope parameter enumeration.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.