OSID Logo
OSID Specifications
room squatting package
Version 3.1.0
Interfaceosid.room.squatting.DeedQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.room.squatting.DeedSearchResults
osid.room.squatting.DeedSmartCampusSession
Description

This is the query inspector for examining for deed queries.

MethodgetBuildingIdTerms
Description

Gets the building Id terms.

Returnosid.search.terms.IdTerm[] the building Id terms
Compliancemandatory This method must be implemented.
MethodgetBuildingTerms
Description

Gets the building terms.

Returnosid.room.BuildingQueryInspector[] the building terms
Compliancemandatory This method must be implemented.
MethodgetOwnerIdTerms
Description

Gets the owner resource Id terms.

Returnosid.search.terms.IdTerm[] the owner Id terms
Compliancemandatory This method must be implemented.
MethodgetOwnerTerms
Description

Gets the owner resource terms.

Returnosid.resource.ResourceQueryInspector[] the resource terms
Compliancemandatory This method must be implemented.
MethodgetCampusIdTerms
Description

Gets the campus Id terms.

Returnosid.search.terms.IdTerm[] the campus Id terms
Compliancemandatory This method must be implemented.
MethodgetCampusTerms
Description

Gets the campus terms.

Returnosid.room.CampusQueryInspector[] the campus terms
Compliancemandatory This method must be implemented.
MethodgetDeedQueryInspectorRecord
Description

Gets the deed query inspector record corresponding to the given Deed record Type.

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