Uses of Interface
com.ibm.di.config.interfaces.SchemaConfig
-
Packages that use SchemaConfig Package Description com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API.com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API.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.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of SchemaConfig in com.ibm.di.api.jmx.mbeans
Methods in com.ibm.di.api.jmx.mbeans that return SchemaConfig Modifier and Type Method Description SchemaConfigConfigInstance. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's input parameters.SchemaConfigConfigInstanceMBean. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's input parameters.SchemaConfigConfigInstance. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's output parameters.SchemaConfigConfigInstanceMBean. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's output parameters. -
Uses of SchemaConfig in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return SchemaConfig Modifier and Type Method Description SchemaConfigConfigInstance. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's input parameters.SchemaConfigConfigInstance. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's output parameters. -
Uses of SchemaConfig in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl that return SchemaConfig Modifier and Type Method Description SchemaConfigConfigInstanceImpl. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's input parameters.SchemaConfigConfigInstanceImpl. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's output parameters. -
Uses of SchemaConfig in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return SchemaConfig Modifier and Type Method Description SchemaConfigConfigInstance. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's input parameters.SchemaConfigConfigInstance. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's output parameters. -
Uses of SchemaConfig in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl that return SchemaConfig Modifier and Type Method Description SchemaConfigConfigInstanceImpl. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's input parameters.SchemaConfigConfigInstanceImpl. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)Returns the AssemblyLine's output parameters. -
Uses of SchemaConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement SchemaConfig Modifier and Type Class Description classSchemaConfigImplImplementsSchemaConfigMethods in com.ibm.di.config.base that return SchemaConfig Modifier and Type Method Description SchemaConfigAssemblyLineConfigImpl. getPublishedInitParams()Returns the Published Initialization Parameter Schema for the AssemblyLineSchemaConfigConnectorConfigImpl. getPublishedInitParams()Returns the Published Initialization Parameter Schema for the AssemblyLineSchemaConfigAssemblyLineConfigImpl. getSchema(boolean input)Returns the AssemblyLine's schemaSchemaConfigAssemblyLineConfigImpl. getSchema(java.lang.String name)Returns the AssemblyLine's schema by name ("Input"/"Output")SchemaConfigConnectorConfigImpl. getSchema(boolean input)SchemaConfigConnectorConfigImpl. getSchema(java.lang.String name)SchemaConfigOperationConfigImpl. getSchema(boolean input)SchemaConfigParserConfigImpl. getSchema(boolean input)SchemaConfigParserConfigImpl. getSchema(java.lang.String name)Methods in com.ibm.di.config.base with parameters of type SchemaConfig Modifier and Type Method Description voidSchemaConfigImpl. attachSchema(SchemaConfig schema)Attach a Schema.voidSchemaConfigImpl. detachSchema(SchemaConfig schema)Detach a Schema.voidAssemblyLineConfigImpl. setPublishedInitParams(SchemaConfig schema)Sets the Published Initialization Parameter Schema for the AssemblyLinevoidConnectorConfigImpl. setPublishedInitParams(SchemaConfig schema)Sets the Published Initialization Parameter Schema for the AssemblyLine -
Uses of SchemaConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return SchemaConfig Modifier and Type Method Description SchemaConfigOperationsConfig. getPublishedInitParams()Returns the Published Initialization Parameter Schema for the AssemblyLineSchemaConfigAssemblyLineConfig. getSchema(boolean input)Returns the AssemblyLine's schemaSchemaConfigAssemblyLineConfig. getSchema(java.lang.String name)Returns the AssemblyLine's schema by name ("Input"/"Output")SchemaConfigConnectorConfig. getSchema(boolean input)SchemaConfigConnectorConfig. getSchema(java.lang.String name)SchemaConfigOperationConfig. getSchema(boolean input)Returns the input or output schemaSchemaConfigParserConfig. getSchema(boolean input)SchemaConfigParserConfig. getSchema(java.lang.String name)Methods in com.ibm.di.config.interfaces with parameters of type SchemaConfig Modifier and Type Method Description voidOperationsConfig. setPublishedInitParams(SchemaConfig schema)Sets the Published Initialization Parameter Schema for the AssemblyLine -
Uses of SchemaConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type SchemaConfig Modifier and Type Method Description protected voidSchemaFactory. migrateSchema(SchemaConfig cc, AttributeMapConfig amc, org.w3c.dom.Element elem, boolean input)voidSchemaFactory. migrateSchemaItem(org.w3c.dom.Element elem, SchemaConfig config, AttributeMapConfig amc, boolean input) -
Uses of SchemaConfig in com.ibm.di.connector.axis2.util
Methods in com.ibm.di.connector.axis2.util that return types with arguments of type SchemaConfig Modifier and Type Method Description static java.util.List<SchemaConfig>SchemaUtils. getInAndOutMessageSchema(org.apache.axis2.description.AxisService serviceInp, java.lang.String operation)Retrieves the input and output message schema for the given operation from the give service.static java.util.List<SchemaConfig>SchemaUtils. getSchemaForAllOperationsInService(org.apache.axis2.description.AxisService service)Returns a schema information for all operations in the given service.Methods in com.ibm.di.connector.axis2.util with parameters of type SchemaConfig Modifier and Type Method Description static org.w3c.dom.ElementSchemaUtils. convertSchemaConfigToXSDElement(org.w3c.dom.Document doc, SchemaConfig schemaConfig, java.lang.String wrapperName)Convert a TDI Schema to a XML Schema complex type element definition.static voidSchemaUtils. getInOrOutMessageSchema(org.apache.axis2.description.AxisService serviceInp, java.lang.String opName, boolean in, SchemaConfig schema)Fills TDI Schema (SchemaConfig) object with the XML Schema for the given operation. -
Uses of SchemaConfig in com.ibm.di.server
Methods in com.ibm.di.server that return SchemaConfig Modifier and Type Method Description SchemaConfigTaskCallBlock. getALInitializationParameters()Returns the SchemaConfig for the Published AssemblyLine Initialization Parameters. -
Uses of SchemaConfig in com.ibm.di.util
Methods in com.ibm.di.util with parameters of type SchemaConfig 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.
-