public interface PollsQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining poll queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorPollsIdTerms()
Gets the ancestor polls
Id query terms. |
PollsQueryInspector[] |
getAncestorPollsTerms()
Gets the ancestor polls query terms.
|
IdTerm[] |
getCandidateIdTerms()
Gets the candidate
Id query terms. |
CandidateQueryInspector[] |
getCandidateTerms()
Gets the candidate query terms.
|
IdTerm[] |
getDescendantPollsIdTerms()
Gets the descendant polls
Id query terms. |
PollsQueryInspector[] |
getDescendantPollsTerms()
Gets the descendant polls query terms.
|
PollsQueryInspectorRecord |
getPollsQueryInspectorRecord(Type pollsRecordType)
Gets the polls query inspector record corresponding to the given
Polls record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getCandidateIdTerms()
Id query terms.mandatory - This method must be implemented. CandidateQueryInspector[] getCandidateTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorPollsIdTerms()
Id query terms.mandatory - This method must be implemented. PollsQueryInspector[] getAncestorPollsTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantPollsIdTerms()
Id query terms.mandatory - This method must be implemented. PollsQueryInspector[] getDescendantPollsTerms()
mandatory - This method must be implemented. PollsQueryInspectorRecord getPollsQueryInspectorRecord(Type pollsRecordType) throws OperationFailedException
Polls record Type. pollsRecordType - a polls record typeNullArgumentException - pollsRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(pollsRecordType) is false mandatory - This method must be implemented.