Uses of Interface
com.ibm.di.config.interfaces.SchemaItemConfig
-
Packages that use SchemaItemConfig 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.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.connector.axis2.util com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of SchemaItemConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement SchemaItemConfig Modifier and Type Class Description class
SchemaItemConfigImpl
Describes the configuration of an item from a schemaMethods in com.ibm.di.config.base that return SchemaItemConfig Modifier and Type Method Description SchemaItemConfig
SchemaConfigImpl. getItem(java.lang.Object name)
Returns a named SchemItemConfigSchemaItemConfig
SchemaConfigImpl. newItem(java.lang.Object name)
Constructs a new SchemaItemConfig object.Methods in com.ibm.di.config.base with parameters of type SchemaItemConfig Modifier and Type Method Description 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 Modifier and Type Method Description SchemaItemConfig
SchemaConfig. getItem(java.lang.Object name)
Gets the item attribute of the SchemaConfig objectSchemaItemConfig
SchemaConfig. newItem(java.lang.Object name)
Constructs a new SchemaItemConfig objectMethods in com.ibm.di.config.interfaces with parameters of type SchemaItemConfig Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-