Interface Oubliette
- All Superinterfaces:
Browsable, Extensible, Federateable, Identifiable, OsidCatalog, OsidObject, Sourceable
An Oubliette represents a collection of blocks.
Like all OsidObjects, Oubliette is managed by its
OsidSessions and may not be accessed by concurrent processing
threads.
-
Method Summary
Modifier and TypeMethodDescriptiongetOublietteRecord(Type oublietteRecordType) Gets the oubliette record corresponding to the givenOublietterecordType.Methods inherited from interface Browsable
getProperties, getPropertiesByRecordTypeMethods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface Identifiable
getId, isCurrentMethods inherited from interface OsidObject
getDescription, getDisplayName, getGenusType, isOfGenusTypeMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
getOublietteRecord
Gets the oubliette record corresponding to the givenOublietterecordType. This method is used to retrieve an object implementing the requested record. TheoublietteRecordTypemay be theTypereturned ingetRecordTypes()or any of its parents in aTypehierarchy wherehasRecordType(oublietteRecordType)istrue.- Parameters:
oublietteRecordType- the type of oubliette record to retrieve- Returns:
- the oubliette record
- Throws:
NullArgumentException-oublietteRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(oublietteRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-