Interface OsidContainableQuery

All Superinterfaces:
OsidQuery, Suppliable
All Known Subinterfaces:
AssessmentPartQuery, CompositionQuery, EventQuery, RecurringEventQuery, ReplyQuery, RequisiteQuery, ScheduleSlotQuery, TodoQuery

public interface OsidContainableQuery extends OsidQuery

This is the query interface for searching containers. Each method specifies an AND term while multiple invocations of the same method produce a nested OR .

  • Method Details

    • matchSequestered

      void matchSequestered(boolean match)
      Match containables that are sequestered.
      Parameters:
      match - true to match any sequestered containables, false to match non-sequestered containables
      Compliance:
      mandatory - This method must be implemented.
    • clearSequesteredTerms

      void clearSequesteredTerms()
      Clears the sequestered query terms.
      Compliance:
      mandatory - This method must be implemented.