|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ldap.clients.embedded.LdapSearchParameters
public class LdapSearchParameters
Class to hold the parameters for a search operation.
| Constructor Summary | |
|---|---|
LdapSearchParameters()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBase()
Get the base DN to start the search from |
java.lang.String |
getFilter()
Get the search filter in a string format |
int |
getMaxEntries()
|
int |
getMaxTime()
|
ScopeEnum |
getScope()
Get the Scope for the search |
boolean |
isQuietMode()
|
boolean |
isTypesMode()
|
void |
setBase(java.lang.String a_string)
Get the base DN to start the search from |
void |
setFilter(java.lang.String a_string)
Set the search filter |
void |
setMaxEntries(int a_maxEntries)
|
void |
setMaxTime(int a_maxTime)
|
void |
setQuietMode(boolean a_b)
|
void |
setScope(ScopeEnum a_enum)
Set the Scope for the search |
void |
setTypesMode(boolean a_b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapSearchParameters()
| Method Detail |
|---|
public java.lang.String getBase()
public java.lang.String getFilter()
public void setBase(java.lang.String a_string)
a_string - DN to start the search frompublic void setFilter(java.lang.String a_string)
a_string - Search Filterpublic ScopeEnum getScope()
public void setScope(ScopeEnum a_enum)
a_enum - Search Scope:
BASEOBJECT - only the base DN
SINGLELEVEL - only the current subtree level
WHOLESUBTREE - the entire treepublic boolean isQuietMode()
public void setQuietMode(boolean a_b)
a_b - public boolean isTypesMode()
public void setTypesMode(boolean a_b)
a_b - public void setMaxEntries(int a_maxEntries)
public int getMaxEntries()
public void setMaxTime(int a_maxTime)
public int getMaxTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||