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 classSchemaItemConfigImplDescribes the configuration of an item from a schemaMethods in com.ibm.di.config.base that return SchemaItemConfig Modifier and Type Method Description SchemaItemConfigSchemaConfigImpl. getItem(java.lang.Object name)Returns a named SchemItemConfigSchemaItemConfigSchemaConfigImpl. 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 voidSchemaConfigImpl. 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 SchemaItemConfigSchemaConfig. getItem(java.lang.Object name)Gets the item attribute of the SchemaConfig objectSchemaItemConfigSchemaConfig. 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 voidSchemaConfig. 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 voidSchemaFactory. parseSchemaItem(org.w3c.dom.Element elem, SchemaItemConfig sci)voidSchemaFactory. 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.ElementSchemaUtils. 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 SchemaItemConfigSchemaUtils. 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 voidSchemaUtils. addChildSchemaItem(Attribute attr, SchemaItemConfig sic)Creates a child schema item in the the schema item config for each Attribute value found in the attribute.
-