Uses of Class
org.apache.directory.api.ldap.model.message.SearchScope

Packages that use SearchScope
org.apache.directory.api.ldap.model.filter   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.url   
 

Uses of SearchScope in org.apache.directory.api.ldap.model.filter
 

Methods in org.apache.directory.api.ldap.model.filter that return SearchScope
 SearchScope ScopeNode.getScope()
          Gets the search scope.
 

Constructors in org.apache.directory.api.ldap.model.filter with parameters of type SearchScope
ScopeNode(AliasDerefMode aliasDerefAliases, Dn baseDn, String baseId, SearchScope scope)
          Creates a new ScopeNode object.
 

Uses of SearchScope in org.apache.directory.api.ldap.model.message
 

Methods in org.apache.directory.api.ldap.model.message that return SearchScope
 SearchScope SearchRequestImpl.getScope()
          Gets the search scope parameter enumeration.
 SearchScope SearchRequest.getScope()
          Gets the search scope parameter enumeration.
 SearchScope SearchParams.getScope()
           
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.
 

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

Uses of SearchScope in org.apache.directory.api.ldap.model.url
 

Methods in org.apache.directory.api.ldap.model.url that return SearchScope
 SearchScope LdapUrl.getScope()
          Returns the scope, one of OBJECT, ONELEVEL or SUBTREE.
 

Methods in org.apache.directory.api.ldap.model.url with parameters of type SearchScope
 void LdapUrl.setScope(SearchScope scope)
          Sets the scope.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.