Interface SortRequest

  • All Superinterfaces:
    Control
    All Known Implementing Classes:
    SortRequestImpl

    public interface SortRequest
    extends Control
    Implementation of Server Side Sort request control based on the RFC 2891

           SortKeyList ::= SEQUENCE OF SEQUENCE {
                   attributeType   AttributeDescription,
                   orderingRule    [0] MatchingRuleId OPTIONAL,
                   reverseOrder    [1] BOOLEAN DEFAULT FALSE }
     
    Author:
    Apache Directory Project