public interface Antimatroid extends OsidCatalog
An Antimatroid
represents a collection of reservoirs.
Modifier and Type | Method and Description |
---|---|
AntimatroidRecord |
getAntimatroidRecord(Type antimatroidRecordType)
Gets the antimatroid record corresponding to the given
Antimatroid record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
AntimatroidRecord getAntimatroidRecord(Type antimatroidRecordType) throws OperationFailedException
Antimatroid
record Type.
This method is used to
retrieve an object implementing the requested record. The
antimatroidRecordType
may be the Type
returned
in getRecordTypes()
or any of its parents in a
Type
hierarchy where
hasRecordType(antimatroidRecordType)
is true
.antimatroidRecordType
- the type of antimatroid record to
retrieveNullArgumentException
- antimatroidRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(antimatroidRecordType)
is false
mandatory
- This method must be implemented.