Interface ParticipantQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector
The query inspectors provide a means of accessing the match terms of a
query. These interfaces are used to examine the actual query terms used in
a search or that may be used to create a smart catalog. Query inspectors
may be converted to OsidQuery interfaces for reuse or modification
in the search sessions.
Like all OsidQueryInspectors,
ParticipantQueryInspector is stateful and must not be accessed by
multiple processing threads.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the catalogueIdquery terms.Gets the catalogue query terms.IdTerm[]Gets the offeringIdquery terms.Gets the offering query terms.getParticipantQueryInspectorRecord(Type participantRecordType) Gets the participant query inspector record corresponding to the givenParticipantrecordType.IdTerm[]Gets the resourceIdquery terms.Gets the resource query terms.IdTerm[]Gets the grade systemIdquery terms.Gets the grade system query terms.IdTerm[]Gets the time periodIdquery terms.Gets the time period query terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsMethods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsMethods inherited from interface OsidRelationshipQueryInspector
getEndReasonIdTerms, getEndReasonTermsMethods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTerms
-
Method Details
-
getOfferingIdTerms
IdTerm[] getOfferingIdTerms()Gets the offeringIdquery terms.- Returns:
- the offering
Idterms - Compliance:
mandatory- This method must be implemented.
-
getOfferingTerms
OfferingQueryInspector[] getOfferingTerms()Gets the offering query terms.- Returns:
- the offering terms
- Compliance:
mandatory- This method must be implemented.
-
getResourceIdTerms
IdTerm[] getResourceIdTerms()Gets the resourceIdquery terms.- Returns:
- the resource
Idterms - Compliance:
mandatory- This method must be implemented.
-
getResourceTerms
ResourceQueryInspector[] getResourceTerms()Gets the resource query terms.- Returns:
- the resource terms
- Compliance:
mandatory- This method must be implemented.
-
getTimePeriodIdTerms
IdTerm[] getTimePeriodIdTerms()Gets the time periodIdquery terms.- Returns:
- the time period
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getTimePeriodTerms
TimePeriodQueryInspector[] getTimePeriodTerms()Gets the time period query terms.- Returns:
- the time period query terms
- Compliance:
mandatory- This method must be implemented.
-
getResultOptionIdTerms
IdTerm[] getResultOptionIdTerms()Gets the grade systemIdquery terms.- Returns:
- the grade system
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getResultOptionTerms
GradeSystemQueryInspector[] getResultOptionTerms()Gets the grade system query terms.- Returns:
- the grade system terms
- Compliance:
mandatory- This method must be implemented.
-
getCatalogueIdTerms
IdTerm[] getCatalogueIdTerms()Gets the catalogueIdquery terms.- Returns:
- the catalogue
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCatalogueTerms
CatalogueQueryInspector[] getCatalogueTerms()Gets the catalogue query terms.- Returns:
- the catalogue terms
- Compliance:
mandatory- This method must be implemented.
-
getParticipantQueryInspectorRecord
ParticipantQueryInspectorRecord getParticipantQueryInspectorRecord(Type participantRecordType) throws OperationFailedException Gets the participant query inspector record corresponding to the givenParticipantrecordType.- Parameters:
participantRecordType- a participant record type- Returns:
- the participant inspector query record
- Throws:
NullArgumentException-participantRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(participantRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-