OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.ScheduleSlotSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetScheduleSlots
Description

Gets the schedule list resulting from the search.

Returnosid.calendaring.ScheduleSlotList the schedule slot list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetScheduleSlotQueryInspector
Description

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

Returnosid.calendaring.ScheduleSlotQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetScheduleSlotSearchResultsRecord
Description

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

Parametersosid.type.TypescheduleSlotSearchRecordType a schedule slot search record type
Returnosid.calendaring.records.ScheduleSlotSearchResultsRecord the schedule slot search results record
ErrorsNULL_ARGUMENT scheduleSlotSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(scheduleSlotSearchRecordType) is false
Compliancemandatory This method must be implemented.