Interface IssueConstrainerEnablerQueryInspector

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

public interface IssueConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledIssueConstrainerIdTerms

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

      IssueConstrainerQueryInspector[] getRuledIssueConstrainerTerms()
      Gets the issue constrainer 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.
    • getIssueConstrainerEnablerQueryInspectorRecord

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