public interface Bin extends OsidCatalog
An inventory defines a collection of resources.
Modifier and Type | Method and Description |
---|---|
BinRecord |
getBinRecord(Type binRecordType)
Gets the bin record corresponding to the given
Bin
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
BinRecord getBinRecord(Type binRecordType) throws OperationFailedException
Bin
record Type.
This method is used to retrieve an object
implementing the requested record. The binRecordType
may be the Type
returned in getRecordTypes()
or any of its parents in a Type
hierarchy where
hasRecordType(binRecordType)
is true
.binRecordType
- the bin record typeNullArgumentException
- binRecordType
is
null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(binRecordType)
is false
mandatory
- This method must be implemented.