OSID Logo
OSID Specifications
contact package
Version 3.1.0
Interfaceosid.contact.AddressBookSearchResults
Implementsosid.OsidSearchResults
Used Byosid.contact.AddressBookSearchSession
Description

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

MethodgetAddressBooks
Description

Gets the address book list resulting from a search.

Returnosid.contact.AddressBookList the address book list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAddressBookQueryInspector
Description

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

Returnosid.contact.AddressBookQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAddressBookSearchResultsRecord
Description

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

Parametersosid.type.TypeaddressBookSearchRecordType an address book search record type
Returnosid.contact.records.AddressBookSearchResultsRecord the address book search results record
ErrorsNULL_ARGUMENT addressBookSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(addressBookSearchRecordType) is false
Compliancemandatory This method must be implemented.