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 SchemaConfig
ConfigInstance. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's input parameters.SchemaConfig
ConfigInstanceMBean. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's input parameters.SchemaConfig
ConfigInstance. getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's output parameters.SchemaConfig
ConfigInstanceMBean. 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 SchemaConfig
ConfigInstance. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's input parameters.SchemaConfig
ConfigInstance. 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 SchemaConfig
ConfigInstanceImpl. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's input parameters.SchemaConfig
ConfigInstanceImpl. 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 SchemaConfig
ConfigInstance. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's input parameters.SchemaConfig
ConfigInstance. 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 SchemaConfig
ConfigInstanceImpl. getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
Returns the AssemblyLine's input parameters.SchemaConfig
ConfigInstanceImpl. 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 class
SchemaConfigImpl
ImplementsSchemaConfig
Methods in com.ibm.di.config.base that return SchemaConfig Modifier and Type Method Description SchemaConfig
AssemblyLineConfigImpl. getPublishedInitParams()
Returns the Published Initialization Parameter Schema for the AssemblyLineSchemaConfig
ConnectorConfigImpl. getPublishedInitParams()
Returns the Published Initialization Parameter Schema for the AssemblyLineSchemaConfig
AssemblyLineConfigImpl. getSchema(boolean input)
Returns the AssemblyLine's schemaSchemaConfig
AssemblyLineConfigImpl. getSchema(java.lang.String name)
Returns the AssemblyLine's schema by name ("Input"/"Output")SchemaConfig
ConnectorConfigImpl. getSchema(boolean input)
SchemaConfig
ConnectorConfigImpl. getSchema(java.lang.String name)
SchemaConfig
OperationConfigImpl. getSchema(boolean input)
SchemaConfig
ParserConfigImpl. getSchema(boolean input)
SchemaConfig
ParserConfigImpl. getSchema(java.lang.String name)
Methods in com.ibm.di.config.base with parameters of type SchemaConfig Modifier and Type Method Description void
SchemaConfigImpl. attachSchema(SchemaConfig schema)
Attach a Schema.void
SchemaConfigImpl. detachSchema(SchemaConfig schema)
Detach a Schema.void
AssemblyLineConfigImpl. setPublishedInitParams(SchemaConfig schema)
Sets the Published Initialization Parameter Schema for the AssemblyLinevoid
ConnectorConfigImpl. 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 SchemaConfig
OperationsConfig. getPublishedInitParams()
Returns the Published Initialization Parameter Schema for the AssemblyLineSchemaConfig
AssemblyLineConfig. getSchema(boolean input)
Returns the AssemblyLine's schemaSchemaConfig
AssemblyLineConfig. getSchema(java.lang.String name)
Returns the AssemblyLine's schema by name ("Input"/"Output")SchemaConfig
ConnectorConfig. getSchema(boolean input)
SchemaConfig
ConnectorConfig. getSchema(java.lang.String name)
SchemaConfig
OperationConfig. getSchema(boolean input)
Returns the input or output schemaSchemaConfig
ParserConfig. getSchema(boolean input)
SchemaConfig
ParserConfig. getSchema(java.lang.String name)
Methods in com.ibm.di.config.interfaces with parameters of type SchemaConfig Modifier and Type Method Description void
OperationsConfig. 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 void
SchemaFactory. migrateSchema(SchemaConfig cc, AttributeMapConfig amc, org.w3c.dom.Element elem, boolean input)
void
SchemaFactory. 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.Element
SchemaUtils. 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 void
SchemaUtils. 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 SchemaConfig
TaskCallBlock. 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 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.
-