public interface SummaryQueryInspector extends OsidCompendiumQueryInspector
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[] |
getAccountIdTerms()
Gets the account
Id query terms. |
AccountQueryInspector[] |
getAccountTerms()
Gets the account query terms.
|
DecimalRangeTerm[] |
getBalanceTerms()
Gets the balacnce query terms.
|
CurrencyRangeTerm[] |
getBudgetTerms()
Gets the budget query terms.
|
CurrencyRangeTerm[] |
getCreditsTerms()
Gets the credits query terms.
|
CurrencyRangeTerm[] |
getDebitsTerms()
Gets the debits query terms.
|
DecimalRangeTerm[] |
getDeltaTerms()
Gets the delta query terms.
|
IdTerm[] |
getFiscalPeriodIdTerms()
Gets the fiscal period
Id query terms. |
FiscalPeriodQueryInspector[] |
getFiscalPeriodTerms()
Gets the fiscal period query terms.
|
CurrencyRangeTerm[] |
getForecastTerms()
Gets the forecast query terms.
|
SummaryQueryInspectorRecord |
getSummaryQueryInspectorRecord(Type summaryRecordType)
Gets the summary query inspector record corresponding to the given
Summary record Type. |
getEndDateTerms, getExtrapolatedTerms, getInterpolatedTerms, getStartDateTerms
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTerms
getIdTerms
getRecordTypeTerms
getRecordTypes, hasRecordType
getAnyTerms, getKeywordTerms
IdTerm[] getAccountIdTerms()
Id
query terms. Id
termsmandatory
- This method must be implemented. AccountQueryInspector[] getAccountTerms()
mandatory
- This method must be implemented. IdTerm[] getFiscalPeriodIdTerms()
Id
query terms. Id
query termsmandatory
- This method must be implemented. FiscalPeriodQueryInspector[] getFiscalPeriodTerms()
mandatory
- This method must be implemented. CurrencyRangeTerm[] getCreditsTerms()
mandatory
- This method must be implemented. CurrencyRangeTerm[] getDebitsTerms()
mandatory
- This method must be implemented. DecimalRangeTerm[] getBalanceTerms()
mandatory
- This method must be implemented. CurrencyRangeTerm[] getBudgetTerms()
mandatory
- This method must be implemented. DecimalRangeTerm[] getDeltaTerms()
mandatory
- This method must be implemented. CurrencyRangeTerm[] getForecastTerms()
mandatory
- This method must be implemented. SummaryQueryInspectorRecord getSummaryQueryInspectorRecord(Type summaryRecordType) throws OperationFailedException
Summary
record Type.
Multiple record
retrievals produce a nested OR
term.summaryRecordType
- a summary record typeNullArgumentException
- summaryRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(summaryRecordType)
is false
mandatory
- This method must be implemented.