Uses of Interface
com.ibm.di.config.interfaces.ContainerConfig
-
Packages that use ContainerConfig Package Description 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.report.aloverview -
-
Uses of ContainerConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ContainerConfig Modifier and Type Class Description classBranchingConfigImplImplements the configuration of a component used to branch the business logicclassContainerConfigImplImplements a Container containing BaseConfiguration objects.classLoopConfigImplImplements the configuration for a Loop Component in an AssemblyLine.classSequenceConfigImplclassSolutionInterfaceImplThis class provides access to the Solution interface settings of a configuration.Fields in com.ibm.di.config.base declared as ContainerConfig Modifier and Type Field Description protected ContainerConfigBranchingConfigImpl. conditionsA container with the conditions of the branch component.Methods in com.ibm.di.config.base that return ContainerConfig Modifier and Type Method Description ContainerConfigAssemblyLineConfigImpl. addComponent(BaseConfiguration config)This method adds a component configuration object to the correct component containerContainerConfigSchemaItemConfigImpl. getChildSchemaList()ContainerConfigAssemblyLineConfigImpl. getComponents()Deprecated.in TDI 7.0ContainerConfigBranchingConfigImpl. getConditions()ContainerConfigAssemblyLineConfigImpl. getDataFlowComponents()Returns the data flow components containerContainerConfigAssemblyLineConfigImpl. getEntryFeedComponents()Returns the entry feed components containerContainerConfigSolutionInterfaceImpl. getExposedAssemblyLines()ContainerConfigSolutionInterfaceImpl. getExposedProperties()ContainerConfigAssemblyLineConfigImpl. getOperations()This method returns a list of supported operationsContainerConfigConnectorConfigImpl. getOperations()This method returns a list of supported operationsContainerConfigPropertyManagerImpl. getPropertyStores()ContainerConfigReconnectConfigImpl. getReconnectRules()ContainerConfigInstanceConfigImpl. getStartupItems()Returns the "list" of AssemblyLines that should be auto-startedMethods in com.ibm.di.config.base with parameters of type ContainerConfig Modifier and Type Method Description voidBranchingConfigImpl. 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 Modifier and Type Interface Description interfaceBranchingConfigThe configuration of an AssemblyLine Branch component.interfaceLoopConfigConfiguration for a Loop Component in an AssemblyLine.interfaceSequenceConfiginterfaceSolutionInterfaceThis interface provides access to the Solution interface settings of a configuration.Methods in com.ibm.di.config.interfaces that return ContainerConfig Modifier and Type Method Description ContainerConfigAssemblyLineConfig. addComponent(BaseConfiguration config)This method adds a component configuration object to the correct component containerContainerConfigSchemaItemConfig. getChildSchemaList()Returns the child schemaContainerConfigAssemblyLineConfig. getComponents()Deprecated.in TDI 7.0ContainerConfigBranchingConfig. getConditions()ContainerConfigAssemblyLineConfig. getDataFlowComponents()Returns the data flow components containerContainerConfigAssemblyLineConfig. getEntryFeedComponents()Returns the entry feed components containerContainerConfigSolutionInterface. getExposedAssemblyLines()Returns a container of assemblyline names that are exposed by this solution.ContainerConfigSolutionInterface. getExposedProperties()Returns a container of ExposedProperty objects.ContainerConfigOperationsConfig. getOperations()This method returns a list of supported operationsContainerConfigPropertyManager. getPropertyStores()Method gets the container for the property store configurations.ContainerConfigReconnectConfig. getReconnectRules()ContainerConfigInstanceConfig. 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 Modifier and Type Method Description static DataTableReportUtil. getBranchConditionsData(ContainerConfig config)
-