OSID Logo
OSID Specifications
resource demographic package
Version 3.1.0
Interfaceosid.resource.demographic.DemographicSearchOrder
Implementsosid.OsidRuleSearchOrder
Used Byosid.resource.demographic.DemographicSearchSession
osid.resource.demographic.DemographicSmartBinSession
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.TypedemographicRecordType a demographic record type
Returnosid.resource.demographic.records.DemographicSearchOrderRecord the demographic search order record
ErrorsNULL_ARGUMENT demographicRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(demographicRecordType) is false
Compliancemandatory This method must be implemented.