OSID Logo
OSID Specifications
contact package
Version 3.1.0
Interfaceosid.contact.AddressSearchResults
Implementsosid.OsidSearchResults
Used Byosid.contact.AddressSearchSession
Description

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

MethodgetAddresses
Description

Gets the address list resulting from a search.

Returnosid.contact.AddressList the address list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAddressQueryInspector
Description

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

Returnosid.contact.AddressQueryInspector the query inspector
Compliancemandatory This 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.TypeaddressSearchRecordType an address search record type
Returnosid.contact.records.AddressSearchResultsRecord the address search results record
ErrorsNULL_ARGUMENT AddressSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(addressSearchRecordType) is false
Compliancemandatory This method must be implemented.