OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.AppointmentSearch
Implementsosid.OsidSearch
Used Byosid.personnel.AppointmentSearchSession
Description

The search interface for governing appointment searches.

MethodsearchAmongAppointments
Description

Execute this search among the given list of appointments.

Parametersosid.id.IdListappointmentIdslist of appointments
ErrorsNULL_ARGUMENTappointmentIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAppointmentResults
Description

Specify an ordering to the search results.

Parametersosid.personnel.AppointmentSearchOrderappointmentSearchOrderappointment search order
ErrorsNULL_ARGUMENTappointmentSearchOrder is null
UNSUPPORTEDappointmentSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAppointmentSearchRecord
Description

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

Parametersosid.type.TypeappointmentSearchRecordTypean appointment search record type
Returnosid.personnel.records.AppointmentSearchRecordthe appointment search record
ErrorsNULL_ARGUMENTappointmentSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(appointmentSearchRecordType) is false
CompliancemandatoryThis method must be implemented.