public interface ConferralQueryInspector extends OsidRelationshipQueryInspector
The inspector for examining conferral 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.
|
ConferralQueryInspectorRecord |
getConferralQueryInspectorRecord(Type conferralRecordType)
Gets the conferral query inspector record corresponding to the given
Conferral record Type. |
IdTerm[] |
getConvocationIdTerms()
Gets the convocation
Id terms. |
ConvocationQueryInspector[] |
getConvocationTerms()
Gets the convocation terms.
|
IdTerm[] |
getRecipientIdTerms()
Gets the recipient
Id terms. |
ResourceQueryInspector[] |
getRecipientTerms()
Gets the recipient terms.
|
IdTerm[] |
getReferenceIdTerms()
Gets the reference
Id terms. |
getEndReasonIdTerms, getEndReasonTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsIdTerm[] getAwardIdTerms()
Id terms. Id termsmandatory - This method must be implemented. AwardQueryInspector[] getAwardTerms()
mandatory - This method must be implemented. IdTerm[] getRecipientIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ResourceQueryInspector[] getRecipientTerms()
mandatory - This method must be implemented. IdTerm[] getReferenceIdTerms()
Id terms. Id termsmandatory - This method must be implemented. IdTerm[] getConvocationIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ConvocationQueryInspector[] getConvocationTerms()
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. ConferralQueryInspectorRecord getConferralQueryInspectorRecord(Type conferralRecordType) throws OperationFailedException
Conferral record Type. conferralRecordType - a conferral record typeNullArgumentException - conferralRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(conferralRecordType) is false
mandatory - This method must be implemented.