|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
ScopeEnum |
SearchRequest.getScope()
Gets the search scope parameter enumeration. |
ScopeEnum |
SearchRequestImpl.getScope()
Gets the search scope parameter enumeration. |
static ScopeEnum |
ScopeEnum.getScope(javax.naming.directory.SearchControls a_controls)
Gets the type safe enumeration constant corresponding to a SearchControls scope value. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||