public interface JournalQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining journal searches.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorJournalIdTerms()
Gets the ancestor journal
Id query terms. |
JournalQueryInspector[] |
getAncestorJournalTerms()
Gets the ancestor journal query terms.
|
IdTerm[] |
getBranchIdTerms()
Gets the branch
Id query terms. |
BranchQueryInspector[] |
getBranchTerms()
Gets the branch query terms.
|
IdTerm[] |
getDescendantJournalIdTerms()
Gets the descendant journal
Id query terms. |
JournalQueryInspector[] |
getDescendantJournalTerms()
Gets the descendant journal query terms.
|
IdTerm[] |
getJournalEntryIdTerms()
Gets the journal entry
Id query terms. |
JournalEntryQueryInspector[] |
getJournalEntryTerms()
Gets the journal entry query terms.
|
JournalQueryInspectorRecord |
getJournalQueryInspectorRecord(Type journalRecordType)
Gets the journal query inspector record corresponding to the given
Journal record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getJournalEntryIdTerms()
Id query terms.getJournalEntryIdTerms in interface OsidObjectQueryInspectormandatory - This method must be implemented. JournalEntryQueryInspector[] getJournalEntryTerms()
getJournalEntryTerms in interface OsidObjectQueryInspectormandatory - This method must be implemented. IdTerm[] getBranchIdTerms()
Id query terms.mandatory - This method must be implemented. BranchQueryInspector[] getBranchTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorJournalIdTerms()
Id query terms.mandatory - This method must be implemented. JournalQueryInspector[] getAncestorJournalTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantJournalIdTerms()
Id query terms.mandatory - This method must be implemented. JournalQueryInspector[] getDescendantJournalTerms()
mandatory - This method must be implemented. JournalQueryInspectorRecord getJournalQueryInspectorRecord(Type journalRecordType) throws OperationFailedException
Journal record Type. journalRecordType - a journal record typeNullArgumentException - journalRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(journalRecordType) is false
mandatory - This method must be implemented.