Uses of Interface
com.ibm.di.config.interfaces.BaseConfiguration

Packages that use BaseConfiguration
com.ibm.di.admin   
com.ibm.di.admin.action   
com.ibm.di.admin.dnd   
com.ibm.di.admin.ui   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.config.xml   
com.ibm.di.connector   
com.ibm.di.fc   
com.ibm.di.fc.webservice.util   
com.ibm.di.server   
 

Uses of BaseConfiguration in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return BaseConfiguration
 BaseConfiguration GSConfig.getConfig()
           
 BaseConfiguration TabbedFolderTree.getSelectedConfigItem(TreePath tp)
           
 BaseConfiguration FolderTree.getSelectedConfigItem(TreePath tp)
           
 BaseConfiguration[] TabbedFolderTree.getSelectedConfigItems()
           
 BaseConfiguration[] FolderTree.getSelectedConfigItems()
           
 BaseConfiguration UserPreferences.toBaseConfiguration()
           
 BaseConfiguration UserPreferences.toBaseConfiguration(BaseConfiguration base)
           
 

Methods in com.ibm.di.admin with parameters of type BaseConfiguration
 void PanelManager.closePanel(BaseConfiguration config)
           
 void miadmin.deleteConfigItem(BaseConfiguration config)
          Delete a config item and remove any detail panel open for it
 void UserPreferences.fromBaseConfiguration(BaseConfiguration b)
           
static List Publish.getDependentObjects(BaseConfiguration config)
          Returns a list of components/objects that a given configuration depends on (e.g.
 TitledPanel PanelManager.getPanelFor(BaseConfiguration config)
           
 TreePath FolderTree.TreeObjectModel.getPathForObject(BaseConfiguration obj)
           
 void FolderTree.init(BaseConfiguration config)
           
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
 void TabbedFolderTree.selectConfigObject(BaseConfiguration obj)
           
 void FolderTree.selectConfigObject(BaseConfiguration obj)
           
 void miadmin.showExecuteTab(BaseConfiguration obj)
          Opens execute tab.
 void miadmin.showExecuteTab(BaseConfiguration obj, boolean debug)
          Opens execute tab.
 void miadmin.showExecuteTab(BaseConfiguration obj, boolean debug, int runmode)
          Opens execute tab.
 BaseConfiguration UserPreferences.toBaseConfiguration(BaseConfiguration base)
           
 

Constructors in com.ibm.di.admin with parameters of type BaseConfiguration
FolderTree.TreeObjectModel(BaseConfiguration config)
           
FolderTree(BaseConfiguration source)
           
 

Uses of BaseConfiguration in com.ibm.di.admin.action
 

Methods in com.ibm.di.admin.action that return BaseConfiguration
 BaseConfiguration NullBehaviorAction.getConfig()
           
 

Methods in com.ibm.di.admin.action with parameters of type BaseConfiguration
 void NullBehaviorAction.setConfig(BaseConfiguration config)
           
static void EditPreferencesAction.usePreferences(BaseConfiguration b)
           
 

Constructors in com.ibm.di.admin.action with parameters of type BaseConfiguration
CopyItemsAction(List items, BaseConfiguration destination)
           
NullBehaviorAction(BaseConfiguration config)
           
 

Uses of BaseConfiguration in com.ibm.di.admin.dnd
 

Constructors in com.ibm.di.admin.dnd with parameters of type BaseConfiguration
BaseConfigListTransfer(BaseConfiguration data)
           
BaseConfigurationTransfer(BaseConfiguration data)
           
 

Uses of BaseConfiguration in com.ibm.di.admin.ui
 

Classes in com.ibm.di.admin.ui that implement BaseConfiguration
 class ExternalFile
           
 

Fields in com.ibm.di.admin.ui declared as BaseConfiguration
protected  BaseConfiguration ALSelectorPanel.mConfiguration
           
 

Methods in com.ibm.di.admin.ui that return BaseConfiguration
static BaseConfiguration Util.createNewConfigObject(MetamergeConfig mc, String type, String prompt, String cmd)
           
 BaseConfiguration BaseUIInterface.getConfig()
          Gets the config attribute of the BaseUIInterface object
 BaseConfiguration BaseUI.getConfig()
           
 BaseConfiguration ConfigTable.ConfigSelector.getConfig(int row)
           
 BaseConfiguration ConfigTable.getConfiguration()
          Returns the chosen config object
static BaseConfiguration Util.locateForm(String formName)
           
static BaseConfiguration Util.selectConfigComponent(MetamergeConfig mc, AssemblyLineConfig alconfig, int type)
           
 

Methods in com.ibm.di.admin.ui with parameters of type BaseConfiguration
 void ParameterSubstitutionUI.PropertiesTreeModel.addConfigObject(String name, BaseConfiguration bc)
           
 boolean ConnectorTreeUI.differentRoots(BaseConfiguration one, BaseConfiguration two)
          Check if two BaseConfigurations are in different Containers.
static String ParameterSubstitutionUI.editValue(BaseConfiguration config, String param, String str)
           
static Vector Util.getAvailableSystemComponents(BaseConfiguration config, int type)
           
static FormUI Util.getForm(BaseConfiguration config, String formName)
           
static FormUI Util.getForm(BaseConfiguration config, String formName, TreeMap runtimeParam)
           
static SchemaConfig ALFCUtil.getInitSchema(BaseConfiguration config)
           
static Vector Util.getReuseConnectors(BaseConfiguration config)
           
 String ConfigTable.ConfigSelector.getTemplate(BaseConfiguration config)
           
static JComponent Util.getUserCommentPanel(BaseConfiguration config)
           
 void EditorUI.init(BaseConfiguration config, String method, String simple)
          Initialize Component.
static void Util.inputForm(BaseConfiguration config, String formName)
           
static void Util.inputForm(BaseConfiguration config, String formName, TreeMap runtimeParam)
           
static int Util.inputFormOKCancel(BaseConfiguration config, String formName)
           
static int Util.inputFormOKCancel(BaseConfiguration config, String formName, String helpFile)
           
static int Util.inputFormOKCancel(BaseConfiguration config, String formName, TreeMap runtime, String button)
           
static int Util.inputFormOKCancel(BaseConfiguration config, String formName, TreeMap runtime, String button, String helpFile)
           
 ContainerConfig ConnectorTreeUI.rootContainer(BaseConfiguration bc)
          Returns the top level container for a config
static String ALFCUtil.selectAL(BaseConfiguration config, JComponent form)
           
static String ALFCUtil.selectConfig(BaseConfiguration config, JComponent form)
           
static String ALFCUtil.selectOperation(BaseConfiguration config, JComponent form)
           
 void SimpleListUI.setConfig(BaseConfiguration config)
           
 void SimpleListUI.SimpleListModel.setConfig(BaseConfiguration config)
           
 void ExternalEditorUI.setConfig(BaseConfiguration config)
           
 void BaseUIInterface.setConfig(BaseConfiguration config)
          Sets the config attribute of the BaseUIInterface object
 void BaseUI.setConfig(BaseConfiguration config)
           
 void EditorUI.setData(BaseConfiguration config, String method)
          Sets the data attribute of the EditorUI object
 boolean ConnectorTreeUI.AddConnector.verifyNamespace(String ns, BaseConfiguration cc, MetamergeConfig myconfig, GlobalRef ref)
          Check if the specified namespace is valid.
 

Constructors in com.ibm.di.admin.ui with parameters of type BaseConfiguration
ALSelectorPanel(BaseConfiguration aConfiguration, String aALParamName, TreeMap aAssemblyLines)
           
AttributeMapItemUI(BaseConfiguration config, SchemaConfig schema, AttributeMapItem ami, Object container, boolean isOutput)
           
AttributeMapSimpleUI(BaseConfiguration config, SchemaConfig schema, Object container, boolean isOutput)
           
BaseUI(BaseConfiguration config)
           
BaseUI(BaseConfiguration config, Object container)
           
ConnectorTreeUI.CheckBoxListener(JPopupMenu menu, BaseConfiguration bc)
           
EditorUI(BaseConfiguration config, String method)
          Constructor for the EditorUI object
EditorUI(BaseConfiguration config, String method, String simple)
          Constructor for the EditorUI object
EditPreferencesUI(BaseConfiguration config, JFrame frame, FormUI form)
           
EventHandlerUI(BaseConfiguration config)
           
ExternalEditorUI(BaseConfiguration config)
           
ExternalEditorUI(BaseConfiguration config, ExternalProperties2UI parent)
           
ExternalProperties2UI(BaseConfiguration config)
           
ExternalPropertiesUI(BaseConfiguration config)
           
FormUI(BaseConfiguration global, BaseConfiguration form, BaseConfiguration config)
           
FormUI(BaseConfiguration global, BaseConfiguration form, BaseConfiguration config, TreeMap runtimeParam)
           
OperationInitUI(FormUI form, BaseConfiguration config, String param)
           
OperationsUI(BaseConfiguration config)
           
SimpleListUI.SimpleListModel(BaseConfiguration config)
           
SimpleListUI(BaseConfiguration config)
           
TriggerUI(BaseConfiguration config)
           
 

Uses of BaseConfiguration in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement BaseConfiguration
 class ALMappingConfigImpl
           
 class AssemblyLineConfigImpl
          This is the implementation class for the AssemblyLine configuration.
 class AttributeMapConfigImpl
           
 class AttributeMapItemImpl
           
 class BaseConfigurationImpl
           
 class BranchConditionImpl
           
 class BranchingConfigImpl
          Represents the configuration of a container component that could branch the business logic
 class CallConfigImpl
           
 class CallParamConfigImpl
           
 class CheckpointConfigImpl
           
 class ConnectorConfigImpl
           
 class ConnectorSchemaConfigImpl
           
 class ConnectorSchemaItemConfigImpl
           
 class ContainerConfigImpl
          Contains the basic methods for configuration of the container components
 class DeltaConfigImpl
           
 class EventHandlerActionConfigImpl
           
 class EventHandlerActionItemConfigImpl
           
 class EventHandlerConditionConfigImpl
           
 class EventHandlerConfigImpl
           
 class ExposedPropertyImpl
          Implementation of ExposedProperty interface.
 class ExternalPropertiesImpl
           
 class FormConfigImpl
           
 class FormItemConfigImpl
           
 class FunctionConfigImpl
           
 class HookConfigImpl
           
 class HooksConfigImpl
           
 class InheritConfigImpl
           
 class InstanceConfigImpl
           
 class LibraryConfigImpl
           
 class LinkCriteriaConfigImpl
           
 class LinkCriteriaItemImpl
           
 class LogConfigImpl
           
 class LogConfigItemImpl
           
 class LoopConfigImpl
           
 class MetamergeConfigImpl
           
 class MetamergeFolderImpl
           
 class NamespaceConfigImpl
           
 class OperationConfigImpl
           
 class ParserConfigImpl
           
 class PoolDefConfigImpl
           
 class PoolInstanceConfigImpl
           
 class PropertyConfigImpl
           
 class PropertyManagerImpl
           
 class PropertyStoreConfigImpl
           
 class RawConnectorConfigImpl
           
 class ReconnectConfigImpl
           
 class SandboxConfigImpl
           
 class SchemaConfigImpl
           
 class SchemaItemConfigImpl
          Describes the configuration of an item from a chema
 class ScriptConfigImpl
           
 class SolutionInterfaceImpl
           
 class TombstonesConfigImpl
           
 

Fields in com.ibm.di.config.base declared as BaseConfiguration
protected  BaseConfiguration FunctionConfigImpl.functionConfig
           
 

Methods in com.ibm.di.config.base that return BaseConfiguration
 BaseConfiguration SolutionInterfaceImpl.addExposedAssemblyLine(String name)
           
 BaseConfiguration ContainerConfigImpl.getChild(Object name)
           
 BaseConfiguration BaseConfigurationImpl.getChild(Object name)
          Named children support
 BaseConfiguration BaseConfigurationImpl.getChildForPath(String path)
           
 BaseConfiguration AssemblyLineConfigImpl.getComponent(int position)
          Returns the component attribute of the AssemblyLineConfig object
 BaseConfiguration AssemblyLineConfigImpl.getComponent(String name)
          Returns the component configuration
 BaseConfiguration AssemblyLineConfigImpl.getComponentByName(String name)
          Returns the component attribute of the AssemblyLineConfig object
 BaseConfiguration ContainerConfigImpl.getConfig(int index)
          This method returns the configuration object, which at position index
 BaseConfiguration ContainerConfigImpl.getConfig(String name)
          Returns the config with the specified name
 BaseConfiguration ContainerConfigImpl.getConfig(String name, boolean recursive)
          Returns the config with the specified name
 BaseConfiguration LinkCriteriaConfigImpl.getCriteria()
           
 BaseConfiguration InheritConfigImpl.getDefaultInherit()
           
 BaseConfiguration MetamergeConfigImpl.getDriverParameters()
          This method returns the driver parameters as a BaseConfiguration object.
 BaseConfiguration FunctionConfigImpl.getFunctionConfig()
          Function specific configuration
 BaseConfiguration InheritConfigImpl.getInheritFor(Object name)
           
 BaseConfiguration BaseConfigurationImpl.getInheritsFrom()
          Returns the configuration we inherit from.
 BaseConfiguration ConfigCache.getObject(Object name)
           
 BaseConfiguration BaseConfigurationImpl.getParent()
          Returns the parent configuration object
 BaseConfiguration AssemblyLineConfigImpl.getSettings()
          Settings
 BaseConfiguration MetamergeConfigImpl.newInstanceOf(int type)
          Create new instance of object
 BaseConfiguration MetamergeConfigImpl.newInstanceOf(Object typeName)
           
 BaseConfiguration ContainerConfigImpl.removeConfig(int index)
          This method removes a configuration object from the container
 

Methods in com.ibm.di.config.base with parameters of type BaseConfiguration
 ContainerConfig AssemblyLineConfigImpl.addComponent(BaseConfiguration config)
          This method adds a configuration object to the correct component container
 int ContainerConfigImpl.addConfig(BaseConfiguration config)
          This method adds a configuration object to the container
 void ConfigCache.addObject(Object name, BaseConfiguration data)
           
 void MetamergeConfigImpl.copy(BaseConfiguration input, Object destination, boolean copyRefs)
           
static TreeMap MetamergeConfigImpl.getTreeMap(BaseConfiguration base, Object key)
           
static Vector MetamergeConfigImpl.getVector(BaseConfiguration base, Object key)
           
 int ContainerConfigImpl.indexOf(BaseConfiguration config)
          Returns the position of a configuration object in a container
 void AssemblyLineConfigImpl.insertComponent(BaseConfiguration connector, int position)
          Adds a connector configuration object to this assemblyline
 int ContainerConfigImpl.insertConfig(BaseConfiguration config, int position)
          This method inesrts a configuration object at the specified index
 boolean ContainerConfigImpl.moveConfig(BaseConfiguration config, boolean up)
          Moves a config one position up or down
 int ContainerConfigImpl.moveConfig(BaseConfiguration config, int position)
          Moves a config from one position to another
 String BaseConfigurationImpl.nameForChild(BaseConfiguration config)
           
 void AssemblyLineConfigImpl.removeComponent(BaseConfiguration component)
          Removes a component from the assemblyline
 boolean ContainerConfigImpl.removeConfig(BaseConfiguration config)
          This method removes a configuration object from the container
 void BaseConfigurationImpl.setChild(Object name, BaseConfiguration config)
           
 void MetamergeConfigImpl.setDriverParameters(BaseConfiguration driverParams)
          This method sets the driver parameters from a BaseConfiguration object.
 void InheritConfigImpl.setInheritFor(Object forName, BaseConfiguration inheritFrom)
           
 void SchemaConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void ReconnectConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void RawConnectorConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void PoolDefConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
           
 void ParserConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void LinkCriteriaConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void HooksConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void EventHandlerConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to implicitly set the object from which the raw connector config inherits its values from.
 void DeltaConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void ConnectorSchemaConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void BaseConfigurationImpl.setInheritsFrom(BaseConfiguration inherit)
          Sets the configuration we inherit from.
 void AttributeMapConfigImpl.setInheritsFrom(BaseConfiguration inheritFrom)
          We override this method to change the inherited object if we inherit from a connector.
 void BaseConfigurationImpl.setParent(BaseConfiguration parent)
          Sets the parent object.
 void AssemblyLineConfigImpl.setSettings(BaseConfiguration settings)
          Sets the settings attribute of the AssemblyLineConfigImpl object
 

Constructors in com.ibm.di.config.base with parameters of type BaseConfiguration
EventHandlerActionConfigImpl(Object config, BaseConfiguration parent)
           
EventHandlerActionItemConfigImpl(Object config, BaseConfiguration parent)
           
EventHandlerConditionConfigImpl(Object config, BaseConfiguration parent)
           
TreeMapEnumeration(MetamergeConfig mc, Object base, BaseConfiguration cf)
           
 

Uses of BaseConfiguration in com.ibm.di.config.interfaces
 

Subinterfaces of BaseConfiguration in com.ibm.di.config.interfaces
 interface ALMappingConfig
           
 interface AssemblyLineConfig
          AssemblyLineConfig
 interface AttributeMapConfig
          Specifies the interface methods for working with an AttributeMap
 interface AttributeMapItem
          Represents an item from the AttributeMap
 interface BranchCondition
          Specifies the basic methods for constructing condition
 interface BranchingConfig
          This intreface represents the configuration of a Branch AssemblyLine component.
 interface CallConfig
          Specifies the basic methods for configuring an object through which calls are performed
 interface CallParamConfig
          Specifies the basic methods for configuring a CallParamConfig object
 interface CheckpointConfig
           
 interface ConnectorConfig
          This is the interface for the TDI Connector configuration.
 interface ConnectorSchemaConfig
          This class represents the configuration of the Connector schema.
 interface ConnectorSchemaItemConfig
          Specifies the basic methods for configuring an attribute item of the Connector schema
 interface ContainerConfig
           
 interface DeltaConfig
           
 interface EventHandlerActionConfig
          Specifies the basic methods for configuring the action of an Event Handler
 interface EventHandlerActionItemConfig
           
 interface EventHandlerConditionConfig
           
 interface EventHandlerConfig
           
 interface ExposedProperty
          This interface is used with the SolutionInterface to store exposed properties.
 interface ExternalPropertiesConfig
          This interface gives access to a configuration's external properties.
 interface FormConfig
           
 interface FormItemConfig
           
 interface FunctionConfig
           
 interface HookConfig
           
 interface HooksConfig
           
 interface InheritConfig
           
 interface InstanceConfig
           
 interface LibraryConfig
           
 interface LinkCriteriaConfig
           
 interface LinkCriteriaItem
           
 interface LogConfig
           
 interface LogConfigItem
           
 interface LoopConfig
           
 interface MetamergeConfig
          The MetamergeConfig interface specifies the methods used by metamerge to obtain configuration information.
 interface MetamergeFolder
          This interface describes the methods provided by a folder object.
 interface NamespaceConfig
           
 interface OperationConfig
           
 interface OperationsConfig
          Specifies the basic methods for work with the operations, provided by the AssemblyLine or AssemblyLine object
 interface ParserConfig
           
 interface PoolDefConfig
           
 interface PoolInstanceConfig
           
 interface PropertyConfig
           
 interface PropertyManager
           
 interface PropertyStoreConfig
           
 interface RawConnectorConfig
           
 interface ReconnectConfig
          Information about Reconnect for a Connector
 interface SandboxConfig
           
 interface SchemaConfig
           
 interface SchemaItemConfig
          Describes an item from the schema
 interface ScriptConfig
           
 interface SolutionInterface
          This interface provides access to the Solution interface settings of a configuration.
 interface TombstonesConfig
           
 

Classes in com.ibm.di.config.interfaces that implement BaseConfiguration
 class ExternalPropertiesDelegator
           
 

Methods in com.ibm.di.config.interfaces that return BaseConfiguration
 BaseConfiguration SolutionInterface.addExposedAssemblyLine(String name)
          Convenience method to create a BaseConfiguration object in the exposed assemblylines container.
static BaseConfiguration ConfigUtils.createStandardObject(MetamergeConfig config, int type, String name)
          Creates a new object in the default folder location for the type.
 BaseConfiguration BaseConfiguration.getChild(Object name)
          Returns the configuration object named name.
 BaseConfiguration BaseConfiguration.getChildForPath(String path)
          This method traverses the child hierarchy (from the top) and returns the configuration object associated with the path.
 BaseConfiguration AssemblyLineConfig.getComponent(int position)
          Returns the component attribute of the AssemblyLineConfig object
 BaseConfiguration AssemblyLineConfig.getComponent(String name)
          Returns the component configuration
 BaseConfiguration AssemblyLineConfig.getComponentByName(String name)
          Returns the component attribute of the AssemblyLineConfig object
 BaseConfiguration ContainerConfig.getConfig(int index)
          This method returns the configuration object at index
 BaseConfiguration ContainerConfig.getConfig(String name)
          Returns the config with the specified name in this container.
 BaseConfiguration ContainerConfig.getConfig(String name, boolean recursive)
          Returns the config with the specified name traversing child objects of type ContainerConfig if recursive is true.
 BaseConfiguration LinkCriteriaConfig.getCriteria()
           
 BaseConfiguration InheritConfig.getDefaultInherit()
           
 BaseConfiguration MetamergeConfig.getDriverParameters()
          This method returns the driver parameters as a BaseConfiguration object.
 BaseConfiguration FunctionConfig.getFunctionConfig()
          Function specific configuration
 BaseConfiguration InheritConfig.getInheritFor(Object name)
           
 BaseConfiguration BaseConfiguration.getInheritsFrom()
          Returns the object from which this object inherits data.
 BaseConfiguration BaseConfiguration.getParent()
          Returns the parent object to which this object belongs.
 BaseConfiguration AssemblyLineConfig.getSettings()
          Returns the AssemblyLine Settings
 BaseConfiguration MetamergeConfig.newInstanceOf(int type)
          This method returns a new instance of the object type specified by type.
 BaseConfiguration MetamergeConfig.newInstanceOf(Object typeName)
          This method returns a new instance of the object type specified by typeName.
 BaseConfiguration ContainerConfig.removeConfig(int index)
          This method removes a configuration object from the container
 

Methods in com.ibm.di.config.interfaces with parameters of type BaseConfiguration
 ContainerConfig AssemblyLineConfig.addComponent(BaseConfiguration config)
          This method adds a component configuration object to the correct component container
 int ContainerConfig.addConfig(BaseConfiguration config)
          This method adds a configuration object to the container
 void Search.addTarget(BaseConfiguration target)
           
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
 void MetamergeConfig.copy(BaseConfiguration input, Object destination, boolean copyRefs)
          Copies a configuration object into this configuration.
static void MetamergeConfigFactory.copyObject(BaseConfiguration source, BaseConfiguration dest)
          Recursively copies an object to another MetamergeConfig object.
static Object MetamergeConfigFactory.getLocalNamespaceFor(MetamergeConfig referent, BaseConfiguration config)
          Returns the local namespace for a component.
static Object MetamergeConfigFactory.getNamespaceFor(BaseConfiguration config)
          Returns the namespace to which a configuration object belongs or null if the object does not belong to a registered namespace.
 Object GlobalRef.getObject(BaseConfiguration destination)
          Returns the object this refers to, in the local context if possible.
 int ContainerConfig.indexOf(BaseConfiguration config)
          Returns the index of the config
 void AssemblyLineConfig.insertComponent(BaseConfiguration connector, int position)
          Adds a connector configuration object to this assemblyline
 int ContainerConfig.insertConfig(BaseConfiguration config, int position)
          This method inesrts a configuration object at the specified index
 boolean ContainerConfig.moveConfig(BaseConfiguration config, boolean up)
          Moves a config one position up or down
 int ContainerConfig.moveConfig(BaseConfiguration config, int position)
          Moves a config from one position to another
 String BaseConfiguration.nameForChild(BaseConfiguration config)
          Returns the name for a configuration object
 void AssemblyLineConfig.removeComponent(BaseConfiguration component)
          Removes a component from the assemblyline
 boolean ContainerConfig.removeConfig(BaseConfiguration config)
          Removes a component from the container
 void Search.removeTarget(BaseConfiguration target)
           
 void BaseConfiguration.setChild(Object name, BaseConfiguration config)
          Associates a configuration object with a name in this configuration
 void MetamergeConfig.setDriverParameters(BaseConfiguration driverParams)
          This method sets the driver parameters from a BaseConfiguration object.
 void InheritConfig.setInheritFor(Object forName, BaseConfiguration inheritFrom)
           
 void BaseConfiguration.setInheritsFrom(BaseConfiguration inherit)
          Sets the object from which this object inherits data.
 void BaseConfiguration.setParent(BaseConfiguration parent)
          Sets the parent object to which this object belongs.
 void AssemblyLineConfig.setSettings(BaseConfiguration settings)
          Sets the AssemblyLine Settings of the AssemblyLineConfig
static void MetamergeConfigFactory.verifyInheritanceChain(BaseConfiguration config, Object inheritFrom)
          Verify that inheritance chain does not loop.
 

Constructors in com.ibm.di.config.interfaces with parameters of type BaseConfiguration
GlobalRef(BaseConfiguration config)
           
GlobalRef(BaseConfiguration config, boolean ignoreMC)
           
Search(BaseConfiguration target)
           
 

Uses of BaseConfiguration in com.ibm.di.config.xml
 

Classes in com.ibm.di.config.xml that implement BaseConfiguration
 class MetamergeConfigFS
           
 class MetamergeConfigXML
          MetamergeConfigXML is a class that provides support for TDI XML configuration files.
 

Fields in com.ibm.di.config.xml declared as BaseConfiguration
protected  BaseConfiguration MetamergeConfigFS.configObject
           
 

Methods in com.ibm.di.config.xml that return BaseConfiguration
 BaseConfiguration MetamergeConfigFS.getDefaultConfigObject()
           
 BaseConfiguration MetamergeConfigFS.getDefaultConfigObject(boolean standardName)
           
static BaseConfiguration Factories.getImpl(String tag)
          Return new instance of configuration implementation
 BaseConfiguration MetamergeConfigXML.newInstanceOf(Object typeName)
           
 

Methods in com.ibm.di.config.xml with parameters of type BaseConfiguration
 void TombstonesFactory.build(BaseConfiguration config, Element elem)
           
 void SolutionInterfaceFactory.build(BaseConfiguration config, Element element)
           
 void ScriptFactory.build(BaseConfiguration config, Element elem)
           
 void SchemaFactory.build(BaseConfiguration config, Element elem)
           
 void SandboxFactory.build(BaseConfiguration config, Element elem)
           
 void PropertyStoreFactory.build(BaseConfiguration config, Element elem)
           
 void PropertyFactory.build(BaseConfiguration config, Element elem)
           
 void ParserFactory.build(BaseConfiguration config, Element elem)
           
 void NamespaceFactory.build(BaseConfiguration config, Element elem)
           
 void LoopFactory.build(BaseConfiguration bconfig, Element elem)
           
 void LoggingFactory.build(BaseConfiguration config, Element elem)
           
 void LibraryFactory.build(BaseConfiguration config, Element elem)
           
 void InstanceFactory.build(BaseConfiguration bconfig, Element elem)
           
 void HookFactory.build(BaseConfiguration config, Element elem)
           
 void FunctionFactory.build(BaseConfiguration config, Element elem)
           
 void FolderFactory.build(BaseConfiguration config, Element elem)
           
 void Factories.build(BaseConfiguration config, Element element)
          Generate XML element from configuration object
 void ExtPropFactory.build(BaseConfiguration config, Element elem)
           
 void EventHandlerFactory.build(BaseConfiguration config, Element elem)
           
 void ContainerFactory.build(BaseConfiguration bconfig, Element elem)
           
 void ConnectorFactory.build(BaseConfiguration config, Element elem)
           
 void CheckpointFactory.build(BaseConfiguration config, Element elem)
           
 void BranchingFactory.build(BaseConfiguration bconfig, Element elem)
           
 void AssemblyLineFactory.build(BaseConfiguration config, Element elem)
          Builds an AssemblyLine XML section from an AssemblyLineConfig object.
 void ALMappingFactory.build(BaseConfiguration config, Element elem)
           
static void Factories.dump(BaseConfiguration config)
           
 void Factories.getBaseName(BaseConfiguration config, Element elem)
          This method retrives the name and inheritFrom attributes/elements and configures the base object with its name and also calls Metamergeconfig for any inherited objects.
 String MetamergeConfigFS.getExtensionFor(BaseConfiguration config)
           
 void Factories.getInheritsFrom(BaseConfiguration config, Element elem)
           
 void Factories.getParameter(Element p, BaseConfiguration config)
           
 void Factories.getParameters(Element p, BaseConfiguration config)
          Add simple parameters to configuration
 void TombstonesFactory.parse(BaseConfiguration config, Element elem)
           
 void SolutionInterfaceFactory.parse(BaseConfiguration config, Element element)
           
 void ScriptFactory.parse(BaseConfiguration config, Element elem)
           
 void SchemaFactory.parse(BaseConfiguration config, Element elem)
          Parse the Connector element into a ConnectorConfig
 void SandboxFactory.parse(BaseConfiguration config, Element elem)
           
 void PropertyStoreFactory.parse(BaseConfiguration config, Element elem)
           
 void PropertyFactory.parse(BaseConfiguration config, Element elem)
           
 void ParserFactory.parse(BaseConfiguration config, Element elem)
           
 void NamespaceFactory.parse(BaseConfiguration config, Element elem)
           
 void LoopFactory.parse(BaseConfiguration bconfig, Element elem)
           
 void LoggingFactory.parse(BaseConfiguration config, Element elem)
           
 void LibraryFactory.parse(BaseConfiguration config, Element elem)
           
 void InstanceFactory.parse(BaseConfiguration bconfig, Element elem)
           
 void HookFactory.parse(BaseConfiguration config, Element elem)
          Parse the Connector element into a ConnectorConfig
 void FunctionFactory.parse(BaseConfiguration config, Element elem)
           
 void FolderFactory.parse(BaseConfiguration config, Element elem)
           
 void Factories.parse(BaseConfiguration config, Element element)
          Parse XML element into configuration object
 void ExtPropFactory.parse(BaseConfiguration config, Element elem)
           
 void EventHandlerFactory.parse(BaseConfiguration config, Element elem)
          Parse the EventHandler element into an EventHandlerConfig
 void ContainerFactory.parse(BaseConfiguration bconfig, Element elem)
           
 void ConnectorFactory.parse(BaseConfiguration config, Element elem)
          Parse the Connector element into a ConnectorConfig
 void CheckpointFactory.parse(BaseConfiguration config, Element elem)
           
 void BranchingFactory.parse(BaseConfiguration bconfig, Element elem)
           
 void AssemblyLineFactory.parse(BaseConfiguration config, Element elem)
          Parses the AssemblyLine element into an AssemblyLineConfig object.
 void ALMappingFactory.parse(BaseConfiguration config, Element elem)
           
 void Factories.setBaseName(BaseConfiguration config, Element elem)
           
 void Factories.setInheritsFrom(BaseConfiguration config, Element elem)
           
 void Factories.setParameter(Element p, BaseConfiguration config, Object pname)
           
 Element Factories.setParameters(Element p, BaseConfiguration config, String tag)
          Add simple parameters to configuration
 void Factories.setSingleElement(Element node, String tag, BaseConfiguration bc, String name)
           
 

Uses of BaseConfiguration in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return BaseConfiguration
 BaseConfiguration ConnectorInterface.getRawConnectorConfiguration()
          Get the raw connector configuration
 BaseConfiguration Connector.getRawConnectorConfiguration()
          Returns the current configuration for the raw connector
 

Uses of BaseConfiguration in com.ibm.di.fc
 

Methods in com.ibm.di.fc that return BaseConfiguration
 BaseConfiguration FunctionInterface.getConfiguration()
          Gets the configuration attribute of the FunctionInterface object
 BaseConfiguration Function.getConfiguration()
          This method returns the function's current configuration
 

Methods in com.ibm.di.fc with parameters of type BaseConfiguration
 void FunctionInterface.setConfiguration(BaseConfiguration config)
          Sets the configuration attribute of the FunctionInterface object
 void Function.setConfiguration(BaseConfiguration configuration)
          This method is/should be called once after the object has been given its configuration
 

Uses of BaseConfiguration in com.ibm.di.fc.webservice.util
 

Methods in com.ibm.di.fc.webservice.util with parameters of type BaseConfiguration
static void WsdlGenerator.generateWsdl(BaseConfiguration aBaseConfig, String aWsdlFileName, String aWebServiceLocation)
           
 

Uses of BaseConfiguration in com.ibm.di.server
 

Methods in com.ibm.di.server that return BaseConfiguration
 BaseConfiguration BranchingComponent.getBaseConfiguration()
          This method returns the BaseConfiguration
 BaseConfiguration AssemblyLineComponent.getBaseConfiguration()
          This method returns the BaseConfiguration
 

Methods in com.ibm.di.server with parameters of type BaseConfiguration
 void SearchCriteria.buildCriteria(Entry e, BaseConfiguration config, Object task)
           
 void AssemblyLineComponent.expandParameters(BaseConfiguration cf)
          Deprecated.
 AssemblyLineComponent AssemblyLine.loadConnector(BaseConfiguration config)
          This method enables the user to load an AssemblyLine component given a configuration.
 void TaskCallBlock.setConnectorParameters(String connectorName, BaseConfiguration parameters)
          Populates the parameter Entry for a specific connector with names from the configuration.