Interface NodeSearchOrder

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

public interface NodeSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getNodeSearchOrderRecord

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