OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.demographic.DemographicSearchOrder
Implementsosid.OsidRuleSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetDemographicSearchOrderRecord
Description

Gets the demographic search order record corresponding to the given demographic record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypedemographicRecordTypea demographic record type
Returnosid.resource.demographic.records.DemographicSearchOrderRecordthe demographic search order record
ErrorsNULL_ARGUMENT demographicRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(demographicRecordType) is false
CompliancemandatoryThis method must be implemented.