public interface CreditQueryInspector extends OsidRelationshipQueryInspector
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[] |
getBillingIdTerms()
Gets the billing
Id query terms. |
BillingQueryInspector[] |
getBillingTerms()
Gets the billing query terms.
|
CreditQueryInspectorRecord |
getCreditQueryInspectorRecord(Type creditRecordType)
Gets the credit query inspector record corresponding to the given
Credit record Type. |
IdTerm[] |
getReferenceIdTerms()
Gets the reference
Id query terms. |
IdTerm[] |
getResourceIdTerms()
Gets the resource
Id query terms. |
ResourceQueryInspector[] |
getResourceTerms()
Gets the resource query 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[] getReferenceIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. IdTerm[] getResourceIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. ResourceQueryInspector[] getResourceTerms()
mandatory - This method must be implemented. IdTerm[] getBillingIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. BillingQueryInspector[] getBillingTerms()
mandatory - This method must be implemented. CreditQueryInspectorRecord getCreditQueryInspectorRecord(Type creditRecordType) throws OperationFailedException
Credit record Type. creditRecordType - a credit record typeNullArgumentException - creditRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(creditRecordType) is false
mandatory - This method must be implemented.