public interface LeaseSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
LeaseQueryInspector |
getLeaseQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
LeaseList |
getLeases()
Gets the lease list resulting from a search.
|
LeaseSearchResultsRecord |
getLeaseSearchResultsRecord(Type leaseSearchRecordType)
Gets the lease search results record corresponding to the given lease
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeLeaseList getLeases()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. LeaseQueryInspector getLeaseQueryInspector()
mandatory - This method must be implemented. LeaseSearchResultsRecord getLeaseSearchResultsRecord(Type leaseSearchRecordType) throws OperationFailedException
leaseSearchRecordType - a lease search record typeNullArgumentException - LeaseSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(leaseSearchRecordType) is false
mandatory - This method must be implemented.