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.voidCDMAttributesValidator. 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 classALMappingConfigImplThis is the implementation class for the configuration of an AssemblyLine Attribute Map Component.classAssemblyLineConfigImplThe implementation class for the configuration of an AssemblyLine.classAttributeMapConfigImplThe implementation class for the configuration of an AttributeMapclassAttributeMapItemImplThe implementation class of theAttributeMapIteminterface.classBaseConfigurationImplThis class provides the basic methods for all the configuration classes.classBranchConditionImplImplementation of the configuration for a single condition in a BranchingConfig.classBranchingConfigImplImplements the configuration of a component used to branch the business logicclassCallConfigImplDeprecated.classCallParamConfigImplDeprecated.classCheckpointConfigImplDeprecated.classConnectorConfigImplThis class implements the TDI Connector configuration.classConnectorSchemaConfigImplDeprecated.classConnectorSchemaItemConfigImplDeprecated.classContainerConfigImplImplements a Container containing BaseConfiguration objects.classDeltaConfigImplImplements a Delta Configuration, which is used by Connectors in Iterator mode.classExposedPropertyImplImplementation of ExposedProperty interface.classExternalPropertiesImplDeprecated.classFormConfigImplImplementation of the configuration of a Form that can be displayed by the Configuration EditorclassFormItemConfigImplImplementation of one item in aFormConfigImplclassFormSectionImplImplementation of one section in aFormConfigImplclassFunctionConfigImplThe configuration for a TDI Function Component, e.g.classHookConfigImplThis is the implementation class for the configuration of a single Hook.classHooksConfigImplImplements the configuration for all the Hooks e.g.classInheritConfigImplDeprecated.classInstanceConfigImplImplements Configuration Instance parameters, e.g the name of the Config Instance and which AssemblyLines should be automatically started.classLibraryConfigImplImplementsLibraryConfigclassLinkCriteriaConfigImplImplements the configuration for a Link Criteria in a Connector.classLinkCriteriaItemImplImplements the configuration for a single item in a LinkCriteriaConfig.classLogConfigImplImplements the Logging Configuration for e.g.classLogConfigItemImplThe configuration of a single Logger for e.g.classLoopConfigImplImplements the configuration for a Loop Component in an AssemblyLine.classMetamergeConfigImplImplementsMetamergeConfig.classMetamergeFolderImplImplements a container for other folders and leaf configuration objects.classNamespaceConfigImplImplements a configuration object describing another configuration that is included in this MetamergeConfig.classOperationConfigImplImplements the Configuration for a single AssemblyLine operation.classParserConfigImplImplements the configuration for a ParserclassPoolDefConfigImplImplements the configuration for a Connector Pool definition.classPoolInstanceConfigImplImplements the configuration used by a Connector using a Connector Pool.classPropertyConfigImplImplements PropertyConfigclassPropertyManagerImplManages the Property Stores in a MetamergeConfig.classPropertyStoreConfigImplImplements the configuration for a single Property Store.classRawConnectorConfigImplContains all the parameters needed to load and instantiate a Connector.classRawFunctionConfigImplContains all the parameters needed to load and instantiate a Function.classReconnectConfigImplImplements (@link ReconnectConfig}classReconnectRuleConfigImplThis class implements reconnect rule configuration methods.classSandboxConfigImplImplementsSanboxConfigclassSchedulerConfigImplImplements a SchedulerConfig.classSchemaConfigImplImplementsSchemaConfigclassSchemaItemConfigImplDescribes the configuration of an item from a schemaclassScriptConfigImplImplements the configuration for a Script Component in an AssemblyLineclassSequenceConfigImplclassSimulationConfigImplThis class is used to configure the AssemblyLine's simulation mode.classSolutionInterfaceImplThis class provides access to the Solution interface settings of a configuration.classTombstonesConfigImplImplementsTombstonesConfigclassValidatorConfigImplAn implementation ofValidatorConfigthat 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. itemsCollection 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 BaseConfigurationSolutionInterfaceImpl. addExposedAssemblyLine(java.lang.String name)BaseConfigurationAttributeMapConfigImpl. getChild(java.lang.Object name)BaseConfigurationBaseConfigurationImpl. getChild(java.lang.Object name)BaseConfigurationContainerConfigImpl. getChild(java.lang.Object name)BaseConfigurationHooksConfigImpl. getChild(java.lang.Object name)BaseConfigurationSchemaConfigImpl. getChild(java.lang.Object name)BaseConfigurationBaseConfigurationImpl. getChildForPath(java.lang.String path)This method traverses the child hierarchy (from the top) and returns the configuration object associated with the path.BaseConfigurationAssemblyLineConfigImpl. getComponent(int position)Deprecated.in TDI 7.0BaseConfigurationAssemblyLineConfigImpl. getComponent(java.lang.String name)Returns the component configurationBaseConfigurationAssemblyLineConfigImpl. getComponentByName(java.lang.String name)Deprecated.in TDI 7.0BaseConfigurationContainerConfigImpl. getConfig(int index)This method returns the configuration object, which is at position indexBaseConfigurationContainerConfigImpl. getConfig(java.lang.String name)Returns the config with the specified nameBaseConfigurationContainerConfigImpl. getConfig(java.lang.String name, boolean recursive)Returns the config with the specified nameBaseConfigurationLinkCriteriaConfigImpl. getCriteria()BaseConfigurationInheritConfigImpl. getDefaultInherit()Deprecated.BaseConfigurationMetamergeConfigImpl. getDriverParameters()This method returns the driver parameters as a BaseConfiguration object.BaseConfigurationInheritConfigImpl. getInheritFor(java.lang.Object name)Deprecated.BaseConfigurationBaseConfigurationImpl. getInheritsFrom()Returns the object from which this object inherits data.BaseConfigurationConfigCache. getObject(java.lang.Object name)BaseConfigurationBaseConfigurationImpl. getParent()Returns the parent object to which this object belongs.BaseConfigurationSimulationConfigImpl. getProxySettings()BaseConfigurationAssemblyLineConfigImpl. getSettings()Returns the AssemblyLine SettingsBaseConfigurationMetamergeConfigImpl. newInstanceOf(int type)Create new instance of objectBaseConfigurationMetamergeConfigImpl. newInstanceOf(java.lang.Object typeName)BaseConfigurationContainerConfigImpl. 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 ContainerConfigAssemblyLineConfigImpl. addComponent(BaseConfiguration config)This method adds a component configuration object to the correct component containerintContainerConfigImpl. addConfig(BaseConfiguration config)This method adds a configuration object to the containervoidConfigCache. addObject(java.lang.Object name, BaseConfiguration data)Adds new configuration to the cache.voidMetamergeConfigImpl. copy(BaseConfiguration input, java.lang.Object destination, boolean copyRefs)static java.lang.StringFormConfigUtil. getFormName(BaseConfiguration bc)Find the name of the Form that should be used for this BaseConfiguration.static java.util.TreeMapMetamergeConfigImpl. getTreeMap(BaseConfiguration base, java.lang.Object key)static java.util.VectorMetamergeConfigImpl. getVector(BaseConfiguration base, java.lang.Object key)intContainerConfigImpl. indexOf(BaseConfiguration config)Returns the position of a configuration object in a containervoidAssemblyLineConfigImpl. insertComponent(BaseConfiguration connector, int position)Deprecated.in TDI 7.0intContainerConfigImpl. insertConfig(BaseConfiguration config, int position)This method inesrts a configuration object at the specified indexbooleanContainerConfigImpl. moveConfig(BaseConfiguration config, boolean up)Moves a config one position up or downintContainerConfigImpl. moveConfig(BaseConfiguration config, int position)Moves a config from one position to anotherjava.lang.StringBaseConfigurationImpl. nameForChild(BaseConfiguration config)Returns the name for a configuration objectvoidAssemblyLineConfigImpl. removeComponent(BaseConfiguration component)Removes a component from the assemblylinebooleanContainerConfigImpl. removeConfig(BaseConfiguration config)This method removes a configuration object from the containervoidBaseConfigurationImpl. setChild(java.lang.Object name, BaseConfiguration config)Associates a configuration object with a name in this configurationvoidMetamergeConfigImpl. setDriverParameters(BaseConfiguration driverParams)This method sets the driver parameters from a BaseConfiguration object.voidInheritConfigImpl. setInheritFor(java.lang.Object forName, BaseConfiguration inheritFrom)Deprecated.voidAttributeMapConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidAttributeMapItemImpl. setInheritsFrom(BaseConfiguration inheritFrom)Sets the object from which this object inherits data.voidBaseConfigurationImpl. setInheritsFrom(BaseConfiguration inherit)Sets the object from which this object inherits data.voidConnectorSchemaConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)Deprecated.We override this method to change the inherited object if we inherit from a connector.voidDeltaConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidHookConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)Sets the object from which this object inherits data.voidHooksConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidLinkCriteriaConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidParserConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidPoolDefConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)voidRawConnectorConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidRawFunctionConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a FunctionConfig.voidReconnectConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidSchemaConfigImpl. setInheritsFrom(BaseConfiguration inheritFrom)We override this method to change the inherited object if we inherit from a connector.voidBaseConfigurationImpl. setParent(BaseConfiguration parent)Sets the parent object.voidAssemblyLineConfigImpl. 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 interfaceALMappingConfigThe configuration for an AssemblyLine Attribute Map Component.interfaceAssemblyLineConfigThe configuration for an AssemblyLine.interfaceAttributeMapConfigThe configuration for an AttributeMap (used in components of the AssemblyLine).interfaceAttributeMapItemThe configuration for a single item in an AttributeMap.interfaceBranchConditionThe configuration for a single BranchCondition in a BranchingConfig.interfaceBranchingConfigThe configuration of an AssemblyLine Branch component.interfaceCallConfigDeprecated.This interface is no longer used, we use TaskCallBlock instead.interfaceCallParamConfigDeprecated.This interface is no longer used, we use TaskCallBlock instead.interfaceCheckpointConfigDeprecated.This interface is no longer used, Checkpoint/restart is deprecated.interfaceConnectorConfigThe configuration for a TDI Connector, e.g.interfaceConnectorSchemaConfigDeprecated.We used SchemaConfig for all schemas now.interfaceConnectorSchemaItemConfigDeprecated.We use SchemaItemConfig for all Schema Items now.interfaceContainerConfigA Container containing BaseConfiguration objects.interfaceDeltaConfigA Delta Configuration can be used by a Connector in Iterator mode.interfaceExposedPropertyThis interface is used with the SolutionInterface to define exposed properties.interfaceExternalPropertiesConfigDeprecated.useTDIPropertiesinsteadinterfaceFormConfigA Form that can be displayed by the Configuration EditorinterfaceFormItemConfigOne item in aFormConfiginterfaceFormSectionThis interface describes one section in aFormConfiginterfaceFunctionConfigThe configuration for a TDI Function Component, e.g.interfaceHookConfigThe configuration for a single Hook e.g.interfaceHooksConfigThe configuration for all the Hooks e.g.interfaceInheritConfigDeprecated.This interface is not used anywhere.interfaceInstanceConfigConfiguration for the list of AssemblyLines that will automatically be started when the server is started.interfaceLibraryConfigConfiguration for a Library, that is, a java class that is automatically loaded into a Config Instance.interfaceLinkCriteriaConfigThe configuration for a Link Criteria in a Connector.interfaceLinkCriteriaItemThe configuration for a single item in a LinkCriteriaConfig\interfaceLogConfigThe Logging Configuration for e.g.interfaceLogConfigItemThe configuration of a single Logger for e.g.interfaceLoopConfigConfiguration for a Loop Component in an AssemblyLine.interfaceMetamergeConfigThe MetamergeConfig interface specifies the methods used by the IBM Security Directory Integrator to obtain configuration information.interfaceMetamergeFolderThis interface describes the methods provided by a folder object.interfaceNamespaceConfigA configuration object describing another configuration that is included in this configuration.interfaceOperationConfigThe Configuration for a single AssemblyLine operation.interfaceOperationsConfigSpecifies the basic methods for work with the operations, provided by the AssemblyLine or AssemblyLine objectinterfaceParserConfigThe configuration for a ParserinterfacePoolDefConfigThe configuration for a Connector Pool definition.interfacePoolInstanceConfigConfiguration used by a Connector using a Connector Pool.interfacePropertyConfigA Configuration that allows some additional properties to be defined.interfacePropertyManagerA PropertyManager manages the Property Stores.interfacePropertyStoreConfigThe configuration for a single Property Store.interfaceRawConnectorConfigA Configuration containing the parameters for a Connector.interfaceRawFunctionConfigA configuration containing the parameters for a Function used in a Function Component.interfaceReconnectConfigInformation about Reconnect for a ConnectorinterfaceReconnectRuleConfigA configuration object that describes a single reconnect rule.interfaceSandboxConfigDescribes how to do record and playback for an AssemblyLineinterfaceSchedulerConfigConfiguration for a scheduler that will run an AssemblyLine/Sequence.interfaceSchemaConfigDescribes a Schema, the information about which which fields are available or needed when reading from or writing to e.g.interfaceSchemaItemConfigDescribes an item from the schemainterfaceScriptConfigThe configuration for a Script Component in an AssemblyLineinterfaceSequenceConfiginterfaceSimulationConfigThis class is used to configure the AssemblyLine's simulation mode.interfaceSolutionInterfaceThis interface provides access to the Solution interface settings of a configuration.interfaceTombstonesConfigUsed for configuring Tombstones.interfaceValidatorConfigA 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 classExternalPropertiesDelegatorDeprecated.UseTDIPropertiesinstead.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 BaseConfigurationSolutionInterface. addExposedAssemblyLine(java.lang.String name)Convenience method to create a BaseConfiguration object in the exposed assemblylines container.static BaseConfigurationConfigUtils. createStandardObject(MetamergeConfig config, int type, java.lang.String name)Creates a new object in the default folder location for the type.BaseConfigurationBaseConfiguration. getChild(java.lang.Object name)BaseConfigurationBaseConfiguration. getChildForPath(java.lang.String path)This method traverses the child hierarchy (from the top) and returns the configuration object associated with the path.BaseConfigurationAssemblyLineConfig. getComponent(int position)Deprecated.in TDI 7.0BaseConfigurationAssemblyLineConfig. getComponent(java.lang.String name)Returns the component configurationBaseConfigurationAssemblyLineConfig. getComponentByName(java.lang.String name)Deprecated.in TDI 7.0BaseConfigurationContainerConfig. getConfig(int index)This method returns the configuration object at indexBaseConfigurationContainerConfig. getConfig(java.lang.String name)Returns the BaseConfiguration with the specified name in this container.BaseConfigurationContainerConfig. getConfig(java.lang.String name, boolean recursive)Returns the BaseConfiguration with the specified name traversing child objects of type ContainerConfig if recursive is true.BaseConfigurationLinkCriteriaConfig. getCriteria()BaseConfigurationInheritConfig. getDefaultInherit()Deprecated.BaseConfigurationMetamergeConfig. getDriverParameters()This method returns the driver parameters as a BaseConfiguration object.BaseConfigurationInheritConfig. getInheritFor(java.lang.Object name)Deprecated.BaseConfigurationBaseConfiguration. getInheritsFrom()Returns the object from which this object inherits data.BaseConfigurationBaseConfiguration. getParent()Returns the parent object to which this object belongs.BaseConfigurationSimulationConfig. getProxySettings()Gets the proxySettings Config holderBaseConfigurationAssemblyLineConfig. getSettings()Returns the AssemblyLine SettingsBaseConfigurationMetamergeConfig. newInstanceOf(int type)This method returns a new instance of the object type specified by type.BaseConfigurationMetamergeConfig. newInstanceOf(java.lang.Object typeName)This method returns a new instance of the object type specified by typeName.BaseConfigurationContainerConfig. 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 ContainerConfigAssemblyLineConfig. addComponent(BaseConfiguration config)This method adds a component configuration object to the correct component containerintContainerConfig. addConfig(BaseConfiguration config)This method adds a configuration object to the containervoidSearch. addTarget(BaseConfiguration target)Deprecated.voidMetamergeConfig. copy(BaseConfiguration input, java.lang.Object destination, boolean copyRefs)Copies a configuration object into this configuration.static voidMetamergeConfigFactory. copy(BaseConfiguration input, MetamergeConfig dest, javax.naming.Name destName)Recursively copy input configuration to another MetamergeConfig objectstatic voidMetamergeConfigFactory. copy(BaseConfiguration input, MetamergeConfig dest, javax.naming.Name destName, boolean overwrite)Recursively copy input configuration to another MetamergeConfig objectstatic voidMetamergeConfigFactory. copyObject(BaseConfiguration source, BaseConfiguration dest)Recursively copies an object to another MetamergeConfig object.static java.lang.ObjectMetamergeConfigFactory. getLocalNamespaceFor(MetamergeConfig referent, BaseConfiguration config)Returns the local namespace for a component.static java.lang.ObjectMetamergeConfigFactory. 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.ObjectGlobalRef. getObject(BaseConfiguration destination)Returns the object this refers to, in the local context if possible.intContainerConfig. indexOf(BaseConfiguration config)Returns the index of the BaseConfigurationvoidAssemblyLineConfig. insertComponent(BaseConfiguration connector, int position)Deprecated.in TDI 7.0intContainerConfig. insertConfig(BaseConfiguration config, int position)This method inesrts a configuration object at the specified indexbooleanContainerConfig. moveConfig(BaseConfiguration config, boolean up)Moves a BaseConfiguration one position up or downintContainerConfig. moveConfig(BaseConfiguration config, int position)Moves a BaseConfiguration to a new positionjava.lang.StringBaseConfiguration. nameForChild(BaseConfiguration config)Returns the name for a configuration objectvoidAssemblyLineConfig. removeComponent(BaseConfiguration component)Removes a component from the assemblylinebooleanContainerConfig. removeConfig(BaseConfiguration config)Removes a component from the containervoidSearch. removeTarget(BaseConfiguration target)Deprecated.voidBaseConfiguration. setChild(java.lang.Object name, BaseConfiguration config)Associates a configuration object with a name in this configurationvoidMetamergeConfig. setDriverParameters(BaseConfiguration driverParams)This method sets the driver parameters from a BaseConfiguration object.voidInheritConfig. setInheritFor(java.lang.Object forName, BaseConfiguration inheritFrom)Deprecated.voidBaseConfiguration. setInheritsFrom(BaseConfiguration inherit)Sets the object from which this object inherits data.voidBaseConfiguration. setParent(BaseConfiguration parent)Sets the parent object to which this object belongs.voidAssemblyLineConfig. setSettings(BaseConfiguration settings)Sets the AssemblyLine Settings of the AssemblyLineConfigstatic voidMetamergeConfigFactory. 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 classMetamergeConfigFSDeprecated.classMetamergeConfigXMLMetamergeConfigXML 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 BaseConfigurationMetamergeConfigFS. configObjectDeprecated.Methods in com.ibm.di.config.xml that return BaseConfiguration Modifier and Type Method Description BaseConfigurationMetamergeConfigFS. getDefaultConfigObject()Deprecated.BaseConfigurationMetamergeConfigFS. getDefaultConfigObject(boolean standardName)Deprecated.static BaseConfigurationFactories. getImpl(java.lang.String tag)BaseConfigurationMetamergeConfigXML. newInstanceOf(java.lang.Object typeName)Methods in com.ibm.di.config.xml with parameters of type BaseConfiguration Modifier and Type Method Description voidALMappingFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidAssemblyLineFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidBranchingFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidCheckpointFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Deprecated.Generate a XML element from a configuration object.voidConnectorFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidContainerFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidContainerFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem, boolean setbase)voidExtPropFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Deprecated.Generate a XML element from a configuration object.voidFactories. build(BaseConfiguration config, org.w3c.dom.Element element)Generate a XML element from a configuration object.voidFolderFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidFormFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidFunctionFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidHookFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidInstanceFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidLibraryFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidLoggingFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidLogItemFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidLoopFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidNamespaceFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidParserFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidPropertyFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidPropertyStoreFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidReconnectFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidSandboxFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidSchedulerFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)voidSchemaFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidScriptFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidSequenceFactory. build(BaseConfiguration bconfig, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidSimulationFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.voidSolutionInterfaceFactory. build(BaseConfiguration config, org.w3c.dom.Element element)Generate a XML element from a configuration object.voidTombstonesFactory. build(BaseConfiguration config, org.w3c.dom.Element elem)Generate a XML element from a configuration object.static voidFactories. dump(BaseConfiguration config)List information for this factory.voidFactories. 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.StringMetamergeConfigFS. getExtensionFor(BaseConfiguration config)Deprecated.voidFactories. getInheritsFrom(BaseConfiguration config, org.w3c.dom.Element elem)This method retries the inheritsFrom element and configures the base object with the retrieved information.voidFactories. getParameter(org.w3c.dom.Element p, BaseConfiguration config)Add simple parameter to configuration.voidFactories. getParameters(org.w3c.dom.Element p, BaseConfiguration config)Add simple parameters to configuration.voidSchemaFactory. getSchemaItem(org.w3c.dom.Element elem, BaseConfiguration config)voidALMappingFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidAssemblyLineFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidBranchingFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidCheckpointFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Deprecated.Parse a XML element into a configuration object.voidConnectorFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidContainerFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidContainerFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem, boolean getbase)voidExtPropFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Deprecated.Parse a XML element into a configuration object.voidFactories. parse(BaseConfiguration config, org.w3c.dom.Element element)Parse a XML element into a configuration object.voidFolderFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidFormFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidFunctionFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidHookFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidInstanceFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidLibraryFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidLoggingFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidLogItemFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidLoopFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidNamespaceFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidParserFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidPropertyFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidPropertyStoreFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidReconnectFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidSandboxFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidSchedulerFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)voidSchemaFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidScriptFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidSequenceFactory. parse(BaseConfiguration bconfig, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidSimulationFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidSolutionInterfaceFactory. parse(BaseConfiguration config, org.w3c.dom.Element element)Parse a XML element into a configuration object.voidTombstonesFactory. parse(BaseConfiguration config, org.w3c.dom.Element elem)Parse a XML element into a configuration object.voidFactories. setBaseName(BaseConfiguration config, org.w3c.dom.Element elem)Attaches to the XML tree a single element representing the user comment.voidFactories. setInheritsFrom(BaseConfiguration config, org.w3c.dom.Element elem)Set the inheritFrom if it exists.voidFactories. setParameter(org.w3c.dom.Element p, BaseConfiguration config, java.lang.Object pname)Generates XML element for parameter, initialize it and attach it to thepobject.org.w3c.dom.ElementFactories. setParameters(org.w3c.dom.Element p, BaseConfiguration config, java.lang.String tag)voidFactories. 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 BaseConfigurationConnector. getRawConnectorConfiguration()Returns the current configuration for the raw connectorBaseConfigurationConnectorInterface. 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 voidSchemaUtils. 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 BaseConfigurationFunction. getConfiguration()This method returns the function's current configurationBaseConfigurationFunctionInterface. getConfiguration()Gets the configuration attribute of the FunctionInterface objectMethods in com.ibm.di.fc with parameters of type BaseConfiguration Modifier and Type Method Description voidFunction. setConfiguration(BaseConfiguration configuration)This method is/should be called once after the object has been given its configurationvoidFunctionInterface. 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 voidWsdlGenerator. generateWsdl(BaseConfiguration aBaseConfig, java.lang.String aWsdlFileName, java.lang.String aWebServiceLocation)Generates WSDL with the specifiedBaseConfigurationand 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 BaseConfigurationConnectorDelegate. 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.StringIReport. 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 TreeNodeReportProcessor. createNode(java.lang.String title, java.lang.String type, BaseConfiguration configuration)java.lang.StringAssemblyLineOverview. 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 BaseConfigurationAssemblyLineComponent. getBaseConfiguration()BaseConfigurationBranchingComponent. getBaseConfiguration()This method returns the BaseConfigurationBaseConfigurationValidationIssue. getConfig()Return the configuration that has the problem.Methods in com.ibm.di.server with parameters of type BaseConfiguration Modifier and Type Method Description voidSearchCriteria. buildCriteria(Entry e, BaseConfiguration config, java.lang.Object task)voidAssemblyLineComponent. expandParameters(BaseConfiguration cf)Deprecated.voidValidator. initialize(BaseConfiguration config)Initialize validator.AssemblyLineComponentAssemblyLine. loadConnector(BaseConfiguration config)This method enables the user to load an AssemblyLine component given a configuration.voidValidationIssue. setConfig(BaseConfiguration config)Set configuration that has the problem.voidTaskCallBlock. 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 BaseConfigurationValidationIssue. 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 voidValidator. initialize(BaseConfiguration config)Initialize validator.voidValidationIssue. 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.
-