Uses of Class
org.apache.directory.shared.ldap.message.ScopeEnum

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

Uses of ScopeEnum in org.apache.directory.shared.ldap.codec.search
 

Methods in org.apache.directory.shared.ldap.codec.search that return ScopeEnum
 ScopeEnum SearchRequest.getScope()
          Get the search scope
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type ScopeEnum
 void SearchRequest.setScope(ScopeEnum scope)
          Set the search scope
 

Uses of ScopeEnum in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message that return ScopeEnum
 ScopeEnum SearchRequest.getScope()
          Gets the search scope parameter enumeration.
 ScopeEnum SearchRequestImpl.getScope()
          Gets the search scope parameter enumeration.
static ScopeEnum ScopeEnum.getScope(int value)
          Gets the enum corresponding to the given integer value.
static ScopeEnum ScopeEnum.getScope(javax.naming.directory.SearchControls controls)
          Gets the type safe enumeration constant corresponding to a SearchControls scope value.
static ScopeEnum ScopeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScopeEnum[] ScopeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



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