Interface OsidEffectuatorQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector
All Known Subinterfaces:
AuthorizationEnablerQueryInspector

public interface OsidEffectuatorQueryInspector extends OsidEnablerQueryInspector

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to an OsidQuery for reuse or modification in the search sessions.

  • Method Details

    • getCreateOnceTerms

      BooleanTerm[] getCreateOnceTerms()
      Gets the create once gap query terms.
      Returns:
      the create once gap terms
      Compliance:
      mandatory - This method must be implemented.
    • getMinimumContinuityGapTerms

      DurationRangeTerm[] getMinimumContinuityGapTerms()
      Gets the minimum continuity gap query terms.
      Returns:
      the minimum continuity gap terms
      Compliance:
      mandatory - This method must be implemented.