| Interface | osid.room.squatting.DeedQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Description |
This is the query inspector for examining for deed 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 | getOwnerIdTerms | ||
| Description |
Gets the owner resource | ||
| Return | osid.search.terms.IdTerm[] | the owner Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOwnerTerms | ||
| Description |
Gets the owner resource terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource 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 | getDeedQueryInspectorRecord | ||
| Description |
Gets the deed query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | deedRecordType | a deed record type |
| Return | osid.room.squatting.records.DeedQueryInspectorRecord | the deed query inspector record | |
| Errors | NULL_ARGUMENT | deedRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(deedRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |