public interface BlockQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining block queries.
| Modifier and Type | Method and Description |
|---|---|
BlockQueryInspectorRecord |
getBlockQueryInspectorRecord(Type blockRecordType)
Gets the block query inspector record corresponding to the given
Block record Type. |
IdTerm[] |
getIssueIdTerms()
Gets the issue
Id query terms. |
IssueQueryInspector[] |
getIssueTerms()
Gets the issue query terms.
|
IdTerm[] |
getOublietteIdTerms()
Gets the oubliette
Id query terms. |
OublietteQueryInspector[] |
getOublietteTerms()
Gets the oubliette query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getIssueIdTerms()
Id query terms.mandatory - This method must be implemented. IssueQueryInspector[] getIssueTerms()
mandatory - This method must be implemented. IdTerm[] getOublietteIdTerms()
Id query terms.mandatory - This method must be implemented. OublietteQueryInspector[] getOublietteTerms()
mandatory - This method must be implemented. BlockQueryInspectorRecord getBlockQueryInspectorRecord(Type blockRecordType) throws OperationFailedException, PermissionDeniedException
Block record Type. blockRecordType - a block record typeNullArgumentException - blockRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(blockRecordType) is false mandatory - This method must be implemented.