Uses of Class
org.apache.directory.api.ldap.model.message.SearchScope
-
Packages that use SearchScope Package Description 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
Fields in org.apache.directory.api.ldap.model.filter declared as SearchScope Modifier and Type Field Description private SearchScopeScopeNode. scopethe scope of this nodeMethods in org.apache.directory.api.ldap.model.filter that return SearchScope Modifier and Type Method Description SearchScopeScopeNode. getScope()Gets the search scope.Constructors in org.apache.directory.api.ldap.model.filter with parameters of type SearchScope Constructor Description 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
Fields in org.apache.directory.api.ldap.model.message declared as SearchScope Modifier and Type Field Description private SearchScopeSearchParams. scopeThe search scope.private SearchScopeSearchRequestImpl. scopeSearch scope enumeration valueMethods in org.apache.directory.api.ldap.model.message that return SearchScope Modifier and Type Method Description SearchScopeSearchParams. getScope()SearchScopeSearchRequest. getScope()Gets the search scope parameter enumeration.SearchScopeSearchRequestImpl. getScope()Gets the search scope parameter enumeration.SearchScopeSearchScope. getScope(String scope)Gets the SearchScope associated with a scope Stringstatic SearchScopeSearchScope. getSearchScope(int scope)Gets the SearchScope enumerated type for the corresponding scope numeric value.static SearchScopeSearchScope. 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 Modifier and Type Method Description voidSearchParams. setScope(SearchScope scope)SearchRequestSearchRequest. setScope(SearchScope scope)Sets the search scope parameter enumeration.SearchRequestSearchRequestImpl. setScope(SearchScope scope)Sets the search scope parameter enumeration. -
Uses of SearchScope in org.apache.directory.api.ldap.model.url
Fields in org.apache.directory.api.ldap.model.url declared as SearchScope Modifier and Type Field Description private SearchScopeLdapUrl. scopeThe scopeMethods in org.apache.directory.api.ldap.model.url that return SearchScope Modifier and Type Method Description SearchScopeLdapUrl. getScope()Methods in org.apache.directory.api.ldap.model.url with parameters of type SearchScope Modifier and Type Method Description voidLdapUrl. setScope(SearchScope scope)Sets the scope.
-