public interface Oubliette extends OsidCatalog
A Oubliette represents a collection of blocks.
| Modifier and Type | Method and Description |
|---|---|
OublietteRecord |
getOublietteRecord(Type oublietteRecordType)
Gets the oubliette record corresponding to the given
Oubliette
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdOublietteRecord getOublietteRecord(Type oublietteRecordType) throws OperationFailedException, PermissionDeniedException
Oubliette
record Type. This method is used to retrieve an
object implementing the requested record. The
oublietteRecordType may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(oublietteRecordType)
is true .oublietteRecordType - the type of oubliette record to retrieveNullArgumentException - oublietteRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(oublietteRecordType) is false
mandatory - This method must be implemented.