OSID Logo
OSID Specifications
resource demographic package
Version 3.0.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.TypedemographicRecordTypea demographic record type
Returnosid.resource.demographic.records.DemographicSearchOrderRecordthe demographic search order record
ErrorsNULL_ARGUMENTdemographicRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(demographicRecordType) is false
CompliancemandatoryThis method must be implemented.