OSID Logo
OSID Specifications
room squatting package
Version 3.1.0
Interfaceosid.room.squatting.Deed
Implementsosid.OsidRelationship
Used Byosid.room.squatting.DeedAdminSession
osid.room.squatting.DeedList
osid.room.squatting.DeedLookupSession
Description

A Deed represents ownership of a building.

MethodgetBuildingId
Description

Gets the Id of the owner building.

Returnosid.id.Id the building Id
Compliancemandatory This method must be implemented.
MethodgetBuilding
Description

Gets the owner building.

Returnosid.room.Building the building
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetOwnerId
Description

Gets the Id of the owner resource.

Returnosid.id.Id the resource Id
Compliancemandatory This method must be implemented.
MethodgetOwner
Description

Gets the owner resource.

Returnosid.resource.Resource the resource
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetDeedRecord
Description

Gets the deed record corresponding to the given Deed record Type.This method is used to retrieve an object implementing the requested record. The DeedRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(deedRecordType) is true.

Parametersosid.type.TypedeedRecordType the type of deed record to retrieve
Returnosid.room.squatting.records.DeedRecord the deed record
ErrorsNULL_ARGUMENT deedRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deedRecordType) is false
Compliancemandatory This method must be implemented.