public interface FloorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
FloorQueryInspector |
getFloorQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
FloorList |
getFloors()
Gets the floor list resulting from a search.
|
FloorSearchResultsRecord |
getFloorSearchResultsRecord(Type floorSearchRecordType)
Gets the floor search results record corresponding to the given floor
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeFloorList getFloors()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. FloorQueryInspector getFloorQueryInspector()
mandatory - This method must be implemented. FloorSearchResultsRecord getFloorSearchResultsRecord(Type floorSearchRecordType) throws OperationFailedException
floorSearchRecordType - a floor search record typeNullArgumentException - FloorSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(floorSearchRecordType) is false
mandatory - This method must be implemented.