|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualListViewResponseControl
The virtual list view response control as defined in draft-ietf-ldapext-ldapv3-vlv. This control is included with a search result in response to a virtual list view request included with a search request.
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.
VirtualListViewRequestControl
, draft-ietf-ldapext-ldapv3-vlv - LDAP Extensions for Scrolling View Browsing of Search ResultsField Summary | |
---|---|
static ControlDecoder<VirtualListViewResponseControl> |
DECODER A decoder which can be used for decoding the virtual list view response control. |
Method Summary | |
---|---|
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. |
Methods inherited from interface oracle.oud.controls.Control |
---|
getAPIValue, getOID, hasValue, isCritical |
Field Detail |
---|
static final ControlDecoder<VirtualListViewResponseControl> DECODER
Method Detail |
---|
int getContentCount()
ByteString getContextID()
null
if there is no context ID.ResultCode getResult()
int getTargetPosition()
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |