OSID Logo
OSID Specifications
resource demographic package
Version 3.0.0
Interfaceosid.resource.demographic.DemographicSearch
Implementsosid.OsidSearch
Used Byosid.resource.demographic.DemographicSearchSession
Description

The search interface for governing demographic searches.

MethodsearchAmongDemographics
Description

Execute this search among the given list of demographics.

Parametersosid.id.IdListdemographicIdslist of demographics
ErrorsNULL_ARGUMENTdemographicIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDemographicResults
Description

Specify an ordering to the search results.

Parametersosid.resource.demographic.DemographicSearchOrderdemographicSearchOrderdemographic search order
ErrorsNULL_ARGUMENTdemographicSearchOrder is null
UNSUPPORTEDdemographicSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDemographicSearchRecord
Description

Gets the demographic search record corresponding to the given demographic search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypedemographicSearchRecordTypea demographic search record type
Returnosid.resource.demographic.records.DemographicSearchRecordthe demographic search record
ErrorsNULL_ARGUMENTdemographicSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(demographicSearchRecordType) is false
CompliancemandatoryThis method must be implemented.