OSID Logo
OSID Specifications
resource demographic package
Version 3.1.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.IdListdemographicIds list of demographics
ErrorsNULL_ARGUMENT demographicIds is null
Compliancemandatory This method must be implemented.
MethodorderDemographicResults
Description

Specify an ordering to the search results.

Parametersosid.resource.demographic.DemographicSearchOrderdemographicSearchOrder demographic search order
ErrorsNULL_ARGUMENT demographicSearchOrder is null
UNSUPPORTED demographicSearchOrder is not of this service
Compliancemandatory This 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.TypedemographicSearchRecordType a demographic search record type
Returnosid.resource.demographic.records.DemographicSearchRecord the demographic search record
ErrorsNULL_ARGUMENT demographicSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(demographicSearchRecordType) is false
Compliancemandatory This method must be implemented.