Interface FrontOfficeQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector

public interface FrontOfficeQueryInspector extends OsidCatalogQueryInspector

This is the query inspector for examining front office queries.

  • Method Details

    • getIssueIdTerms

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

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

      IdTerm[] getQueueIdTerms()
      Gets the queue Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getQueueTerms

      QueueQueryInspector[] getQueueTerms()
      Gets the queue query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAncestorFrontOfficeIdTerms

      IdTerm[] getAncestorFrontOfficeIdTerms()
      Gets the ancestor front office Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAncestorFrontOfficeTerms

      FrontOfficeQueryInspector[] getAncestorFrontOfficeTerms()
      Gets the ancestor front office query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDescendantFrontOfficeIdTerms

      IdTerm[] getDescendantFrontOfficeIdTerms()
      Gets the descendant front office Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDescendantFrontOfficeTerms

      FrontOfficeQueryInspector[] getDescendantFrontOfficeTerms()
      Gets the descendant front office query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFrontOfficeQueryInspectorRecord

      FrontOfficeQueryInspectorRecord getFrontOfficeQueryInspectorRecord(Type frontOfficeRecordType) throws OperationFailedException
      Gets the front office query inspector record corresponding to the given FrontOffice record Type .
      Parameters:
      frontOfficeRecordType - a front office record type
      Returns:
      the front office query inspector record
      Throws:
      NullArgumentException - frontOfficeRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(frontOfficeRecordType) is false
      Compliance:
      mandatory - This method must be implemented.