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