OSID Logo
OSID Specifications
resource demographic package
Version 3.0.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.

MethodgetRuledDemographicIdTerms
Description

Gets the demographic Id query terms.

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

Gets the demographic query terms.

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

Gets the bin Id query terms.

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

Gets the bin query terms.

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

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

Parametersosid.type.TypedemographicEnablerRecordTypea demographic enabler record type
Returnosid.resource.demographic.records.DemographicEnablerQueryInspectorRecordthe demographic enabler query inspector record
ErrorsNULL_ARGUMENTdemographicEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(demographicEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.