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.
-
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, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods 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, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the date query terms.Gets the effective query terms.Gets the end date query terms.Gets the start date query terms.
-
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.
-