OSID Logo
OSID Specifications
room squatting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.squatting.DeedSearchResults
Implementsosid.OsidSearchResults
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.DeedListthe deed list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetDeedQueryInspector
Description

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

Returnosid.room.squatting.DeedQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypedeedSearchRecordTypea deed search record type
Returnosid.room.squatting.records.DeedSearchResultsRecordthe deed search results record
ErrorsNULL_ARGUMENT deedSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(deedSearchRecordType) is false
CompliancemandatoryThis method must be implemented.