Interface OsidEffectuatorSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidEnablerSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, OsidTemporalSearchOrder, Suppliable
All Known Subinterfaces:
AuthorizationEnablerSearchOrder

public interface OsidEffectuatorSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • orderByCreateOnce

      void orderByCreateOnce(SearchOrderStyle style)
      Specifies a preference for ordering the results by the create once flag.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • orderByMinimumContinuityGap

      void orderByMinimumContinuityGap(SearchOrderStyle style)
      Specifies a preference for ordering the results by the minimum continuity gap.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.