public interface BuildingSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BuildingQueryInspector |
getBuildingQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
BuildingList |
getBuildings()
Gets the building list resulting from a search.
|
BuildingSearchResultsRecord |
getBuildingSearchResultsRecord(Type buildingSearchRecordType)
Gets the building search results record corresponding to the given
building search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBuildingList getBuildings()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BuildingQueryInspector getBuildingQueryInspector()
mandatory - This method must be implemented. BuildingSearchResultsRecord getBuildingSearchResultsRecord(Type buildingSearchRecordType) throws OperationFailedException
buildingSearchRecordType - a building search record typeNullArgumentException - BuildingSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(buildingSearchRecordType) is
false mandatory - This method must be implemented.