|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.control.util.VirtualListViewParams
public class VirtualListViewParams
Contains data required by the virtual list view operation.
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
Logger for this class. |
| Constructor Summary | |
|---|---|
VirtualListViewParams(int offset,
int before,
int after)
Creates a new virtual list view params. |
|
VirtualListViewParams(String assertion,
int before,
int after)
Creates a new virtual list view params. |
|
| Method Summary | |
|---|---|
VirtualListViewRequestControl |
createRequestControl(boolean critical)
Creates a new virtual list view request control using the properties in this VLV params. |
VirtualListViewRequestControl |
createRequestControl(Response<SearchResult> response,
boolean critical)
Creates a new virtual list view request control using the properties in this VLV params. |
int |
getAfterCount()
Returns the after count. |
String |
getAssertionValue()
Returns the assertion value. |
int |
getBeforeCount()
Returns the before count. |
int |
getTargetOffset()
Returns the target offset. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public VirtualListViewParams(int offset,
int before,
int after)
offset - target offsetbefore - before countafter - after count
public VirtualListViewParams(String assertion,
int before,
int after)
assertion - assertion valuebefore - before countafter - after count| Method Detail |
|---|
public int getBeforeCount()
public int getAfterCount()
public int getTargetOffset()
public String getAssertionValue()
public VirtualListViewRequestControl createRequestControl(boolean critical)
critical - whether the returned control is critical
public VirtualListViewRequestControl createRequestControl(Response<SearchResult> response,
boolean critical)
response - response of a previous VLV operationcritical - whether the returned control is critical
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||