Uses of Interface
com.ibm.di.config.interfaces.BaseConfiguration
-
Packages that use BaseConfiguration Package Description com.ibm.di.cdm.core com.ibm.di.cdm.jar com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.connector Provides classes for the Directory Integrator's connectors.com.ibm.di.connector.axis2.util com.ibm.di.fc Provides classes for the Directory Integrator's function components.com.ibm.di.fc.webservice.util Provides utility classes used by the web service function components.com.ibm.di.osgi com.ibm.di.report com.ibm.di.report.aloverview com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.server.validate com.ibm.di.server.validate.taddm -
-
Uses of BaseConfiguration in com.ibm.di.cdm.core
Methods in com.ibm.di.cdm.core with parameters of type BaseConfiguration Modifier and Type Method Description protected abstract java.util.List<NamingRule>
CDMAttributesValidator. getUnsatisfiedNamingRules(BaseConfiguration config)
Compute unsatisfied naming rules.void
CDMAttributesValidator. initialize(BaseConfiguration config)
Initialize validator. -
Uses of BaseConfiguration in com.ibm.di.cdm.jar
Methods in com.ibm.di.cdm.jar with parameters of type BaseConfiguration Modifier and Type Method Description protected java.util.List<NamingRule>
CDMComponentAttributesValidator. getUnsatisfiedNamingRules(BaseConfiguration config)
Compute unsatisfied naming rules. -
Uses of BaseConfiguration in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement BaseConfiguration Modifier and Type Class Description class
ALMappingConfigImpl
This is the implementation class for the configuration of an AssemblyLine Attribute Map Component.class
AssemblyLineConfigImpl
The implementation class for the configuration of an AssemblyLine.class
AttributeMapConfigImpl
The implementation class for the configuration of an AttributeMapclass
AttributeMapItemImpl
The implementation class of theAttributeMapItem
interface.class
BaseConfigurationImpl
This class provides the basic methods for all the configuration classes.class
BranchConditionImpl
Implementation of the configuration for a single condition in a BranchingConfig.class
BranchingConfigImpl
Implements the configuration of a component used to branch the business logicclass
CallConfigImpl
Deprecated.class
CallParamConfigImpl
Deprecated.class
CheckpointConfigImpl
Deprecated.class
ConnectorConfigImpl
This class implements the TDI Connector configuration.class
ConnectorSchemaConfigImpl
Deprecated.class
ConnectorSchemaItemConfigImpl
Deprecated.class
ContainerConfigImpl
Implements a Container containing BaseConfiguration objects.class
DeltaConfigImpl
Implements a Delta Configuration, which is used by Connectors in Iterator mode.class
ExposedPropertyImpl
Implementation of ExposedProperty interface.class
ExternalPropertiesImpl
Deprecated.class
FormConfigImpl
Implementation of the configuration of a Form that can be displayed by the Configuration Editorclass
FormItemConfigImpl
Implementation of one item in aFormConfigImpl
class
FormSectionImpl
Implementation of one section in aFormConfigImpl
class
FunctionConfigImpl
The configuration for a TDI Function Component, e.g.class
HookConfigImpl
This is the implementation class for the configuration of a single Hook.class
HooksConfigImpl
Implements the configuration for all the Hooks e.g.class
InheritConfigImpl
Deprecated.class
InstanceConfigImpl
Implements Configuration Instance parameters, e.g the name of the Config Instance and which AssemblyLines should be automatically started.class
LibraryConfigImpl
ImplementsLibraryConfig
class
LinkCriteriaConfigImpl
Implements the configuration for a Link Criteria in a Connector.class
LinkCriteriaItemImpl
Implements the configuration for a single item in a LinkCriteriaConfig.class
LogConfigImpl
Implements the Logging Configuration for e.g.class
LogConfigItemImpl
The configuration of a single Logger for e.g.class
LoopConfigImpl
Implements the configuration for a Loop Component in an AssemblyLine.class
MetamergeConfigImpl
ImplementsMetamergeConfig
.class
MetamergeFolderImpl
Implements a container for other folders and leaf configuration objects.class
NamespaceConfigImpl
Implements a configuration object describing another configuration that is included in this MetamergeConfig.class
OperationConfigImpl
Implements the Configuration for a single AssemblyLine operation.class
ParserConfigImpl
Implements the configuration for a Parserclass
PoolDefConfigImpl
Implements the configuration for a Connector Pool definition.class
PoolInstanceConfigImpl
Implements the configuration used by a Connector using a Connector Pool.class
PropertyConfigImpl
Implements PropertyConfigclass
PropertyManagerImpl
Manages the Property Stores in a MetamergeConfig.class
PropertyStoreConfigImpl
Implements the configuration for a single Property Store.class
RawConnectorConfigImpl
Contains all the parameters needed to load and instantiate a Connector.class
RawFunctionConfigImpl
Contains all the parameters needed to load and instantiate a Function.class
ReconnectConfigImpl
Implements (@link ReconnectConfig}class
ReconnectRuleConfigImpl
This class implements reconnect rule configuration methods.class
SandboxConfigImpl
ImplementsSanboxConfig
class
SchedulerConfigImpl
Implements a SchedulerConfig.class
SchemaConfigImpl
ImplementsSchemaConfig
class
SchemaItemConfigImpl
Describes the configuration of an item from a schemaclass
ScriptConfigImpl
Implements the configuration for a Script Component in an AssemblyLineclass
SequenceConfigImpl
class
SimulationConfigImpl
This class is used to configure the AssemblyLine's simulation mode.class
SolutionInterfaceImpl
This class provides access to the Solution interface settings of a configuration.class
TombstonesConfigImpl
ImplementsTombstonesConfig
class
ValidatorConfigImpl
An implementation ofValidatorConfig
that can be used in the form of the Component.Fields in com.ibm.di.config.base with type parameters of type BaseConfiguration Modifier and Type Field Description protected java.util.Vector<BaseConfiguration>
ContainerConfigImpl. items
Collection of config objects in the containerMethods in com.ibm.di.config.base with type parameters of type BaseConfiguration Modifier and Type Method Description <T extends BaseConfiguration>
TMetamergeConfigImpl. newInstanceOf(java.lang.Class<T> cls)
Methods in com.ibm.di.config.base that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
SolutionInterfaceImpl. addExposedAssemblyLine(java.lang.String name)
BaseConfiguration
AttributeMapConfigImpl. getChild(java.lang.Object name)
BaseConfiguration
BaseConfigurationImpl. getChild(java.lang.Object name)
BaseConfiguration
ContainerConfigImpl. getChild(java.lang.Object name)
BaseConfiguration
HooksConfigImpl. getChild(java.lang.Object name)
BaseConfiguration
SchemaConfigImpl. getChild(java.lang.Object name)
BaseConfiguration
BaseConfigurationImpl. getChildForPath(java.lang.String path)
This method traverses the child hierarchy (from the top) and returns the configuration object associated with the path.BaseConfiguration
AssemblyLineConfigImpl. getComponent(int position)
Deprecated.in TDI 7.0BaseConfiguration
AssemblyLineConfigImpl. getComponent(java.lang.String name)
Returns the component configurationBaseConfiguration
AssemblyLineConfigImpl. getComponentByName(java.lang.String name)
Deprecated.in TDI 7.0BaseConfiguration
ContainerConfigImpl. getConfig(int index)
This method returns the configuration object, which is at position indexBaseConfiguration
ContainerConfigImpl. getConfig(java.lang.String name)
Returns the config with the specified nameBaseConfiguration
ContainerConfigImpl. getConfig(java.lang.String name, boolean recursive)
Returns the config with the specified nameBaseConfiguration
LinkCriteriaConfigImpl. getCriteria()
BaseConfiguration
InheritConfigImpl. getDefaultInherit()
Deprecated.BaseConfiguration
MetamergeConfigImpl. getDriverParameters()
This method returns the driver parameters as a BaseConfiguration object.BaseConfiguration
InheritConfigImpl. getInheritFor(java.lang.Object name)
Deprecated.BaseConfiguration
BaseConfigurationImpl. getInheritsFrom()
Returns the object from which this object inherits data.BaseConfiguration
ConfigCache. getObject(java.lang.Object name)
BaseConfiguration
BaseConfigurationImpl. getParent()
Returns the parent object to which this object belongs.BaseConfiguration
SimulationConfigImpl. getProxySettings()
BaseConfiguration
AssemblyLineConfigImpl. getSettings()
Returns the AssemblyLine SettingsBaseConfiguration
MetamergeConfigImpl. newInstanceOf(int type)
Create new instance of objectBaseConfiguration
MetamergeConfigImpl. newInstanceOf(java.lang.Object typeName)
BaseConfiguration
ContainerConfigImpl. removeConfig(int index)
This method removes a configuration object from the containerMethods in com.ibm.di.config.base that return types with arguments of type BaseConfiguration Modifier and Type Method Description java.util.List<BaseConfiguration>
ContainerConfigImpl. getConfigurations(java.util.List<BaseConfiguration> list)
Returns a flattened list of the entire tree of config items.java.util.List<BaseConfiguration>
ContainerConfigImpl. getInheritedConfigurations(java.util.List<BaseConfiguration> list)
Returns a list of config items from this object and inherited containersjava.util.Enumeration<BaseConfiguration>
PropertyManagerImpl. list()
Methods in com.ibm.di.config.base with parameters of type BaseConfiguration Modifier and Type Method Description ContainerConfig
AssemblyLineConfigImpl. addComponent(BaseConfiguration config)
This method adds a component configuration object to the correct component containerint
ContainerConfigImpl. addConfig(BaseConfiguration config)
This method adds a configuration object to the containervoid
ConfigCache. addObject(java.lang.Object name, BaseConfiguration data)
Adds new configuration to the cache.void
MetamergeConfigImpl. copy(BaseConfiguration input, java.lang.Object destination, boolean copyRefs)
static java.lang.String
FormConfigUtil. getFormName(BaseConfiguration bc)
Find the name of the Form that should be used for this BaseConfiguration.static java.util.TreeMap
MetamergeConfigImpl. getTreeMap(BaseConfiguration base, java.lang.Object key)
static java.util.Vector
MetamergeConfigImpl. getVector(BaseConfiguration base, java.lang.Object key)
int
ContainerConfigImpl. indexOf(BaseConfiguration config)
Returns the position of a configuration object in a containervoid
AssemblyLineConfigImpl. insertComponent(BaseConfiguration connector, int position)
Deprecated.in TDI 7.0int
ContainerConfigImpl. insertConfig(BaseConfiguration config, int position)
This method inesrts a configuration object at the specified indexboolean
ContainerConfigImpl. moveConfig(BaseConfiguration config, boolean up)
Moves a config one position up or downint
ContainerConfigImpl. moveConfig(BaseConfiguration config, int position)
Moves a config from one position to anotherjava.lang.String
BaseConfigurationImpl. nameForChild(BaseConfiguration config)
Returns the name for a configuration objectvoid
AssemblyLineConfigImpl. removeComponent(BaseConfiguration component)
Removes a component from the assemblylineboolean
ContainerConfigImpl. removeConfig(BaseConfiguration config)
This method removes a configuration object from the containervoid
BaseConfigurationImpl. setChild(java.lang.Object name, BaseConfiguration config)
Associates a configuration object with a name in this configurationvoid
MetamergeConfigImpl. setDriverParameters(BaseConfiguration driverParams)
This method sets the driver parameters from a BaseConfiguration object.void
InheritConfigImpl. setInheritFor(java.lang.Object forName, BaseConfiguration inheritFrom)
Deprecated.void
AttributeMapConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a connector.void
AttributeMapItemImpl. setInheritsFrom(BaseConfiguration inheritFrom)
Sets the object from which this object inherits data.void
BaseConfigurationImpl. setInheritsFrom(BaseConfiguration inherit)
Sets the object from which this object inherits data.void
ConnectorSchemaConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
Deprecated.We override this method to change the inherited object if we inherit from a connector.void
DeltaConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a connector.void
HookConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
Sets the object from which this object inherits data.void
HooksConfigImpl. 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
ParserConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a connector.void
PoolDefConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
void
RawConnectorConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a connector.void
RawFunctionConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a FunctionConfig.void
ReconnectConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)
We override this method to change the inherited object if we inherit from a connector.void
SchemaConfigImpl. 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 AssemblyLine Settings of the AssemblyLineConfigMethod parameters in com.ibm.di.config.base with type arguments of type BaseConfiguration Modifier and Type Method Description java.util.List<BaseConfiguration>
ContainerConfigImpl. getConfigurations(java.util.List<BaseConfiguration> list)
Returns a flattened list of the entire tree of config items.java.util.List<BaseConfiguration>
ContainerConfigImpl. getInheritedConfigurations(java.util.List<BaseConfiguration> list)
Returns a list of config items from this object and inherited containersConstructors in com.ibm.di.config.base with parameters of type BaseConfiguration Constructor Description FormConfigUtil(java.lang.String nspath, BaseConfiguration config, java.lang.String nlsCode, boolean expandValues)
Use this constructor to obtain the form that would be used to display settings for the provided config.TreeMapEnumeration(MetamergeConfig mc, java.lang.Object base, BaseConfiguration cf)
-
Uses of BaseConfiguration in com.ibm.di.config.interfaces
Subinterfaces of BaseConfiguration in com.ibm.di.config.interfaces Modifier and Type Interface Description interface
ALMappingConfig
The configuration for an AssemblyLine Attribute Map Component.interface
AssemblyLineConfig
The configuration for an AssemblyLine.interface
AttributeMapConfig
The configuration for an AttributeMap (used in components of the AssemblyLine).interface
AttributeMapItem
The configuration for a single item in an AttributeMap.interface
BranchCondition
The configuration for a single BranchCondition in a BranchingConfig.interface
BranchingConfig
The configuration of an AssemblyLine Branch component.interface
CallConfig
Deprecated.This interface is no longer used, we use TaskCallBlock instead.interface
CallParamConfig
Deprecated.This interface is no longer used, we use TaskCallBlock instead.interface
CheckpointConfig
Deprecated.This interface is no longer used, Checkpoint/restart is deprecated.interface
ConnectorConfig
The configuration for a TDI Connector, e.g.interface
ConnectorSchemaConfig
Deprecated.We used SchemaConfig for all schemas now.interface
ConnectorSchemaItemConfig
Deprecated.We use SchemaItemConfig for all Schema Items now.interface
ContainerConfig
A Container containing BaseConfiguration objects.interface
DeltaConfig
A Delta Configuration can be used by a Connector in Iterator mode.interface
ExposedProperty
This interface is used with the SolutionInterface to define exposed properties.interface
ExternalPropertiesConfig
Deprecated.useTDIProperties
insteadinterface
FormConfig
A Form that can be displayed by the Configuration Editorinterface
FormItemConfig
One item in aFormConfig
interface
FormSection
This interface describes one section in aFormConfig
interface
FunctionConfig
The configuration for a TDI Function Component, e.g.interface
HookConfig
The configuration for a single Hook e.g.interface
HooksConfig
The configuration for all the Hooks e.g.interface
InheritConfig
Deprecated.This interface is not used anywhere.interface
InstanceConfig
Configuration for the list of AssemblyLines that will automatically be started when the server is started.interface
LibraryConfig
Configuration for a Library, that is, a java class that is automatically loaded into a Config Instance.interface
LinkCriteriaConfig
The configuration for a Link Criteria in a Connector.interface
LinkCriteriaItem
The configuration for a single item in a LinkCriteriaConfig\interface
LogConfig
The Logging Configuration for e.g.interface
LogConfigItem
The configuration of a single Logger for e.g.interface
LoopConfig
Configuration for a Loop Component in an AssemblyLine.interface
MetamergeConfig
The MetamergeConfig interface specifies the methods used by the IBM Security Directory Integrator to obtain configuration information.interface
MetamergeFolder
This interface describes the methods provided by a folder object.interface
NamespaceConfig
A configuration object describing another configuration that is included in this configuration.interface
OperationConfig
The Configuration for a single AssemblyLine operation.interface
OperationsConfig
Specifies the basic methods for work with the operations, provided by the AssemblyLine or AssemblyLine objectinterface
ParserConfig
The configuration for a Parserinterface
PoolDefConfig
The configuration for a Connector Pool definition.interface
PoolInstanceConfig
Configuration used by a Connector using a Connector Pool.interface
PropertyConfig
A Configuration that allows some additional properties to be defined.interface
PropertyManager
A PropertyManager manages the Property Stores.interface
PropertyStoreConfig
The configuration for a single Property Store.interface
RawConnectorConfig
A Configuration containing the parameters for a Connector.interface
RawFunctionConfig
A configuration containing the parameters for a Function used in a Function Component.interface
ReconnectConfig
Information about Reconnect for a Connectorinterface
ReconnectRuleConfig
A configuration object that describes a single reconnect rule.interface
SandboxConfig
Describes how to do record and playback for an AssemblyLineinterface
SchedulerConfig
Configuration for a scheduler that will run an AssemblyLine/Sequence.interface
SchemaConfig
Describes a Schema, the information about which which fields are available or needed when reading from or writing to e.g.interface
SchemaItemConfig
Describes an item from the schemainterface
ScriptConfig
The configuration for a Script Component in an AssemblyLineinterface
SequenceConfig
interface
SimulationConfig
This class is used to configure the AssemblyLine's simulation mode.interface
SolutionInterface
This interface provides access to the Solution interface settings of a configuration.interface
TombstonesConfig
Used for configuring Tombstones.interface
ValidatorConfig
A validator configuration that can be provided in the form of the Component.Classes in com.ibm.di.config.interfaces that implement BaseConfiguration Modifier and Type Class Description class
ExternalPropertiesDelegator
Deprecated.UseTDIProperties
instead.Methods in com.ibm.di.config.interfaces with type parameters of type BaseConfiguration Modifier and Type Method Description <T extends BaseConfiguration>
TMetamergeConfig. newInstanceOf(java.lang.Class<T> cls)
This method returns a new instance of the object type.Methods in com.ibm.di.config.interfaces that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
SolutionInterface. addExposedAssemblyLine(java.lang.String name)
Convenience method to create a BaseConfiguration object in the exposed assemblylines container.static BaseConfiguration
ConfigUtils. createStandardObject(MetamergeConfig config, int type, java.lang.String name)
Creates a new object in the default folder location for the type.BaseConfiguration
BaseConfiguration. getChild(java.lang.Object name)
BaseConfiguration
BaseConfiguration. getChildForPath(java.lang.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)
Deprecated.in TDI 7.0BaseConfiguration
AssemblyLineConfig. getComponent(java.lang.String name)
Returns the component configurationBaseConfiguration
AssemblyLineConfig. getComponentByName(java.lang.String name)
Deprecated.in TDI 7.0BaseConfiguration
ContainerConfig. getConfig(int index)
This method returns the configuration object at indexBaseConfiguration
ContainerConfig. getConfig(java.lang.String name)
Returns the BaseConfiguration with the specified name in this container.BaseConfiguration
ContainerConfig. getConfig(java.lang.String name, boolean recursive)
Returns the BaseConfiguration with the specified name traversing child objects of type ContainerConfig if recursive is true.BaseConfiguration
LinkCriteriaConfig. getCriteria()
BaseConfiguration
InheritConfig. getDefaultInherit()
Deprecated.BaseConfiguration
MetamergeConfig. getDriverParameters()
This method returns the driver parameters as a BaseConfiguration object.BaseConfiguration
InheritConfig. getInheritFor(java.lang.Object name)
Deprecated.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
SimulationConfig. getProxySettings()
Gets the proxySettings Config holderBaseConfiguration
AssemblyLineConfig. getSettings()
Returns the AssemblyLine SettingsBaseConfiguration
MetamergeConfig. newInstanceOf(int type)
This method returns a new instance of the object type specified by type.BaseConfiguration
MetamergeConfig. newInstanceOf(java.lang.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 containerMethods in com.ibm.di.config.interfaces that return types with arguments of type BaseConfiguration Modifier and Type Method Description java.util.List<BaseConfiguration>
ContainerConfig. getConfigurations(java.util.List<BaseConfiguration> list)
Returns a flattened list of the entire tree of config items.java.util.List<BaseConfiguration>
ContainerConfig. getInheritedConfigurations(java.util.List<BaseConfiguration> list)
Returns a List of BaseConfiguration items from this object and inherited containersMethods in com.ibm.di.config.interfaces with parameters of type BaseConfiguration Modifier and Type Method Description ContainerConfig
AssemblyLineConfig. addComponent(BaseConfiguration config)
This method adds a component configuration object to the correct component containerint
ContainerConfig. addConfig(BaseConfiguration config)
This method adds a configuration object to the containervoid
Search. addTarget(BaseConfiguration target)
Deprecated.void
MetamergeConfig. copy(BaseConfiguration input, java.lang.Object destination, boolean copyRefs)
Copies a configuration object into this configuration.static void
MetamergeConfigFactory. copy(BaseConfiguration input, MetamergeConfig dest, javax.naming.Name destName)
Recursively copy input configuration to another MetamergeConfig objectstatic void
MetamergeConfigFactory. copy(BaseConfiguration input, MetamergeConfig dest, javax.naming.Name destName, boolean overwrite)
Recursively copy input configuration to another MetamergeConfig objectstatic void
MetamergeConfigFactory. copyObject(BaseConfiguration source, BaseConfiguration dest)
Recursively copies an object to another MetamergeConfig object.static java.lang.Object
MetamergeConfigFactory. getLocalNamespaceFor(MetamergeConfig referent, BaseConfiguration config)
Returns the local namespace for a component.static java.lang.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.java.lang.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 BaseConfigurationvoid
AssemblyLineConfig. insertComponent(BaseConfiguration connector, int position)
Deprecated.in TDI 7.0int
ContainerConfig. insertConfig(BaseConfiguration config, int position)
This method inesrts a configuration object at the specified indexboolean
ContainerConfig. moveConfig(BaseConfiguration config, boolean up)
Moves a BaseConfiguration one position up or downint
ContainerConfig. moveConfig(BaseConfiguration config, int position)
Moves a BaseConfiguration to a new positionjava.lang.String
BaseConfiguration. nameForChild(BaseConfiguration config)
Returns the name for a configuration objectvoid
AssemblyLineConfig. removeComponent(BaseConfiguration component)
Removes a component from the assemblylineboolean
ContainerConfig. removeConfig(BaseConfiguration config)
Removes a component from the containervoid
Search. removeTarget(BaseConfiguration target)
Deprecated.void
BaseConfiguration. setChild(java.lang.Object name, BaseConfiguration config)
Associates a configuration object with a name in this configurationvoid
MetamergeConfig. setDriverParameters(BaseConfiguration driverParams)
This method sets the driver parameters from a BaseConfiguration object.void
InheritConfig. setInheritFor(java.lang.Object forName, BaseConfiguration inheritFrom)
Deprecated.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 AssemblyLineConfigstatic void
MetamergeConfigFactory. verifyInheritanceChain(BaseConfiguration config, java.lang.Object inheritFrom)
Verify that inheritance chain does not loop.Method parameters in com.ibm.di.config.interfaces with type arguments of type BaseConfiguration Modifier and Type Method Description java.util.List<BaseConfiguration>
ContainerConfig. getConfigurations(java.util.List<BaseConfiguration> list)
Returns a flattened list of the entire tree of config items.java.util.List<BaseConfiguration>
ContainerConfig. getInheritedConfigurations(java.util.List<BaseConfiguration> list)
Returns a List of BaseConfiguration items from this object and inherited containersConstructors in com.ibm.di.config.interfaces with parameters of type BaseConfiguration Constructor Description GlobalRef(BaseConfiguration config)
GlobalRef(BaseConfiguration config, boolean ignoreMC)
Search(BaseConfiguration target)
Deprecated. -
Uses of BaseConfiguration in com.ibm.di.config.xml
Classes in com.ibm.di.config.xml that implement BaseConfiguration Modifier and Type Class Description class
MetamergeConfigFS
Deprecated.class
MetamergeConfigXML
MetamergeConfigXML is a class that provides support for TDI XML configuration files.Fields in com.ibm.di.config.xml declared as BaseConfiguration Modifier and Type Field Description protected BaseConfiguration
MetamergeConfigFS. configObject
Deprecated.Methods in com.ibm.di.config.xml that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
MetamergeConfigFS. getDefaultConfigObject()
Deprecated.BaseConfiguration
MetamergeConfigFS. getDefaultConfigObject(boolean standardName)
Deprecated.static BaseConfiguration
Factories. getImpl(java.lang.String tag)
BaseConfiguration
MetamergeConfigXML. newInstanceOf(java.lang.Object typeName)
Methods in com.ibm.di.config.xml with parameters of type BaseConfiguration Modifier and Type Method Description void
ALMappingFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
AssemblyLineFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
BranchingFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
CheckpointFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Deprecated.Generate a XML element from a configuration object.void
ConnectorFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
ContainerFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
ContainerFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem, boolean setbase)
void
ExtPropFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Deprecated.Generate a XML element from a configuration object.void
Factories. build(BaseConfiguration config, org.w3c.dom.Element element)
Generate a XML element from a configuration object.void
FolderFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
FormFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
FunctionFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
HookFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
InstanceFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
LibraryFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
LoggingFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
LogItemFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
LoopFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
NamespaceFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
ParserFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
PropertyFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
PropertyStoreFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
ReconnectFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
SandboxFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
SchedulerFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
void
SchemaFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
ScriptFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
SequenceFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
SimulationFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.void
SolutionInterfaceFactory. build(BaseConfiguration config, org.w3c.dom.Element element)
Generate a XML element from a configuration object.void
TombstonesFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)
Generate a XML element from a configuration object.static void
Factories. dump(BaseConfiguration config)
List information for this factory.void
Factories. getBaseName(BaseConfiguration config, org.w3c.dom.Element elem)
This method retries the name and inheritFrom attributes/elements and configures the base object with its name and also calls MetamergeConfig for any inherited objects.java.lang.String
MetamergeConfigFS. getExtensionFor(BaseConfiguration config)
Deprecated.void
Factories. getInheritsFrom(BaseConfiguration config, org.w3c.dom.Element elem)
This method retries the inheritsFrom element and configures the base object with the retrieved information.void
Factories. getParameter(org.w3c.dom.Element p, BaseConfiguration config)
Add simple parameter to configuration.void
Factories. getParameters(org.w3c.dom.Element p, BaseConfiguration config)
Add simple parameters to configuration.void
SchemaFactory. getSchemaItem(org.w3c.dom.Element elem, BaseConfiguration config)
void
ALMappingFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
AssemblyLineFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
BranchingFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
CheckpointFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Deprecated.Parse a XML element into a configuration object.void
ConnectorFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
ContainerFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
ContainerFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem, boolean getbase)
void
ExtPropFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Deprecated.Parse a XML element into a configuration object.void
Factories. parse(BaseConfiguration config, org.w3c.dom.Element element)
Parse a XML element into a configuration object.void
FolderFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
FormFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
FunctionFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
HookFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
InstanceFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
LibraryFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
LoggingFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
LogItemFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
LoopFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
NamespaceFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
ParserFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
PropertyFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
PropertyStoreFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
ReconnectFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
SandboxFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
SchedulerFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
void
SchemaFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
ScriptFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
SequenceFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
SimulationFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
SolutionInterfaceFactory. parse(BaseConfiguration config, org.w3c.dom.Element element)
Parse a XML element into a configuration object.void
TombstonesFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)
Parse a XML element into a configuration object.void
Factories. setBaseName(BaseConfiguration config, org.w3c.dom.Element elem)
Attaches to the XML tree a single element representing the user comment.void
Factories. setInheritsFrom(BaseConfiguration config, org.w3c.dom.Element elem)
Set the inheritFrom if it exists.void
Factories. setParameter(org.w3c.dom.Element p, BaseConfiguration config, java.lang.Object pname)
Generates XML element for parameter, initialize it and attach it to thep
object.org.w3c.dom.Element
Factories. setParameters(org.w3c.dom.Element p, BaseConfiguration config, java.lang.String tag)
void
Factories. setSingleElement(org.w3c.dom.Element node, java.lang.String tag, BaseConfiguration bc, java.lang.String name)
Sets a simple tag/value. -
Uses of BaseConfiguration in com.ibm.di.connector
Methods in com.ibm.di.connector that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
Connector. getRawConnectorConfiguration()
Returns the current configuration for the raw connectorBaseConfiguration
ConnectorInterface. getRawConnectorConfiguration()
Returns the current configuration for the raw connector -
Uses of BaseConfiguration in com.ibm.di.connector.axis2.util
Methods in com.ibm.di.connector.axis2.util with parameters of type BaseConfiguration Modifier and Type Method Description static void
SchemaUtils. generateWsdl(BaseConfiguration config, java.lang.String wsdlFileName, java.lang.String serviceAddress, java.lang.String wsdlVersion)
Generate a WSDL file for an Assembly Line configuration. -
Uses of BaseConfiguration in com.ibm.di.fc
Methods in com.ibm.di.fc that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
Function. getConfiguration()
This method returns the function's current configurationBaseConfiguration
FunctionInterface. getConfiguration()
Gets the configuration attribute of the FunctionInterface objectMethods in com.ibm.di.fc with parameters of type BaseConfiguration Modifier and Type Method Description void
Function. setConfiguration(BaseConfiguration configuration)
This method is/should be called once after the object has been given its configurationvoid
FunctionInterface. setConfiguration(BaseConfiguration config)
Sets the configuration attribute of the FunctionInterface object -
Uses of BaseConfiguration in com.ibm.di.fc.webservice.util
Methods in com.ibm.di.fc.webservice.util with parameters of type BaseConfiguration Modifier and Type Method Description static void
WsdlGenerator. generateWsdl(BaseConfiguration aBaseConfig, java.lang.String aWsdlFileName, java.lang.String aWebServiceLocation)
Generates WSDL with the specifiedBaseConfiguration
and location of the web service in the specified file -
Uses of BaseConfiguration in com.ibm.di.osgi
Methods in com.ibm.di.osgi that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
ConnectorDelegate. getRawConnectorConfiguration()
-
Uses of BaseConfiguration in com.ibm.di.report
Methods in com.ibm.di.report with parameters of type BaseConfiguration Modifier and Type Method Description java.lang.String
IReport. generate(BaseConfiguration baseConfiguration, MetamergeConfig metamergeConfig)
-
Uses of BaseConfiguration in com.ibm.di.report.aloverview
Methods in com.ibm.di.report.aloverview with parameters of type BaseConfiguration Modifier and Type Method Description protected TreeNode
ReportProcessor. createNode(java.lang.String title, java.lang.String type, BaseConfiguration configuration)
java.lang.String
AssemblyLineOverview. generate(BaseConfiguration baseConfiguration, MetamergeConfig metamergeConfig)
static java.util.Map<java.lang.String,java.lang.String>
ReportUtil. getRawConfiguration(BaseConfiguration configuration, FormConfig form)
-
Uses of BaseConfiguration in com.ibm.di.server
Methods in com.ibm.di.server that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
AssemblyLineComponent. getBaseConfiguration()
BaseConfiguration
BranchingComponent. getBaseConfiguration()
This method returns the BaseConfigurationBaseConfiguration
ValidationIssue. getConfig()
Return the configuration that has the problem.Methods in com.ibm.di.server with parameters of type BaseConfiguration Modifier and Type Method Description void
SearchCriteria. buildCriteria(Entry e, BaseConfiguration config, java.lang.Object task)
void
AssemblyLineComponent. expandParameters(BaseConfiguration cf)
Deprecated.void
Validator. initialize(BaseConfiguration config)
Initialize validator.AssemblyLineComponent
AssemblyLine. loadConnector(BaseConfiguration config)
This method enables the user to load an AssemblyLine component given a configuration.void
ValidationIssue. setConfig(BaseConfiguration config)
Set configuration that has the problem.void
TaskCallBlock. setConnectorParameters(java.lang.String connectorName, BaseConfiguration parameters)
Populates the parameter Entry for a specific connector with names from the configuration.Constructors in com.ibm.di.server with parameters of type BaseConfiguration Constructor Description ValidationIssue(int severity, java.lang.String problem, BaseConfiguration config, java.lang.String message)
Constructor. -
Uses of BaseConfiguration in com.ibm.di.server.validate
Methods in com.ibm.di.server.validate that return BaseConfiguration Modifier and Type Method Description BaseConfiguration
ValidationIssue. getConfig()
Return the configuration that has the problem.Methods in com.ibm.di.server.validate with parameters of type BaseConfiguration Modifier and Type Method Description void
Validator. initialize(BaseConfiguration config)
Initialize validator.void
ValidationIssue. setConfig(BaseConfiguration config)
Set configuration that has the problem.Constructors in com.ibm.di.server.validate with parameters of type BaseConfiguration Constructor Description ValidationIssue(int severity, java.lang.String problem, BaseConfiguration config, java.lang.String message)
Constructor. -
Uses of BaseConfiguration in com.ibm.di.server.validate.taddm
Methods in com.ibm.di.server.validate.taddm with parameters of type BaseConfiguration Modifier and Type Method Description protected java.util.List<NamingRule>
TADDMValidator. getUnsatisfiedNamingRules(BaseConfiguration config)
Compute unsatisfied naming rules.
-