Interface IssueProcessorEnablerQueryInspector

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

public interface IssueProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining issue processor enabler queries.

  • Method Details

    • getRuledIssueProcessorIdTerms

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

      IssueProcessorQueryInspector[] getRuledIssueProcessorTerms()
      Gets the issue processor 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.
    • getIssueProcessorEnablerQueryInspectorRecord

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