public interface ConvocationQueryInspector extends OsidGovernatorQueryInspector
The inspector for examining convocation queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAcademyIdTerms()
Gets the academy
Id terms. |
AcademyQueryInspector[] |
getAcademyTerms()
Gets the academy terms.
|
IdTerm[] |
getAwardIdTerms()
Gets the award
Id terms. |
AwardQueryInspector[] |
getAwardTerms()
Gets the award terms.
|
IdTerm[] |
getConferralIdTerms()
Gets the conferral
Id terms. |
ConferralQueryInspector[] |
getConferralTerms()
Gets the conferral terms.
|
ConvocationQueryInspectorRecord |
getConvocationQueryInspectorRecord(Type convocationRecordType)
Gets the convocation query inspector record corresponding to the given
Convocation record Type. |
DateTimeRangeTerm[] |
getDateTerms()
Gets the date terms.
|
IdTerm[] |
getTimePeriodIdTerms()
Gets the time period
Id terms. |
TimePeriodQueryInspector[] |
getTimePeriodTerms()
Gets the time period terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getAwardIdTerms()
Id terms. Id termsmandatory - This method must be implemented. AwardQueryInspector[] getAwardTerms()
mandatory - This method must be implemented. DateTimeRangeTerm[] getDateTerms()
mandatory - This method must be implemented. IdTerm[] getTimePeriodIdTerms()
Id terms. Id termsmandatory - This method must be implemented. TimePeriodQueryInspector[] getTimePeriodTerms()
mandatory - This method must be implemented. IdTerm[] getConferralIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ConferralQueryInspector[] getConferralTerms()
mandatory - This method must be implemented. IdTerm[] getAcademyIdTerms()
Id terms. Id termsmandatory - This method must be implemented. AcademyQueryInspector[] getAcademyTerms()
mandatory - This method must be implemented. ConvocationQueryInspectorRecord getConvocationQueryInspectorRecord(Type convocationRecordType) throws OperationFailedException
Convocation record Type. convocationRecordType - a convocation record typeNullArgumentException - convocationRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(convocationRecordType) is false
mandatory - This method must be implemented.