OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.demographic.DemographicEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
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_ARGUMENT demographicEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(demographicEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.