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, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdInquestRecord 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.