Interface VaultSearchOrder

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

public interface VaultSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getVaultSearchOrderRecord

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