OSID Logo
OSID Specifications
resource demographic package
Version 3.1.0
Interfaceosid.resource.demographic.DemographicEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.resource.demographic.DemographicEnablerSearchResults
osid.resource.demographic.DemographicEnablerSmartBinSession
Description

This is the query inspector for examning demographic enabler queries.

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

MethodgetRuledDemographicIdTerms
Description

Gets the demographic Id query terms.

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

Gets the demographic query terms.

Returnosid.resource.demographic.DemographicQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetBinIdTerms
Description

Gets the bin Id query terms.

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

Gets the bin query terms.

Returnosid.resource.BinQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDemographicEnablerQueryInspectorRecord
Description

Gets the demographic enabler query inspector record corresponding to the given DemographicEnabler record Type.

Parametersosid.type.TypedemographicEnablerRecordType a demographic enabler record type
Returnosid.resource.demographic.records.DemographicEnablerQueryInspectorRecord the demographic enabler query inspector record
ErrorsNULL_ARGUMENT demographicEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(demographicEnablerRecordType) is false
Compliancemandatory This method must be implemented.