Interface ProfileItemSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, Suppliable

public interface ProfileItemSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getProfileItemSearchOrderRecord

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