Interface PollsQueryInspector

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

public interface PollsQueryInspector extends OsidCatalogQueryInspector

This is the query inspector for examining poll queries.

  • Method Details

    • getCandidateIdTerms

      IdTerm[] getCandidateIdTerms()
      Gets the candidate Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCandidateTerms

      CandidateQueryInspector[] getCandidateTerms()
      Gets the candidate query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAncestorPollsIdTerms

      IdTerm[] getAncestorPollsIdTerms()
      Gets the ancestor polls Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAncestorPollsTerms

      PollsQueryInspector[] getAncestorPollsTerms()
      Gets the ancestor polls query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDescendantPollsIdTerms

      IdTerm[] getDescendantPollsIdTerms()
      Gets the descendant polls Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDescendantPollsTerms

      PollsQueryInspector[] getDescendantPollsTerms()
      Gets the descendant polls query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPollsQueryInspectorRecord

      PollsQueryInspectorRecord getPollsQueryInspectorRecord(Type pollsRecordType) throws OperationFailedException
      Gets the polls query inspector record corresponding to the given Polls record Type .
      Parameters:
      pollsRecordType - a polls record type
      Returns:
      the polls query inspector record
      Throws:
      NullArgumentException - pollsRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(pollsRecordType) is false
      Compliance:
      mandatory - This method must be implemented.