OSID Logo
OSID Specifications
resource demographic package
Version 3.1.0
Interfaceosid.resource.demographic.DemographicEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.resource.demographic.DemographicEnablerSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetDemographicEnablers
Description

Gets the DemographicEnablerList resulting from a search.

Returnosid.resource.demographic.DemographicEnablerList the demographic enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetDemographicEnablerQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.resource.demographic.DemographicEnablerQueryInspector the demographic enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetDemographicEnablerSearchResultsRecord
Description

Gets the demographic enabler search results record corresponding to the given demographic enabler search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypedemographicEnablerSearchRecordType a demographic enabler search record type
Returnosid.resource.demographic.records.DemographicEnablerSearchResultsRecord the demographic enabler search results record
ErrorsNULL_ARGUMENT demographicEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(demographicEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.