|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.memberwebs.ldapxml.LXSpecs
Additional specifications for retrieving data from an LDAP directory.
| Field Summary | |
static int |
DEPTH_BASE
Don't retrieve any sub entries. |
static int |
DEPTH_INFINITE
Retrieve all sub entries. |
static int |
DEPTH_SINGLE
Retrive only direct children of the referenced entry. |
| Constructor Summary | |
LXSpecs()
Construct a new LXSpecs object. |
|
| Method Summary | |
java.lang.Object |
getData()
|
int |
getDepth()
Returns the depth to which entries are recursively retrieved from the LDAP directory. |
java.lang.String |
getFilter()
Gets the additional filter when searching for entries. |
java.lang.String |
getFilter(java.lang.String prevFilter)
Gets the filter when searching for entries, combining it with another filter. |
java.lang.String |
getLanguage()
Get preferred language. |
int |
getLimit()
|
java.lang.String[] |
getSort()
Get the requested sort order. |
boolean[] |
getSortDirection()
Get the sort directions (ascending, descending) for the sort order. |
int |
getStart()
|
void |
setData(java.lang.Object data)
|
void |
setDepth(int depth)
Sets the depth to which entries are recursively retrieved from the LDAP directory. |
void |
setFilter(java.lang.String filter)
Set an additional filter used when searching for entries. |
void |
setLanguage(java.lang.String language)
Set preferred language for LDAP retrieval. |
void |
setLimit(int limit)
|
void |
setSort(java.lang.String[] sort)
Set the sort order. |
void |
setStart(int start)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEPTH_BASE
public static final int DEPTH_SINGLE
public static final int DEPTH_INFINITE
| Constructor Detail |
public LXSpecs()
| Method Detail |
public final int getStart()
public final int getLimit()
public final void setStart(int start)
public final void setLimit(int limit)
public final java.lang.String getLanguage()
public final void setLanguage(java.lang.String language)
language - The language or null for no preference.public final int getDepth()
public final void setDepth(int depth)
public final java.lang.String getFilter()
public final java.lang.String getFilter(java.lang.String prevFilter)
prevFilter - The other filter.
public final void setFilter(java.lang.String filter)
filter - The filter.public final java.lang.String[] getSort()
public final boolean[] getSortDirection()
public final void setSort(java.lang.String[] sort)
sort - The sort order.public final java.lang.Object getData()
public final void setData(java.lang.Object data)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||