public interface Campus extends OsidCatalog
A Campus
represents a collection of rooms. Like all OSID
objects, a Campus
is identified by its Id
and any persisted references should use the Id.
Modifier and Type | Method and Description |
---|---|
CampusRecord |
getCampusRecord(Type campusRecordType)
Gets the campus record corresponding to the given
Campus
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
CampusRecord getCampusRecord(Type campusRecordType) throws OperationFailedException
Campus
record Type.
This method is used to retrieve an
object implementing the requested record. The campusRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(campusRecordType)
is true
.campusRecordType
- the type of campus record to retrieveNullArgumentException
- campusRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(campusRecordType)
is false
mandatory
- This method must be implemented.