OSID Logo
OSID Specifications
contact package
Version 3.1.0
Interfaceosid.contact.ContactSearchResults
Implementsosid.OsidSearchResults
Used Byosid.contact.ContactSearchSession
Description

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

MethodgetContacts
Description

Gets the contact list resulting from a search.

Returnosid.contact.ContactList the contact list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetContactQueryInspector
Description

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

Returnosid.contact.ContactQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetContactSearchResultsRecord
Description

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

Parametersosid.type.TypecontactSearchRecordType a contact search record type
Returnosid.contact.records.ContactSearchResultsRecord the contact search record
ErrorsNULL_ARGUMENT contactSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(contactSearchRecordType) is false
Compliancemandatory This method must be implemented.