| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigProfile |
Factories.copyProfile(ConfigProfile toBeCopied,
String newName)
to be used to create a copy of configuration with different tag, etc.
|
static ConfigProfile |
Factories.createRawConfigProfile(SubsystemDescription subsystemDesc,
String category,
String configName)
Creates an empty ConfigProfile.
|
ConfigProfile |
ConfigurationFacade.deprecateConfigProfile(String subsystemName,
String descriptionName,
String name,
String tag)
Deprecates a ConfigProfile.
|
ConfigProfile |
ConfigurationFacade.getConfigRunningAt(String subsystemName,
String descriptionName,
String category,
long date)
returns the ConfigProfile active when a subsystem was running at that date.
|
ConfigProfile |
ConfigurationFacade.getConfigValidAt(String subsystemName,
String configName,
String configTag,
long date)
tries to get a ConfigProfile which was valid at a given date.
|
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag
|
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag.
|
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeprecationListener.configProfileDeprecating(ConfigProfile profile) |
static ConfigProfile |
Factories.copyProfile(ConfigProfile toBeCopied,
String newName)
to be used to create a copy of configuration with different tag, etc.
|
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag
|
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag.
|
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database.
|
Copyright © 2017 LSST. All rights reserved.