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

Packages that use SchemaItemConfig
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.config.xml Provides classes that implement the reading and writing of the Security Directory Integrator configuration components. 
com.ibm.di.connector.axis2.util   
com.ibm.di.util Provides utility classes for the Security Directory Integrator. 
 

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

Classes in com.ibm.di.config.base that implement SchemaItemConfig
 class SchemaItemConfigImpl
          Describes the configuration of an item from a schema
 

Methods in com.ibm.di.config.base that return SchemaItemConfig
 SchemaItemConfig SchemaConfigImpl.getItem(java.lang.Object name)
          Returns a named SchemItemConfig
 SchemaItemConfig SchemaConfigImpl.newItem(java.lang.Object name)
          Constructs a new SchemaItemConfig object.
 

Methods in com.ibm.di.config.base with parameters of type SchemaItemConfig
 void SchemaConfigImpl.setItem(java.lang.Object name, SchemaItemConfig item)
          Sets the item attribute of the SchemaConfig object
 

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

Methods in com.ibm.di.config.interfaces that return SchemaItemConfig
 SchemaItemConfig SchemaConfig.getItem(java.lang.Object name)
          Gets the item attribute of the SchemaConfig object
 SchemaItemConfig SchemaConfig.newItem(java.lang.Object name)
          Constructs a new SchemaItemConfig object
 

Methods in com.ibm.di.config.interfaces with parameters of type SchemaItemConfig
 void SchemaConfig.setItem(java.lang.Object name, SchemaItemConfig item)
          Sets the item attribute of the SchemaConfig object
 

Uses of SchemaItemConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type SchemaItemConfig
 void SchemaFactory.parseSchemaItem(org.w3c.dom.Element elem, SchemaItemConfig sci)
           
 void SchemaFactory.setSchemaItem(org.w3c.dom.Element elem, SchemaItemConfig config)
           
 

Uses of SchemaItemConfig in com.ibm.di.connector.axis2.util
 

Methods in com.ibm.di.connector.axis2.util with parameters of type SchemaItemConfig
static org.w3c.dom.Element SchemaUtils.convertSchemaConfigItemToXSDElement(org.w3c.dom.Document doc, SchemaItemConfig sic)
          Convert TDI Schema item to XML Schema element definition.
 

Uses of SchemaItemConfig in com.ibm.di.util
 

Methods in com.ibm.di.util that return SchemaItemConfig
static SchemaItemConfig SchemaUtils.addSchemaItem(SchemaConfig config, java.lang.String name, java.lang.String syntax, java.lang.Object attr)
          Creates a schema item in the the schema config.
 

Methods in com.ibm.di.util with parameters of type SchemaItemConfig
static void SchemaUtils.addChildSchemaItem(Attribute attr, SchemaItemConfig sic)
          Creates a child schema item in the the schema item config for each Attribute value found in the attribute.