| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterConfiguration |
Factories.createParameterConfiguration(ParameterDescription description)
Factory method to create a ParameterConfiguration object.
|
static ParameterConfiguration |
Factories.createParameterConfiguration(ParameterDescription description,
String value)
Factory method to create a ParameterConfiguration object.
|
ParameterConfiguration |
ConfigurationFacade.engineerParmConfig(ParameterConfiguration parameterConfiguration)
registration of a modified parameter during an engineering session in the
database
|
protected ParameterConfiguration |
ConfigProfile.fetch(PathObject path)
Looks if the
ConfigProfile object contains a modification for
the parameter defined by the specified PathObject |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterConfiguration> |
ConfigProfile.getAllReconfigurationFailures()
after a failed repair gets all the failed Modifications
|
abstract Set<? extends ParameterConfiguration> |
ConfigProfile.getModifiedParameters() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ConfigProfile.addParameterConfigurations(ParameterConfiguration... parameterConfigurations)
registers a list of parameter configurations
|
ParameterConfiguration |
ConfigurationFacade.engineerParmConfig(ParameterConfiguration parameterConfiguration)
registration of a modified parameter during an engineering session in the
database
|
void |
ConfigurationMismatchListener.mismatch(ParameterConfiguration config,
AParameterDescription description,
Object diagnosis) |
abstract void |
ConfigProfile.removeParameterConfigurations(ParameterConfiguration... parameterConfigurations)
removes a list of parameter configurations
|
Copyright © 2017 LSST. All rights reserved.