OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.ActivityQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidFederateableQueryInspector
osid.OsidTemporalQueryInspector
Used Byosid.billing.CustomerQueryInspector
osid.financials.ActivityQueryInspector
osid.financials.ActivitySearchResults
osid.financials.ActivitySmartBusinessSession
osid.financials.BusinessQueryInspector
osid.financials.budgeting.BudgetQueryInspector
osid.financials.posting.PostEntryQueryInspector
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.

Like all OsidQueryInspectors, ActivityQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetOrganizationIdTerms
Description

Gets the organization Id query terms.

Returnosid.search.terms.IdTerm[] the organization Id query terms
Compliancemandatory This method must be implemented.
MethodgetOrganizationTerms
Description

Gets the organization query terms.

Returnosid.resource.ResourceQueryInspector[] the organization query terms
Compliancemandatory This method must be implemented.
MethodgetSupervisorIdTerms
Description

Gets the supervisor Id query terms.

Returnosid.search.terms.IdTerm[] the supervisor Id query terms
Compliancemandatory This method must be implemented.
MethodgetSupervisorTerms
Description

Gets the supervisor query terms.

Returnosid.resource.ResourceQueryInspector[] the supervisor query terms
Compliancemandatory This method must be implemented.
MethodgetCodeTerms
Description

Gets the code query terms.

Returnosid.search.terms.StringTerm[] the code query terms
Compliancemandatory This method must be implemented.
MethodgetSummaryTerms
Description

Gets the summary query terms.

Returnosid.financials.SummaryQueryInspector[] the summary query terms
Compliancemandatory This method must be implemented.
MethodgetAncestorActivityIdTerms
Description

Gets the ancestor activity Id query terms.

Returnosid.search.terms.IdTerm[] the ancestor activity Id terms
Compliancemandatory This method must be implemented.
MethodgetAncestorActivityTerms
Description

Gets the ancestor activity query terms.

Returnosid.financials.ActivityQueryInspector[] the ancestor activity terms
Compliancemandatory This method must be implemented.
MethodgetDescendantActivityIdTerms
Description

Gets the descendant activity Id query terms.

Returnosid.search.terms.IdTerm[] the descendant activity Id terms
Compliancemandatory This method must be implemented.
MethodgetDescendantActivityTerms
Description

Gets the descendant activity query terms.

Returnosid.financials.ActivityQueryInspector[] the descendant activity terms
Compliancemandatory This method must be implemented.
MethodgetBusinessIdTerms
Description

Gets the business Id query terms.

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

Gets the business query terms.

Returnosid.financials.BusinessQueryInspector[] the business query terms
Compliancemandatory This method must be implemented.
MethodgetActivityQueryInspectorRecord
Description

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

Parametersosid.type.TypeactivityRecordType an activity record type
Returnosid.financials.records.ActivityQueryInspectorRecord the activity query inspector record
ErrorsNULL_ARGUMENT activityRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(activityRecordType) is false
Compliancemandatory This method must be implemented.