|
|||||||||||
| 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 | |
| com.ibm.di.util | Provides utility classes for the Tivoli 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(Object name)
Returns a named SchemItemConfig |
SchemaItemConfig |
SchemaConfigImpl.newItem(Object name)
Constructs a new SchemaItemConfig object. |
| Methods in com.ibm.di.config.base with parameters of type SchemaItemConfig | |
|---|---|
void |
SchemaConfigImpl.setItem(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(Object name)
Gets the item attribute of the SchemaConfig object |
SchemaItemConfig |
SchemaConfig.newItem(Object name)
Constructs a new SchemaItemConfig object |
| Methods in com.ibm.di.config.interfaces with parameters of type SchemaItemConfig | |
|---|---|
void |
SchemaConfig.setItem(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(Element elem,
SchemaItemConfig sci)
|
void |
SchemaFactory.setSchemaItem(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 Element |
SchemaUtils.convertSchemaConfigItemToXSDElement(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,
String name,
String syntax,
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||