OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.ProgramOfferingSearchResults
Implementsosid.OsidSearchResults
Used Byosid.course.program.ProgramOfferingSearchSession
Description

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

MethodgetProgramOfferings
Description

Gets the program offering list resulting from a search.

Returnosid.course.program.ProgramOfferingList the program offering list
ErrorsILLEGAL_STATE the program offering list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetProgramOfferingQueryInspector
Description

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

Returnosid.course.program.ProgramOfferingQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetProgramOfferingSearchResultsRecord
Description

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

Parametersosid.type.TypeprogramOfferingSearchRecordType a program offering search record type
Returnosid.course.program.records.ProgramOfferingSearchResultsRecord the program offering search results record
ErrorsNULL_ARGUMENT programOfferingSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(programOfferingSearchRecordType) is false
Compliancemandatory This method must be implemented.