Interface AddressBookSearchOrder

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

public interface AddressBookSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAddressBookSearchOrderRecord

      AddressBookSearchOrderRecord getAddressBookSearchOrderRecord(Type addressBookRecordType) throws OperationFailedException
      Gets the address book search order record corresponding to the given address book record Type. Multiple retrievals return the same underlying object.
      Parameters:
      addressBookRecordType - an address book record type
      Returns:
      the address book search order record
      Throws:
      NullArgumentException - addressBookRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(addressBookRecordType) is false
      Compliance:
      mandatory - This method must be implemented.