public interface Realm extends OsidCatalog
A Realm represents a collection of persons. Like all
OSID objects, a Realm is identified by its Id
and any persisted references should use the Id.
| Modifier and Type | Method and Description |
|---|---|
RealmRecord |
getRealmRecord(Type realmRecordType)
Gets the record corresponding to the given
Realm record
Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdRealmRecord getRealmRecord(Type realmRecordType) throws OperationFailedException
Realm record
Type. This method is used to retrieve an object
implementing the requested record. The realmRecordType
may be the Type returned in getRecordTypes()
or any of its parents in a Type hierarchy where
hasRecordType(realmRecordType) is true .realmRecordType - the type of realm record to retrieveNullArgumentException - realmRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(realmRecordType) is false mandatory - This method must be implemented.