public interface BillingQueryInspector extends OsidCatalogQueryInspector
The query inspectors provide a means of accessing the match terms of a
query. These interfaces are used to examine the actual query terms used in
a search or that may be used to create a smart catalog. Query inspectors
may be converted to OsidQuery interfaces for reuse or
modification in the search sessions.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorBillingIdTerms()
Gets the ancestor billing
Id query terms. |
BillingQueryInspector[] |
getAncestorBillingTerms()
Gets the ancestor billing query terms.
|
BillingQueryInspectorRecord |
getBillingQueryInspectorRecord(Type billingRecordType)
Gets the record query inspector record corresponding to the given
Billing record Type. |
IdTerm[] |
getCreditIdTerms()
Gets the credit
Id query terms. |
CreditQueryInspector[] |
getCreditTerms()
Gets the credit query terms.
|
IdTerm[] |
getDescendantBillingIdTerms()
Gets the descendant billing
Id query terms. |
BillingQueryInspector[] |
getDescendantBillingTerms()
Gets the descendant billing query terms.
|
getCommentIdTerms, getCommentTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getCreditIdTerms()
Id query terms.getCreditIdTerms in interface OsidObjectQueryInspector Id termsmandatory - This method must be implemented. CreditQueryInspector[] getCreditTerms()
getCreditTerms in interface OsidObjectQueryInspectormandatory - This method must be implemented. IdTerm[] getAncestorBillingIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. BillingQueryInspector[] getAncestorBillingTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantBillingIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. BillingQueryInspector[] getDescendantBillingTerms()
mandatory - This method must be implemented. BillingQueryInspectorRecord getBillingQueryInspectorRecord(Type billingRecordType) throws OperationFailedException
Billing record Type. billingRecordType - a billing record typeNullArgumentException - billingRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(billingRecordType) is false
mandatory - This method must be implemented.