Interface IssueEnablerQueryInspector

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

public interface IssueEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining issue enabler queries.

  • Method Details

    • getRuledIssueIdTerms

      IdTerm[] getRuledIssueIdTerms()
      Gets the issue Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledIssueTerms

      IssueQueryInspector[] getRuledIssueTerms()
      Gets the issue query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOublietteIdTerms

      IdTerm[] getOublietteIdTerms()
      Gets the oubliette Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOublietteTerms

      OublietteQueryInspector[] getOublietteTerms()
      Gets the oubliette query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getIssueEnablerQueryInspectorRecord

      IssueEnablerQueryInspectorRecord getIssueEnablerQueryInspectorRecord(Type issueEnablerRecordType) throws OperationFailedException
      Gets the issue enabler query inspector record corresponding to the given IssueEnabler record Type .
      Parameters:
      issueEnablerRecordType - an issue enabler record type
      Returns:
      the issue enabler query inspector record
      Throws:
      NullArgumentException - issueEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(issueEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.