Interface | osid.resource.demographic.DemographicEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examning demographic enabler queries. | ||
Method | getRuledDemographicIdTerms | ||
Description |
Gets the demographic | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledDemographicTerms | ||
Description |
Gets the demographic query terms. | ||
Return | osid.resource.demographic.DemographicQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBinIdTerms | ||
Description |
Gets the bin | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBinTerms | ||
Description |
Gets the bin query terms. | ||
Return | osid.resource.BinQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDemographicEnablerQueryInspectorRecord | ||
Description |
Gets the demographic enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | demographicEnablerRecordType | a demographic enabler record type |
Return | osid.resource.demographic.records.DemographicEnablerQueryInspectorRecord | the demographic enabler query inspector record | |
Errors | NULL_ARGUMENT | demographicEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(demographicEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |