OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.PersonSearch
Implementsosid.OsidSearch
Used Byosid.personnel.PersonSearchSession
Description

The search interface for governing person searches.

MethodsearchAmongPersons
Description

Execute this search among the given list of persons.

Parametersosid.id.IdListpersonIdslist of persons
ErrorsNULL_ARGUMENTpersonIds is null
CompliancemandatoryThis method must be implemented.
MethodorderPersonResults
Description

Specify an ordering to the search results.

Parametersosid.personnel.PersonSearchOrderpersonSearchOrderperson search order
ErrorsNULL_ARGUMENTpersonSearchOrder is null
UNSUPPORTEDpersonSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetPersonSearchRecord
Description

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

Parametersosid.type.TypepersonSearchRecordTypea person search record type
Returnosid.personnel.records.PersonSearchRecordthe person search record
ErrorsNULL_ARGUMENTpersonSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(personSearchRecordType) is false
CompliancemandatoryThis method must be implemented.