public interface Configuration extends OsidCatalog
Configuration represents a configuration object. It
contains a name, description and a set of properties that describe a
configuration data set.
| Modifier and Type | Method and Description |
|---|---|
ConfigurationRecord |
getConfigurationRecord(Type configurationRecordType)
Gets the configuration record corresponding to the given
Configuration record Type. |
boolean |
isRegistry()
Tests if this configuration is a parameter registry.
|
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean isRegistry()
true if this is a registry, false
otherwisemandatory - This method must be implemented. ConfigurationRecord getConfigurationRecord(Type configurationRecordType) throws OperationFailedException
Configuration record Type. This method is used
to retrieve an object implementing the requested record. The
configurationRecordType may be the Type
returned in getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(configurationRecordType) is true
.configurationRecordType - the type of configuration record to
retrieveNullArgumentException - configurationRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(configurationRecordType) is false
mandatory - This method must be implemented.