public interface VirtualListViewResponseControl extends Control
If the result code included with this control indicates that the virtual list view request succeeded then the content count and target position give sufficient information for the client to update a list box slider position to match the newly retrieved entries and identify the target entry.
The content count and context ID should be used in a subsequent virtual list view requests.
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<VirtualListViewResponseControl> |
DECODER
A decoder which can be used for decoding the virtual list view response
control.
|
Modifier and Type | Method and Description |
---|---|
int |
getContentCount()
Returns the estimated total number of entries in the result set.
|
ByteString |
getContextID()
Returns a server-defined octet string which, if present, should be sent
back to the server by the client in a subsequent virtual list request.
|
ResultCode |
getResult()
Returns result code indicating the outcome of the virtual list view
request.
|
int |
getTargetPosition()
Returns the position of the target entry in the result set.
|
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<VirtualListViewResponseControl> DECODER
int getContentCount()
ByteString getContextID()
null
if there is no context ID.ResultCode getResult()
int getTargetPosition()