public interface VirtualListViewRequest
extends org.apache.directory.api.ldap.model.message.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) |
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)
beforeCount - Set the number of entries to be returned after the target entryint getOffset()
void setOffset(int 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–2015 The Apache Software Foundation. All rights reserved.