public interface ConfigurationAdministrator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTORY_ID |
| Modifier and Type | Method and Description |
|---|---|
|
applyDiff(UserInformation userInformation,
java.util.Collection<DiffEntry> changeSet)
Applies a change set to an existing configuration manager.
|
|
createConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> initialProperties) |
|
deleteConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId) |
Configuration |
getConfiguration(java.lang.String factoryId,
java.lang.String configurationId) |
Configuration[] |
getConfigurations(java.lang.String factoryId) |
Factory |
getFactory(java.lang.String factoryId) |
Factory[] |
getKnownFactories() |
|
purgeFactory(UserInformation userInformation,
java.lang.String factoryId) |
|
updateConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> newProperties,
boolean fullSet) |
static final java.lang.String FACTORY_ID
createConfiguration(UserInformation userInformation, java.lang.String factoryId, java.lang.String configurationId, java.util.Map<java.lang.String,java.lang.String> initialProperties)
updateConfiguration(UserInformation userInformation, java.lang.String factoryId, java.lang.String configurationId, java.util.Map<java.lang.String,java.lang.String> newProperties, boolean fullSet)
deleteConfiguration(UserInformation userInformation, java.lang.String factoryId, java.lang.String configurationId)
purgeFactory(UserInformation userInformation, java.lang.String factoryId)
applyDiff(UserInformation userInformation, java.util.Collection<DiffEntry> changeSet)
The operation must be atomic to the configuration system.
Note that there are two or more entries for one factory/configuration combination it is unspecified which entry will be applied.
changeSet - the change set to applyFactory getFactory(java.lang.String factoryId)
Factory[] getKnownFactories()
Configuration[] getConfigurations(java.lang.String factoryId)
Configuration getConfiguration(java.lang.String factoryId, java.lang.String configurationId)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0