| Interface | osid.resource.demographic.DemographicEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getDemographicEnablers | ||
| Description |
Gets the | ||
| Return | osid.resource.demographic.DemographicEnablerList | the demographic enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDemographicEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.resource.demographic.DemographicEnablerQueryInspector | the demographic enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDemographicEnablerSearchResultsRecord | ||
| Description |
Gets the demographic enabler search results record
corresponding to the given demographic enabler search
record | ||
| Parameters | osid.type.Type | demographicEnablerSearchRecordType | a demographic enabler search record type |
| Return | osid.resource.demographic.records.DemographicEnablerSearchResultsRecord | the demographic enabler search results record | |
| Errors | NULL_ARGUMENT | demographicEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(demographicEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |