Interface GraphSearchOrder

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

public interface GraphSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getGraphSearchOrderRecord

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