Interface | osid.room.FloorQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
osid.OsidSubjugateableQueryInspector | |||
Description |
This is the query inspector for examining for floor queries. | ||
Method | getBuildingIdTerms | ||
Description |
Gets the building | ||
Return | osid.search.terms.IdTerm[] | the building Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBuildingTerms | ||
Description |
Gets the building terms. | ||
Return | osid.room.BuildingQueryInspector[] | the building terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getNumberTerms | ||
Description |
Gets the terms terms. | ||
Return | osid.search.terms.StringTerm[] | the terms terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGrossAreaTerms | ||
Description |
Gets the gross area terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the gross area terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRoomIdTerms | ||
Description |
Gets the room | ||
Return | osid.search.terms.IdTerm[] | the room Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRoomTerms | ||
Description |
Gets the room terms. | ||
Return | osid.room.RoomQueryInspector[] | the room terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusIdTerms | ||
Description |
Gets the campus | ||
Return | osid.search.terms.IdTerm[] | the campus Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusTerms | ||
Description |
Gets the campus terms. | ||
Return | osid.room.CampusQueryInspector[] | the campus terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFloorQueryInspectorRecord | ||
Description |
Gets the floor query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | floorRecordType | a floor record type |
Return | osid.room.records.FloorQueryInspectorRecord | the floor query inspector record | |
Errors | NULL_ARGUMENT | floorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(floorRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |