Interface IssueProcessorQueryInspector

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

public interface IssueProcessorQueryInspector extends OsidProcessorQueryInspector

This is the query inspector for examining issue processor 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.
    • getIssueProcessorQueryInspectorRecord

      IssueProcessorQueryInspectorRecord getIssueProcessorQueryInspectorRecord(Type issueProcessorRecordType) throws OperationFailedException
      Gets the issue processor query inspector record corresponding to the given IssueProcessor record Type .
      Parameters:
      issueProcessorRecordType - an issue processor record type
      Returns:
      the issue processor query inspector record
      Throws:
      NullArgumentException - issueProcessorRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(issueProcessorRecordType) is false
      Compliance:
      mandatory - This method must be implemented.