OSID Logo
OSID Specifications
financials posting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.posting.PostQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidAggregateableQueryInspector
Description

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.

MethodgetFiscalPeriodIdTerms
Description

Gets the fiscal period Id query terms.

Returnosid.search.terms.IdTerm[]the fiscal period Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetFiscalPeriodTerms
Description

Gets the fiscal period query terms.

Returnosid.financials.FiscalPeriodQueryInspector[]the fiscal period query terms
CompliancemandatoryThis method must be implemented.
MethodgetPostedTerms
Description

Gets the posted query terms.

Returnosid.search.terms.BooleanTerm[]the posted query terms
CompliancemandatoryThis method must be implemented.
MethodgetDateTerms
Description

Gets the date query terms.

Returnosid.search.terms.DateTimeRangeTerm[]the date query terms
CompliancemandatoryThis method must be implemented.
MethodgetPostEntryIdTerms
Description

Gets the post entry Id query terms.

Returnosid.search.terms.IdTerm[]the post entry Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetPostEntryTerms
Description

Gets the post entry query terms.

Returnosid.financials.posting.PostEntryQueryInspector[]the post entry query terms
CompliancemandatoryThis method must be implemented.
MethodgetCorrectedPostIdTerms
Description

Gets the corrected post Id query terms.

Returnosid.search.terms.IdTerm[]the post Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetCorrectedPostTerms
Description

Gets the corrected post query terms.

Returnosid.financials.posting.PostQueryInspector[]the post query terms
CompliancemandatoryThis method must be implemented.
MethodgetBusinessIdTerms
Description

Gets the business Id query terms.

Returnosid.search.terms.IdTerm[]the business Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetBusinessTerms
Description

Gets the business query terms.

Returnosid.financials.BusinessQueryInspector[]the business query terms
CompliancemandatoryThis method must be implemented.
MethodgetPostQueryInspectorRecord
Description

Gets the post query inspector record corresponding to the given Post record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypepostRecordTypea post record type
Returnosid.financials.posting.records.PostQueryInspectorRecordthe post query inspector record
ErrorsNULL_ARGUMENT postRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(postRecordType) is false
CompliancemandatoryThis method must be implemented.