Interface | osid.room.squatting.DeedQuery | ||
---|---|---|---|
Implements | osid.OsidRelationshipQuery | ||
Description |
This is the query for searching for deeds. Each method
specifies an | ||
Method | matchBuildingId | ||
Description |
Sets a building | ||
Parameters | osid.id.Id | buildingId | a building Id |
boolean | match | true for a positive match, false for a
negative match | |
Errors | NULL_ARGUMENT | buildingId is null | |
Compliance | mandatory | This method must be implemented. | |
Method | clearBuildingIdTerms | ||
Description |
Clears the building | ||
Compliance | mandatory | This method must be implemented. | |
Method | supportsBuildingQuery | ||
Description |
Tests if a | ||
Return | boolean | true if a building query is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getBuildingQuery | ||
Description |
Gets the query for a building query. Multiple
retrievals produce a nested | ||
Return | osid.room.BuildingQuery | the building query | |
Errors | UNIMPLEMENTED | supportsBuildingQuery() is false | |
Compliance | optional | This method must be implemented if supportsBuildingQuery()
is true. | |
Method | clearBuildingTerms | ||
Description |
Clears the building terms. | ||
Compliance | mandatory | This method must be implemented. | |
Method | matchOwnerId | ||
Description |
Sets a resource | ||
Parameters | osid.id.Id | resourceId | a resource Id |
boolean | match | true for a positive match, false for a
negative match | |
Errors | NULL_ARGUMENT | resourceId is null | |
Compliance | mandatory | This method must be implemented. | |
Method | clearOwnerIdTerms | ||
Description |
Clears the owner resource | ||
Compliance | mandatory | This method must be implemented. | |
Method | supportsOwnerQuery | ||
Description |
Tests if a | ||
Return | boolean | true if a resource query is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getOwnerQuery | ||
Description |
Gets the query for an owner resource query. Multiple
retrievals produce a nested | ||
Return | osid.resource.ResourceQuery | the resource query | |
Errors | UNIMPLEMENTED | supportsOwnerQuery() is false | |
Compliance | optional | This method must be implemented if supportsOwnerQuery() is
true. | |
Method | clearOwnerTerms | ||
Description |
Clears the owner terms. | ||
Compliance | mandatory | This method must be implemented. | |
Method | matchCampusId | ||
Description |
Sets the deed | ||
Parameters | osid.id.Id | campusId | a campus Id |
boolean | match | true for a positive match, false for a
negative match | |
Errors | NULL_ARGUMENT | campusId is null | |
Compliance | mandatory | This method must be implemented. | |
Method | clearCampusIdTerms | ||
Description |
Clears the campus | ||
Compliance | mandatory | This method must be implemented. | |
Method | supportsCampusQuery | ||
Description |
Tests if a | ||
Return | boolean | true if a campus query is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusQuery | ||
Description |
Gets the query for a campus query. Multiple retrievals
produce a nested | ||
Return | osid.room.CampusQuery | the campus query | |
Errors | UNIMPLEMENTED | supportsCampusQuery() is false | |
Compliance | optional | This method must be implemented if supportsCampusQuery() is
true. | |
Method | clearCampusTerms | ||
Description |
Clears the campus terms. | ||
Compliance | mandatory | This method must be implemented. | |
Method | getDeedQueryRecord | ||
Description |
Gets the deed query record corresponding to the given
| ||
Parameters | osid.type.Type | deedRecordType | a deed record type |
Return | osid.room.squatting.records.DeedQueryRecord | the deed query 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. |