Interface RoomQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector, OsidTemporalQueryInspector
public interface RoomQueryInspector
extends OsidObjectQueryInspector, OsidTemporalQueryInspector, OsidSubjugateableQueryInspector
The query inspector for examining room queries.
Like all OsidQueryInspectors, RoomQueryInspector is
stateful and must not be accessed by multiple processing threads.
-
Method Summary
Modifier and TypeMethodDescriptionGets the area terms.IdTerm[]Gets the buildingIdterms.Gets the building terms.IdTerm[]Gets the campusIdterms.Gets the campus terms.Gets the room code number terms.Gets the offical name terms.IdTerm[]Gets the enclosing roomIdterms.Gets the enclosing room terms.IdTerm[]Gets the floorIdterms.Gets the floor terms.Gets the occupancy limit terms.IdTerm[]Gets the resourceIdterms.Gets the resource terms.Gets the room building number terms.getRoomQueryInspectorRecord(Type roomRecordType) Gets the room query inspector record corresponding to the givenRoomrecordType.IdTerm[]Gets the subdivision roomIdterms.Gets the subdivision room terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsMethods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsMethods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTerms
-
Method Details
-
getBuildingIdTerms
IdTerm[] getBuildingIdTerms()Gets the buildingIdterms.- Returns:
- the building
Idterms - Compliance:
mandatory- This method must be implemented.
-
getBuildingTerms
BuildingQueryInspector[] getBuildingTerms()Gets the building terms.- Returns:
- the building terms
- Compliance:
mandatory- This method must be implemented.
-
getFloorIdTerms
IdTerm[] getFloorIdTerms()Gets the floorIdterms.- Returns:
- the floor
Idterms - Compliance:
mandatory- This method must be implemented.
-
getFloorTerms
FloorQueryInspector[] getFloorTerms()Gets the floor terms.- Returns:
- the floor terms
- Compliance:
mandatory- This method must be implemented.
-
getEnclosingRoomIdTerms
IdTerm[] getEnclosingRoomIdTerms()Gets the enclosing roomIdterms.- Returns:
- the enclosing room
Idterms - Compliance:
mandatory- This method must be implemented.
-
getEnclosingRoomTerms
RoomQueryInspector[] getEnclosingRoomTerms()Gets the enclosing room terms.- Returns:
- the enclosing room terms
- Compliance:
mandatory- This method must be implemented.
-
getSubdivisionIdTerms
IdTerm[] getSubdivisionIdTerms()Gets the subdivision roomIdterms.- Returns:
- the subdivision room
Idterms - Compliance:
mandatory- This method must be implemented.
-
getSubdivisionTerms
RoomQueryInspector[] getSubdivisionTerms()Gets the subdivision room terms.- Returns:
- the subdivision room terms
- Compliance:
mandatory- This method must be implemented.
-
getDesignatedNameTerms
StringTerm[] getDesignatedNameTerms()Gets the offical name terms.- Returns:
- the name terms
- Compliance:
mandatory- This method must be implemented.
-
getRoomNumberTerms
StringTerm[] getRoomNumberTerms()Gets the room building number terms.- Returns:
- the room number terms
- Compliance:
mandatory- This method must be implemented.
-
getCodeTerms
StringTerm[] getCodeTerms()Gets the room code number terms.- Returns:
- the room code terms
- Compliance:
mandatory- This method must be implemented.
-
getAreaTerms
DecimalRangeTerm[] getAreaTerms()Gets the area terms.- Returns:
- the area terms
- Compliance:
mandatory- This method must be implemented.
-
getOccupancyLimitTerms
CardinalRangeTerm[] getOccupancyLimitTerms()Gets the occupancy limit terms.- Returns:
- the occupancy limit terms
- Compliance:
mandatory- This method must be implemented.
-
getResourceIdTerms
IdTerm[] getResourceIdTerms()Gets the resourceIdterms.- Returns:
- the resource
Idterms - Compliance:
mandatory- This method must be implemented.
-
getResourceTerms
ResourceQueryInspector[] getResourceTerms()Gets the resource terms.- Returns:
- the resource terms
- Compliance:
mandatory- This method must be implemented.
-
getCampusIdTerms
IdTerm[] getCampusIdTerms()Gets the campusIdterms.- Returns:
- the campus
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCampusTerms
CampusQueryInspector[] getCampusTerms()Gets the campus terms.- Returns:
- the campus terms
- Compliance:
mandatory- This method must be implemented.
-
getRoomQueryInspectorRecord
RoomQueryInspectorRecord getRoomQueryInspectorRecord(Type roomRecordType) throws OperationFailedException Gets the room query inspector record corresponding to the givenRoomrecordType.- Parameters:
roomRecordType- a room record type- Returns:
- the room query inspector record
- Throws:
NullArgumentException-roomRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(roomRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-