OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.ScheduleSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetSchedules
Description

Gets the schedule list resulting from the search.

Returnosid.calendaring.ScheduleListthe schedule list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetScheduleQueryInspector
Description

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

Returnosid.calendaring.ScheduleQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetScheduleSearchResultsRecord
Description

Gets the schedule search results record corresponding to the given schedule search record Type.

Parametersosid.type.TypescheduleSearchRecordTypea schedule search record type
Returnosid.calendaring.records.ScheduleSearchResultsRecordthe schedule search results record
ErrorsNULL_ARGUMENT scheduleSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(scheduleSearchRecordType) is false
CompliancemandatoryThis method must be implemented.