OSID Logo
OSID Specifications
contact package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.AddressSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetAddresses
Description

Gets the address list resulting from a search.

Returnosid.contact.AddressListthe address list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAddressQueryInspector
Description

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

Returnosid.contact.AddressQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAddressSearchResultsRecord
Description

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

Parametersosid.type.TypeaddressSearchRecordTypean address search record type
Returnosid.contact.records.AddressSearchResultsRecordthe address search results record
ErrorsNULL_ARGUMENT AddressSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(addressSearchRecordType) is false
CompliancemandatoryThis method must be implemented.