Interface | osid.personnel.AppointmentSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getAppointments | ||
Description |
Gets the appointment list resulting from a search. | ||
Return | osid.personnel.AppointmentList | the appointment list | |
Errors | ILLEGAL_STATE | the list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getAppointmentQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.personnel.AppointmentQueryInspector | the query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getAppointmentSearchResultsRecord | ||
Description |
Gets the record corresponding to the given appointment
search record | ||
Parameters | osid.type.Type | appointmentSearchRecordType | an appointment search record type |
Return | osid.personnel.records.AppointmentSearchResultsRecord | the appointment search results record | |
Errors | NULL_ARGUMENT | appointmentSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(appointmentSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |