public interface FrontOfficeQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining front office queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorFrontOfficeIdTerms()
Gets the ancestor front office
Id query terms. |
FrontOfficeQueryInspector[] |
getAncestorFrontOfficeTerms()
Gets the ancestor front office query terms.
|
IdTerm[] |
getDescendantFrontOfficeIdTerms()
Gets the descendant front office
Id query terms. |
FrontOfficeQueryInspector[] |
getDescendantFrontOfficeTerms()
Gets the descendant front office query terms.
|
FrontOfficeQueryInspectorRecord |
getFrontOfficeQueryInspectorRecord(Type frontOfficeRecordType)
Gets the front office query inspector record corresponding to the
given
FrontOffice record Type. |
IdTerm[] |
getIssueIdTerms()
Gets the issue
Id query terms. |
IssueQueryInspector[] |
getIssueTerms()
Gets the issue query terms.
|
IdTerm[] |
getQueueIdTerms()
Gets the queue
Id query terms. |
QueueQueryInspector[] |
getQueueTerms()
Gets the queue query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getIssueIdTerms()
Id query terms.mandatory - This method must be implemented. IssueQueryInspector[] getIssueTerms()
mandatory - This method must be implemented. IdTerm[] getQueueIdTerms()
Id query terms.mandatory - This method must be implemented. QueueQueryInspector[] getQueueTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorFrontOfficeIdTerms()
Id query terms.mandatory - This method must be implemented. FrontOfficeQueryInspector[] getAncestorFrontOfficeTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantFrontOfficeIdTerms()
Id query terms.mandatory - This method must be implemented. FrontOfficeQueryInspector[] getDescendantFrontOfficeTerms()
mandatory - This method must be implemented. FrontOfficeQueryInspectorRecord getFrontOfficeQueryInspectorRecord(Type frontOfficeRecordType) throws OperationFailedException
FrontOffice record Type. frontOfficeRecordType - a front office record typeNullArgumentException - frontOfficeRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(frontOfficeRecordType) is false
mandatory - This method must be implemented.