OSID Logo
OSID Specifications
room squatting package
Version 3.1.0
Interfaceosid.room.squatting.DeedSearchResults
Implementsosid.OsidSearchResults
Used Byosid.room.squatting.DeedSearchSession
Description

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

MethodgetDeeds
Description

Gets the deed list resulting from a search.

Returnosid.room.squatting.DeedList the deed list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetDeedQueryInspector
Description

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

Returnosid.room.squatting.DeedQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetDeedSearchResultsRecord
Description

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

Parametersosid.type.TypedeedSearchRecordType a deed search record type
Returnosid.room.squatting.records.DeedSearchResultsRecord the deed search results record
ErrorsNULL_ARGUMENT deedSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deedSearchRecordType) is false
Compliancemandatory This method must be implemented.