|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MetamergeConfig in com.ibm.di.admin |
---|
Fields in com.ibm.di.admin declared as MetamergeConfig | |
---|---|
MetamergeConfig |
RSInterfaceProxy.mc
|
Methods in com.ibm.di.admin that return MetamergeConfig | |
---|---|
MetamergeConfig |
ExecuteTask.getConfiguration()
|
MetamergeConfig |
GSConfig.getMC()
|
MetamergeConfig |
RSInterfaceProxy.getMetamergeConfig()
|
MetamergeConfig |
FolderTree.TreeObjectModel.TOMNode.getMyConfig()
|
MetamergeConfig |
FolderTree.getRootConfig()
|
MetamergeConfig |
miadmin.getSelectedMC()
Gets the selectedMC attribute of the miadmin object |
static MetamergeConfig |
Publish.publish(BaseConfiguration[] items,
String url)
Publish an array of items |
static MetamergeConfig |
Publish.publish(BaseConfiguration item,
String url)
Publish a list of items |
static MetamergeConfig |
Publish.publish(List items,
String url)
Publish a list of items |
Methods in com.ibm.di.admin with parameters of type MetamergeConfig | |
---|---|
void |
TabbedFolderTree.addConfig(MetamergeConfig config)
|
void |
FolderTree.addConfig(MetamergeConfig config)
|
void |
ConfigModel.addConfig(MetamergeConfig mc)
|
void |
miadmin.addConfiguration(MetamergeConfig config)
Adds a feature to the Configuration attribute of the miadmin object |
boolean |
PanelManager.closePanelsFor(MetamergeConfig mc)
|
boolean |
miadmin.doClose(MetamergeConfig mc)
Close configuration. |
Object |
FolderTree.TreeObjectModel.TOMNode.getFullPath(MetamergeConfig cfg)
|
String |
miadmin.hasOpenTabs(MetamergeConfig mc)
|
static void |
RSInterfaceProxy.init(MetamergeConfig config)
|
void |
TabbedFolderTree.removeConfig(MetamergeConfig config)
|
void |
FolderTree.removeConfig(MetamergeConfig config)
|
void |
ExecuteTask.runAgain(String name,
MetamergeConfig fc,
int runmode)
|
void |
RSInterfaceProxy.setMetamergeConfig(MetamergeConfig config)
|
Constructors in com.ibm.di.admin with parameters of type MetamergeConfig | |
---|---|
ConfigModel(MetamergeConfig mc,
String folder)
|
|
ConfigModel(MetamergeConfig mc,
String folder,
boolean includeSystem)
|
|
ConfigModel(MetamergeConfig mc,
String folder,
boolean includeSystem,
boolean includeExternal)
|
|
ExecuteTask(String type,
String name,
MetamergeConfig fc,
int debugport)
|
|
ExecuteTask(String type,
String name,
MetamergeConfig fc,
int debugport,
int runmode)
|
Uses of MetamergeConfig in com.ibm.di.admin.remote |
---|
Methods in com.ibm.di.admin.remote that return MetamergeConfig | |
---|---|
MetamergeConfig |
RemoteConfigProxy.newRemote()
Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server. |
MetamergeConfig |
RemoteConfigProxy.openRemote()
Loads a configuration for editing on a Remote TDI Server and starts a temporary Config Instance on the Server |
MetamergeConfig |
RemoteConfigProxy.openRemote(RemoteConfigURL remoteURL)
Loads a configuration for editing on a Remote TDI Server and starts a temporary Config Instance on the Server |
Methods in com.ibm.di.admin.remote with parameters of type MetamergeConfig | |
---|---|
boolean |
RemoteConfigProxy.saveRemote(MetamergeConfig mc,
boolean saveAndClose)
Check in the specified configuration and leaves it checked out by invoking server's api method checkInAndLeaveCheckedOut if saveAndClose is false and checkInConfiguration if saveAndClose is true |
Uses of MetamergeConfig in com.ibm.di.admin.ui |
---|
Methods in com.ibm.di.admin.ui that return MetamergeConfig | |
---|---|
static MetamergeConfig |
Util.selectConfigDriver(MetamergeConfig old,
boolean forWriting)
|
Constructors in com.ibm.di.admin.ui with parameters of type MetamergeConfig | |
---|---|
ConfigChooser.InheritDropped(List list,
MetamergeConfig myconfig)
|
|
ConfigTable(MetamergeConfig config,
int type,
String title)
Constructor |
|
ConfigTable(MetamergeConfig config,
int type,
String title,
boolean requestName)
|
|
ConfigUI(MetamergeConfig config)
|
|
TombstonesConfigUI(MetamergeConfig config)
|
Uses of MetamergeConfig in com.ibm.di.api |
---|
Methods in com.ibm.di.api that return MetamergeConfig | |
---|---|
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(String configToken,
Identity identity)
|
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(String configToken,
String password,
Identity identity)
|
MetamergeConfig |
ConfigurationRegistry.createNewConfiguration(String aRelativePath,
boolean aOverwrite,
Identity aIdentity)
|
Methods in com.ibm.di.api with parameters of type MetamergeConfig | |
---|---|
void |
ConfigurationRegistry.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
String configToken,
Identity identity)
|
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
String configToken,
Identity identity)
|
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
String configToken,
Identity identity,
boolean encrypt)
|
Uses of MetamergeConfig in com.ibm.di.api.jmx.mbeans |
---|
Methods in com.ibm.di.api.jmx.mbeans that return MetamergeConfig | |
---|---|
MetamergeConfig |
DIServerMBean.checkOutConfiguration(String aRelativePath)
Checks out the specified configuration. |
MetamergeConfig |
DIServer.checkOutConfiguration(String aRelativePath)
|
MetamergeConfig |
DIServerMBean.checkOutConfiguration(String aRelativePath,
String aPassword)
Checks out the specified password protected configuration. |
MetamergeConfig |
DIServer.checkOutConfiguration(String aRelativePath,
String aPassword)
|
MetamergeConfig |
DIServerMBean.createNewConfiguration(String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
DIServer.createNewConfiguration(String aRelativePath,
boolean aOverwrite)
|
MetamergeConfig |
ConfigInstanceMBean.getConfiguration()
Returns configuration instance representing this configuration. |
MetamergeConfig |
ConfigInstance.getConfiguration()
|
Methods in com.ibm.di.api.jmx.mbeans with parameters of type MetamergeConfig | |
---|---|
void |
DIServerMBean.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
String aRelativePath)
Checks in the specified configuration and leaves it checked out. |
void |
DIServer.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
String aRelativePath)
|
void |
DIServerMBean.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath)
Saves the specified configuration and releases the lock. |
void |
DIServer.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath)
|
void |
DIServerMBean.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath,
boolean aEncrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
DIServer.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath,
boolean aEncrypt)
|
void |
ConfigInstanceMBean.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
void |
ConfigInstance.setConfiguration(MetamergeConfig aConfiguration)
|
Uses of MetamergeConfig in com.ibm.di.api.local |
---|
Methods in com.ibm.di.api.local that return MetamergeConfig | |
---|---|
MetamergeConfig |
Session.checkOutConfiguration(String relativePathOrSolutionName)
Checks out the specified configuration. |
MetamergeConfig |
Session.checkOutConfiguration(String relativePathOrSolutionName,
String password)
Checks out the specified password protected configuration. |
MetamergeConfig |
Session.createNewConfiguration(String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstance.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.local with parameters of type MetamergeConfig | |
---|---|
void |
Session.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
String relativePathOrSolutionName)
Checks in the specified configuration and leaves it checked out. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
String relativePathOrSolutionName)
Saves the specified configuration and releases the lock. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
String relativePathOrSolutionName,
boolean encrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstance.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.api.local.impl |
---|
Methods in com.ibm.di.api.local.impl that return MetamergeConfig | |
---|---|
MetamergeConfig |
SessionImpl.checkOutConfiguration(String aRelativePath)
|
MetamergeConfig |
SessionImpl.checkOutConfiguration(String aRelativePath,
String aPassword)
|
MetamergeConfig |
SessionImpl.createNewConfiguration(String aRelativePath,
boolean aOverwrite)
|
MetamergeConfig |
ConfigInstanceImpl.getConfiguration()
|
Methods in com.ibm.di.api.local.impl with parameters of type MetamergeConfig | |
---|---|
void |
SessionImpl.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
String aRelativePath)
|
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath)
|
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath,
boolean aEncrypt)
|
void |
ConfigInstanceImpl.setConfiguration(MetamergeConfig aConfiguration)
|
Uses of MetamergeConfig in com.ibm.di.api.remote |
---|
Methods in com.ibm.di.api.remote that return MetamergeConfig | |
---|---|
MetamergeConfig |
Session.checkOutConfiguration(String relativePathOrSolutionName)
Checks out the specified configuration. |
MetamergeConfig |
Session.checkOutConfiguration(String relativePathOrSolutionName,
String password)
Checks out the specified password protected configuration. |
MetamergeConfig |
Session.createNewConfiguration(String aRelativePath,
boolean aOverwrite)
Creates a new empty configuration and immediately checks it out. |
MetamergeConfig |
ConfigInstance.getConfiguration()
Returns configuration instance representing this configuration. |
Methods in com.ibm.di.api.remote with parameters of type MetamergeConfig | |
---|---|
void |
Session.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
String relativePathOrSolutionName)
Checks in the specified configuration and leaves it checked out. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
String relativePathOrSolutionName)
Saves the specified configuration and releases the lock. |
void |
Session.checkInConfiguration(MetamergeConfig configuration,
String relativePathOrSolutionName,
boolean encrypt)
Encrypts and saves the specified configuration and releases the lock. |
void |
ConfigInstance.setConfiguration(MetamergeConfig aConfiguration)
Sets given configuration to this configuration. |
Uses of MetamergeConfig in com.ibm.di.api.remote.impl |
---|
Methods in com.ibm.di.api.remote.impl that return MetamergeConfig | |
---|---|
MetamergeConfig |
SessionImpl.checkOutConfiguration(String aRelativePath)
|
MetamergeConfig |
SessionImpl.checkOutConfiguration(String aRelativePath,
String aPassword)
|
MetamergeConfig |
SessionImpl.createNewConfiguration(String aRelativePath,
boolean aOverwrite)
|
MetamergeConfig |
ConfigInstanceImpl.getConfiguration()
|
Methods in com.ibm.di.api.remote.impl with parameters of type MetamergeConfig | |
---|---|
void |
SessionImpl.checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration,
String aRelativePath)
|
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath)
|
void |
SessionImpl.checkInConfiguration(MetamergeConfig aConfiguration,
String aRelativePath,
boolean aEncrypt)
|
void |
ConfigInstanceImpl.setConfiguration(MetamergeConfig aConfiguration)
|
Uses of MetamergeConfig in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement MetamergeConfig | |
---|---|
class |
MetamergeConfigImpl
|
Methods in com.ibm.di.config.base that return MetamergeConfig | |
---|---|
MetamergeConfig |
BaseConfigurationImpl.getMetamergeConfig()
|
Methods in com.ibm.di.config.base with parameters of type MetamergeConfig | |
---|---|
void |
BaseConfigurationImpl.setMetamergeConfig(MetamergeConfig mc)
|
Constructors in com.ibm.di.config.base with parameters of type MetamergeConfig | |
---|---|
TreeMapEnumeration(MetamergeConfig mc,
Object base,
BaseConfiguration cf)
|
Uses of MetamergeConfig in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return MetamergeConfig | |
---|---|
static MetamergeConfig |
MetamergeConfigFactory.getCFGFileInstance(Object path)
Gets an instance of the driver for old-style config files. |
static MetamergeConfig |
MetamergeConfigFactory.getCFGFileInstance(Object path,
String password)
Gets an instance of the driver for old-style config files |
static MetamergeConfig |
MetamergeConfigFactory.getFileInstance(Object path)
Returns an instance of a MetamergeConfig driver using path as parameter |
static MetamergeConfig |
MetamergeConfigFactory.getInstance(Hashtable env)
Returns an instance of a MetamergeConfig driver using env as parameter |
static MetamergeConfig |
MetamergeConfigFactory.getLocalNamespace(MetamergeConfig referent,
Object name)
Returns the MetamergeConfig associated with the provided namespace. |
MetamergeConfig |
NamespaceEvent.getMc()
|
MetamergeConfig |
GlobalRef.getMetamergeConfig()
|
MetamergeConfig |
BaseConfiguration.getMetamergeConfig()
Gets the metamergeConfig objects to which this object belongs. |
static MetamergeConfig |
MetamergeConfigFactory.getNamespace(Object name)
Returns the MetamergeConfig associated with the provided namespace. |
static MetamergeConfig |
MetamergeConfigFactory.loadNamespace(NamespaceConfig nc)
Returns a MetamergeConfig object for the provided NamespaceConfig. |
static MetamergeConfig |
MetamergeConfigFactory.loadNamespace(String url)
Returns a MetamergeConfig object for the provided url. |
static MetamergeConfig |
MetamergeConfigFactory.resolve(MetamergeConfig mc,
Name name)
Resolves a namespace reference into a Metamergeconfig object. |
Methods in com.ibm.di.config.interfaces with parameters of type MetamergeConfig | |
---|---|
static void |
MetamergeConfigFactory.copy(BaseConfiguration input,
MetamergeConfig dest,
Name destName)
Recursively copy input configuration to another MetamergeConfig object |
static void |
MetamergeConfigFactory.copy(BaseConfiguration input,
MetamergeConfig dest,
Name destName,
boolean overwrite)
Recursively copy input configuration to another MetamergeConfig object |
static void |
MetamergeConfigFactory.copyFolder(MetamergeFolder folder,
MetamergeConfig dest,
Name destName)
Recursively copies a folder to another MetamergeConfig object. |
static void |
MetamergeConfigFactory.copyFolder(MetamergeFolder folder,
MetamergeConfig dest,
Name destName,
boolean overwrite)
Recursively copies a folder to another MetamergeConfig object. |
static BaseConfiguration |
ConfigUtils.createStandardObject(MetamergeConfig config,
int type,
String name)
Creates a new object in the default folder location for the type. |
static MetamergeConfig |
MetamergeConfigFactory.getLocalNamespace(MetamergeConfig referent,
Object name)
Returns the MetamergeConfig associated with the provided namespace. |
static Object |
MetamergeConfigFactory.getLocalNamespaceFor(MetamergeConfig referent,
BaseConfiguration config)
Returns the local namespace for a component. |
static boolean |
MetamergeConfigFactory.isNameLocal(MetamergeConfig mc,
Object name)
Returns true if the name is local to the given MetamergeConfig. |
static Object |
MetamergeConfigFactory.lookup(MetamergeConfig mc,
Object name)
Performs a lookup in the global namespace for name. |
static void |
MetamergeConfigFactory.namespaceChanged(String ns,
MetamergeConfig mc,
boolean added)
|
static void |
MetamergeConfigFactory.registerNamespace(Object name,
MetamergeConfig mc)
Registers a MetamergeConfig object in the global namespace. |
static boolean |
MetamergeConfigFactory.removePackage(MetamergeConfig mc)
Removes a package from the in-memory list of packages. |
static MetamergeConfig |
MetamergeConfigFactory.resolve(MetamergeConfig mc,
Name name)
Resolves a namespace reference into a Metamergeconfig object. |
void |
BaseConfiguration.setMetamergeConfig(MetamergeConfig mc)
Sets the Metamergeconfig object to which this object belongs. |
Constructors in com.ibm.di.config.interfaces with parameters of type MetamergeConfig | |
---|---|
ExternalPropertiesDelegator(MetamergeConfig mc)
|
|
NamespaceEvent(boolean added,
String ns,
MetamergeConfig mc)
|
|
TDIProperties(MetamergeConfig mc)
TDIProperties constructor to create instance for a specified Config. |
Uses of MetamergeConfig in com.ibm.di.config.xml |
---|
Classes in com.ibm.di.config.xml that implement MetamergeConfig | |
---|---|
class |
MetamergeConfigFS
|
class |
MetamergeConfigXML
MetamergeConfigXML is a class that provides support for TDI XML configuration files. |
Uses of MetamergeConfig in com.ibm.di.fc.webservice.util |
---|
Constructors in com.ibm.di.fc.webservice.util with parameters of type MetamergeConfig | |
---|---|
WsdlGenerator(MetamergeConfig aMMConfig,
Vector aOperationNames,
String aWebServiceLocation,
String aThisNamespace,
String aDefinitionName)
|
Uses of MetamergeConfig in com.ibm.di.function |
---|
Methods in com.ibm.di.function with parameters of type MetamergeConfig | |
---|---|
static void |
SystemFunctions.setSystemProperties(MetamergeConfig mc)
|
static void |
SystemFunctions.setSystemProperties(MetamergeConfig config,
boolean recursive)
Set system properties from properties object in config. |
Uses of MetamergeConfig in com.ibm.di.script |
---|
Methods in com.ibm.di.script with parameters of type MetamergeConfig | |
---|---|
void |
ScriptEngine.includeAllScripts(MetamergeConfig mc)
Include all scripts from the script library where auto-include is true. |
Uses of MetamergeConfig in com.ibm.di.server |
---|
Fields in com.ibm.di.server declared as MetamergeConfig | |
---|---|
static MetamergeConfig |
RS.gSysConfig
This is the templates configuration file loaded from the rs.jar file |
Methods in com.ibm.di.server that return MetamergeConfig | |
---|---|
MetamergeConfig |
RSInterface.getMetamergeConfig()
Returns the config object for this instance. |
MetamergeConfig |
RS.getMetamergeConfig()
Returns the config object for this instance |
Methods in com.ibm.di.server with parameters of type MetamergeConfig | |
---|---|
static RS |
RS.getServerByConfig(MetamergeConfig aConfig)
|
void |
ReconnectRuleEngine.loadRules(String userDefinedRulesFilePath,
MetamergeConfig sysConfig)
Loads the in-built and the user-defined rules. |
void |
RS.setConfiguration(MetamergeConfig config)
|
void |
RSInterface.setMetamergeConfig(MetamergeConfig config)
Sets the given configuration to this instance. |
void |
RS.setMetamergeConfig(MetamergeConfig config)
Sets the given configuration to this instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |