OSID Logo
OSID Specifications
room squatting package
Version 3.0.0
Interfaceosid.room.squatting.LeaseSearch
Implementsosid.OsidSearch
Used Byosid.room.squatting.LeaseSearchSession
Description

The search interface for governing lease searches.

MethodsearchAmongLeases
Description

Execute this search among the given list of leases.

Parametersosid.id.IdListleaseIdslist of leases
ErrorsNULL_ARGUMENTleaseIds is null
CompliancemandatoryThis method must be implemented.
MethodorderLeaseResults
Description

Specify an ordering to the search results.

Parametersosid.room.squatting.LeaseSearchOrderleaseSearchOrderlease search order
ErrorsNULL_ARGUMENTleaseSearchOrder is null
UNSUPPORTEDleaseSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetLeaseSearchRecord
Description

Gets the dis[atch search record corresponding to the given lease search record Type . This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeleaseSearchRecordTypea lease search record type
Returnosid.room.squatting.records.LeaseSearchRecordthe lease search record
ErrorsNULL_ARGUMENTleaseSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(leaseSearchRecordType) is false
CompliancemandatoryThis method must be implemented.