|
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 ServerSideSortRequestControl
The server-side sort request control as defined in RFC 2891. This control may be included in a search request to indicate that search result entries should be sorted by the server before being returned. The sort order is specified using one or more sort keys, the first being the primary key, and so on.
This controls may be useful when the client has limited functionality or for some other reason cannot sort the results but still needs them sorted. In cases where the client can sort the results client-side sorting is recommended in order to reduce load on the server. See SortKey
for more an example of client-side sorting.
ServerSideSortResponseControl
, SortKey
, RFC 2891 - LDAP Control Extension for Server Side Sorting of Search ResultsField Summary | |
---|---|
static ControlDecoder<ServerSideSortRequestControl> |
DECODER A decoder which can be used for decoding the server-side sort request control. |
Method Summary | |
---|---|
java.util.List<SortKey> |
getSortKeys() Returns an unmodifiable list containing the sort keys associated with this server side sort request control. |
Methods inherited from interface oracle.oud.controls.Control |
---|
getAPIValue, getOID, hasValue, isCritical |
Field Detail |
---|
static final ControlDecoder<ServerSideSortRequestControl> DECODER
Method Detail |
---|
java.util.List<SortKey> getSortKeys()
|
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 |