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