Interface | osid.room.squatting.DeedSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getDeeds | ||
Description |
Gets the deed list resulting from a search. | ||
Return | osid.room.squatting.DeedList | the deed list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeedQueryInspector | ||
Description |
Gets the inspector for the query to examine the terns used in the search. | ||
Return | osid.room.squatting.DeedQueryInspector | the query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getDeedSearchResultsRecord | ||
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. | ||
Parameters | osid.type.Type | deedSearchRecordType | a deed search record type |
Return | osid.room.squatting.records.DeedSearchResultsRecord | the deed search results record | |
Errors | NULL_ARGUMENT | deedSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(deedSearchRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |