| Interface | osid.room.construction.ProjectQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
| Description |
This is the query inspector for examining for project 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 | getCostTerms | ||
| Description |
Gets the cost terms. | ||
| Return | osid.search.terms.CurrencyRangeTerm[] | the cost 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 | getProjectQueryInspectorRecord | ||
| Description |
Gets the project query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | projectRecordType | a project record type |
| Return | osid.room.construction.records.ProjectQueryInspectorRecord | the project query inspector record | |
| Errors | NULL_ARGUMENT | projectRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(projectRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |