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

Packages that use ConnectorSchemaItemConfig
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
 

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

Classes in com.ibm.di.config.base that implement ConnectorSchemaItemConfig
 class ConnectorSchemaItemConfigImpl
          Deprecated.  
 

Methods in com.ibm.di.config.base that return ConnectorSchemaItemConfig
 ConnectorSchemaItemConfig ConnectorSchemaConfigImpl.getItem(Object name)
          Deprecated.  
 ConnectorSchemaItemConfig ConnectorSchemaConfigImpl.getItem(Object name, boolean create)
          Deprecated.  
 ConnectorSchemaItemConfig ConnectorSchemaConfigImpl.newItem(Object name)
          Deprecated.  
 

Methods in com.ibm.di.config.base with parameters of type ConnectorSchemaItemConfig
 void ConnectorSchemaConfigImpl.setItem(Object name, ConnectorSchemaItemConfig item)
          Deprecated.  
 

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

Methods in com.ibm.di.config.interfaces that return ConnectorSchemaItemConfig
 ConnectorSchemaItemConfig ConnectorSchemaConfig.getItem(Object name)
          Deprecated. Gets the item attribute of the ConnectorSchemaConfig object
 ConnectorSchemaItemConfig ConnectorSchemaConfig.getItem(Object name, boolean create)
          Deprecated.  
 ConnectorSchemaItemConfig ConnectorSchemaConfig.newItem(Object name)
          Deprecated. Creates a new schema item.
 

Methods in com.ibm.di.config.interfaces with parameters of type ConnectorSchemaItemConfig
 void ConnectorSchemaConfig.setItem(Object name, ConnectorSchemaItemConfig item)
          Deprecated. Sets the item attribute of the ConnectorSchemaConfig object