public interface CampusQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining for campus queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorCampusIdTerms()
Gets the ancestor campus
Id terms. |
CampusQueryInspector[] |
getAncestorCampusTerms()
Gets the ancestor campus terms.
|
IdTerm[] |
getBuildingIdTerms()
Gets the building
Id terms. |
BuildingQueryInspector[] |
getBuildingTerms()
Gets the building terms.
|
CampusQueryInspectorRecord |
getCampusQueryInspectorRecord(Type campusRecordType)
Gets the campus query inspector record corresponding to the given
Campus record Type. |
IdTerm[] |
getDescendantCampusIdTerms()
Gets the descendant campus
Id terms. |
CampusQueryInspector[] |
getDescendantCampusTerms()
Gets the descendant campus terms.
|
IdTerm[] |
getFloorIdTerms()
Gets the floor
Id terms. |
FloorQueryInspector[] |
getFloorTerms()
Gets the floor terms.
|
IdTerm[] |
getRoomIdTerms()
Gets the room
Id terms. |
RoomQueryInspector[] |
getRoomTerms()
Gets the room terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getRoomIdTerms()
Id terms. Id termsmandatory - This method must be implemented. RoomQueryInspector[] getRoomTerms()
mandatory - This method must be implemented. IdTerm[] getFloorIdTerms()
Id terms. Id termsmandatory - This method must be implemented. FloorQueryInspector[] getFloorTerms()
mandatory - This method must be implemented. IdTerm[] getBuildingIdTerms()
Id terms. Id termsmandatory - This method must be implemented. BuildingQueryInspector[] getBuildingTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorCampusIdTerms()
Id terms. Id termsmandatory - This method must be implemented. CampusQueryInspector[] getAncestorCampusTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantCampusIdTerms()
Id terms. Id termsmandatory - This method must be implemented. CampusQueryInspector[] getDescendantCampusTerms()
mandatory - This method must be implemented. CampusQueryInspectorRecord getCampusQueryInspectorRecord(Type campusRecordType) throws OperationFailedException
Campus record Type. campusRecordType - a campus record typeNullArgumentException - campusRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(campusRecordType) is false
mandatory - This method must be implemented.