| Interface | osid.configuration.Configuration | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Description | 
                 
  | ||
| Method | isRegistry | ||
| Description | 
                     Tests if this configuration is a parameter registry. A parameter registry contains parameter definitions with no values.  | ||
| Return | boolean |  true  if this is a registry,  false  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConfigurationRecord | ||
| Description | 
                     Gets the configuration record corresponding to the 
                    given   | ||
| Parameters | osid.type.Type | configurationRecordType | the type of configuration record to retrieve | 
| Return | osid.configuration.records.ConfigurationRecord | the configuration record | |
| Errors | NULL_ARGUMENT |  configurationRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(configurationRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |