Interface EndpointSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface EndpointSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getEndpointSearchOrderRecord

      EndpointSearchOrderRecord getEndpointSearchOrderRecord(Type endpointRecordType) throws OperationFailedException
      Gets the endpoint search record corresponding to the given endpoint record Type. Multiple retrievals return the same underlying object.
      Parameters:
      endpointRecordType - a endpoint record type
      Returns:
      the endpoint search order record
      Throws:
      NullArgumentException - endpointRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(endpointRecordType) is false
      Compliance:
      mandatory - This method must be implemented.