Interface ConfigurationSearchOrder

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

public interface ConfigurationSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getConfigurationSearchOrderRecord

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