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

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

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

Fields in org.apache.directory.shared.ldap.message declared as ScopeEnum
static ScopeEnum ScopeEnum.BASEOBJECT
          Search scope parameter enum for base object search
static ScopeEnum ScopeEnum.SINGLELEVEL
          Search scope parameter enum for single level search
static ScopeEnum ScopeEnum.WHOLESUBTREE
          Search scope parameter enum for whole subtree level search
 

Methods in org.apache.directory.shared.ldap.message that return ScopeEnum
static ScopeEnum ScopeEnum.getScope(javax.naming.directory.SearchControls a_controls)
          Gets the type safe enumeration constant corresponding to a SearchControls scope value.
 ScopeEnum SearchRequestImpl.getScope()
          Gets the search scope parameter enumeration.
 ScopeEnum SearchRequest.getScope()
          Gets the search scope parameter enumeration.
 

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



Copyright © 2003-2006 . All Rights Reserved.