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

Packages that use ContainerConfig
com.ibm.di.config.base Provides classes that implement the Security Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Security Directory Integrator configuration model. 
com.ibm.di.report.aloverview   
 

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

Classes in com.ibm.di.config.base that implement ContainerConfig
 class BranchingConfigImpl
          Implements the configuration of a component used to branch the business logic
 class ContainerConfigImpl
          Implements a Container containing BaseConfiguration objects.
 class LoopConfigImpl
          Implements the configuration for a Loop Component in an AssemblyLine.
 class SequenceConfigImpl
           
 class SolutionInterfaceImpl
          This class provides access to the Solution interface settings of a configuration.
 

Fields in com.ibm.di.config.base declared as ContainerConfig
protected  ContainerConfig BranchingConfigImpl.conditions
          A container with the conditions of the branch component.
 

Methods in com.ibm.di.config.base that return ContainerConfig
 ContainerConfig AssemblyLineConfigImpl.addComponent(BaseConfiguration config)
          This method adds a component configuration object to the correct component container
 ContainerConfig SchemaItemConfigImpl.getChildSchemaList()
           
 ContainerConfig AssemblyLineConfigImpl.getComponents()
          Deprecated. in TDI 7.0
 ContainerConfig BranchingConfigImpl.getConditions()
          
 ContainerConfig AssemblyLineConfigImpl.getDataFlowComponents()
          Returns the data flow components container
 ContainerConfig AssemblyLineConfigImpl.getEntryFeedComponents()
          Returns the entry feed components container
 ContainerConfig SolutionInterfaceImpl.getExposedAssemblyLines()
           
 ContainerConfig SolutionInterfaceImpl.getExposedProperties()
           
 ContainerConfig ConnectorConfigImpl.getOperations()
          This method returns a list of supported operations
 ContainerConfig AssemblyLineConfigImpl.getOperations()
          This method returns a list of supported operations
 ContainerConfig PropertyManagerImpl.getPropertyStores()
           
 ContainerConfig ReconnectConfigImpl.getReconnectRules()
          
 ContainerConfig InstanceConfigImpl.getStartupItems()
          Returns the "list" of AssemblyLines that should be auto-started
 

Methods in com.ibm.di.config.base with parameters of type ContainerConfig
 void BranchingConfigImpl.setConditions(ContainerConfig conditions)
          Set the conditions of the branch component.
 

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

Subinterfaces of ContainerConfig in com.ibm.di.config.interfaces
 interface BranchingConfig
          The configuration of an AssemblyLine Branch component.
 interface LoopConfig
          Configuration for a Loop Component in an AssemblyLine.
 interface SequenceConfig
           
 interface SolutionInterface
          This interface provides access to the Solution interface settings of a configuration.
 

Methods in com.ibm.di.config.interfaces that return ContainerConfig
 ContainerConfig AssemblyLineConfig.addComponent(BaseConfiguration config)
          This method adds a component configuration object to the correct component container
 ContainerConfig SchemaItemConfig.getChildSchemaList()
          Returns the child schema
 ContainerConfig AssemblyLineConfig.getComponents()
          Deprecated. in TDI 7.0
 ContainerConfig BranchingConfig.getConditions()
           
 ContainerConfig AssemblyLineConfig.getDataFlowComponents()
          Returns the data flow components container
 ContainerConfig AssemblyLineConfig.getEntryFeedComponents()
          Returns the entry feed components container
 ContainerConfig SolutionInterface.getExposedAssemblyLines()
          Returns a container of assemblyline names that are exposed by this solution.
 ContainerConfig SolutionInterface.getExposedProperties()
          Returns a container of ExposedProperty objects.
 ContainerConfig OperationsConfig.getOperations()
          This method returns a list of supported operations
 ContainerConfig PropertyManager.getPropertyStores()
          Method gets the container for the property store configurations.
 ContainerConfig ReconnectConfig.getReconnectRules()
           
 ContainerConfig InstanceConfig.getStartupItems()
          Returns the "list" of AssemblyLines that should be auto-started
 

Uses of ContainerConfig in com.ibm.di.report.aloverview
 

Methods in com.ibm.di.report.aloverview with parameters of type ContainerConfig
static DataTable ReportUtil.getBranchConditionsData(ContainerConfig config)