public interface VirtualListViewRequest extends Control
Modifier and Type | Method and Description |
---|---|
int |
getAfterCount() |
byte[] |
getAssertionValue() |
int |
getBeforeCount() |
int |
getContentCount() |
byte[] |
getContextId() |
int |
getOffset() |
boolean |
hasAssertionValue() |
boolean |
hasOffset() |
void |
setAfterCount(int afterCount) |
void |
setAssertionValue(byte[] assertionValue) |
void |
setBeforeCount(int beforeCount) |
void |
setContentCount(int contentCount) |
void |
setContextId(byte[] contextId) |
void |
setOffset(int offset) |
getOid, isCritical, setCritical
static final String OID
int getBeforeCount()
void setBeforeCount(int beforeCount)
beforeCount
- Set the number of entries to be returned before the target entryint getAfterCount()
void setAfterCount(int afterCount)
afterCount
- Set the number of entries to be returned after the target entryint getOffset()
void setOffset(int offset)
offset
- the position of the target entryint getContentCount()
void setContentCount(int contentCount)
contentCount
- The number of entriesbyte[] getAssertionValue()
void setAssertionValue(byte[] assertionValue)
assertionValue
- Set the AssertionValuebyte[] getContextId()
void setContextId(byte[] contextId)
contextId
- Set the context IDboolean hasOffset()
true
if the VLV target is an offset, false otherwiseboolean hasAssertionValue()
true
if the VLV target is an assertionValue, false otherwiseCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.