Uses of Interface
com.ibm.di.config.interfaces.ConnectorConfig
-
Packages that use ConnectorConfig 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 Provides classes for the Directory Integrator's connectors.com.ibm.di.fc Provides classes for the Directory Integrator's function components.com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.model.descriptor com.ibm.di.osgi 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 ConnectorConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ConnectorConfig Modifier and Type Class Description classALMappingConfigImplThis is the implementation class for the configuration of an AssemblyLine Attribute Map Component.classConnectorConfigImplThis class implements the TDI Connector configuration.classFunctionConfigImplThe configuration for a TDI Function Component, e.g.Fields in com.ibm.di.config.base declared as ConnectorConfig Modifier and Type Field Description protected ConnectorConfigLoopConfigImpl. loopConnectorMethods in com.ibm.di.config.base that return ConnectorConfig Modifier and Type Method Description ConnectorConfigAssemblyLineConfigImpl. getConnector(int position)Returns the connector attribute of the AssemblyLineConfig objectConnectorConfigMetamergeConfigImpl. getConnector(java.lang.Object name)ConnectorConfigAssemblyLineConfigImpl. getConnectorByName(java.lang.Object connectorName)Returns the connector attribute of the AssemblyLineConfig objectConnectorConfigLoopConfigImpl. getLoopConnector()Returns the Loop connector configurationMethods in com.ibm.di.config.base with parameters of type ConnectorConfig Modifier and Type Method Description voidLoopConfigImpl. setLoopConnector(ConnectorConfig cc) -
Uses of ConnectorConfig in com.ibm.di.config.interfaces
Subinterfaces of ConnectorConfig in com.ibm.di.config.interfaces Modifier and Type Interface Description interfaceALMappingConfigThe configuration for an AssemblyLine Attribute Map Component.interfaceFunctionConfigThe configuration for a TDI Function Component, e.g.Methods in com.ibm.di.config.interfaces that return ConnectorConfig Modifier and Type Method Description ConnectorConfigAssemblyLineConfig. getConnector(int position)Returns the connector attribute of the AssemblyLineConfig objectConnectorConfigMetamergeConfig. getConnector(java.lang.Object name)Returns the ConnectorConfig object for the named connector.ConnectorConfigAssemblyLineConfig. getConnectorByName(java.lang.Object name)Returns the connector attribute of the AssemblyLineConfig objectConnectorConfigLoopConfig. getLoopConnector()Returns the Loop connector configuration -
Uses of ConnectorConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type ConnectorConfig Modifier and Type Method Description voidConnectorFactory. getAttributeMaps(org.w3c.dom.Element elem, ConnectorConfig config)voidConnectorFactory. getSchemas(org.w3c.dom.Element elem, ConnectorConfig config)voidSchemaFactory. migrate(ConnectorConfig cc, org.w3c.dom.Element elem)voidConnectorFactory. setAttributeMaps(org.w3c.dom.Element elem, ConnectorConfig cc)voidConnectorFactory. setSchemas(org.w3c.dom.Element elem, ConnectorConfig cc) -
Uses of ConnectorConfig in com.ibm.di.connector
Methods in com.ibm.di.connector with parameters of type ConnectorConfig Modifier and Type Method Description java.util.Vector<java.lang.String>AssemblyLineConnector. getALModes(ConnectorConfig config)This method checks the defined operations of the target AL and returns them as a Vector of names.java.util.Vector<java.lang.String>AssemblyLineConnector. getModes(ConnectorConfig config)This method checks the defined operations of the target AL and returns them as a Vector of names.java.util.Vector<java.lang.String>Connector. getModes(ConnectorConfig config)Returns the connector's modes.voidConnector. queryOperations(ConnectorConfig config)Discover the operations for a connection given the provided configuration.voidConnectorInterface. queryOperations(ConnectorConfig config)Discover the operations for a connection given the provided configuration. -
Uses of ConnectorConfig in com.ibm.di.fc
Methods in com.ibm.di.fc with parameters of type ConnectorConfig Modifier and Type Method Description booleanAssemblyLineFC. updateSchemaConnector(ConnectorConfig config)This method modifies the schema in the provided configuration. -
Uses of ConnectorConfig in com.ibm.di.function
Methods in com.ibm.di.function that return ConnectorConfig Modifier and Type Method Description static ConnectorConfigSystemFunctions. createRuntimeConnector()Methods in com.ibm.di.function with parameters of type ConnectorConfig Modifier and Type Method Description static ConnectorInterfaceSystemFunctions. loadConnector(ConnectorConfig config)static ConnectorInterfaceSystemFunctions. loadConnector(ConnectorConfig config, java.lang.Object parentConfig)static ConnectorInterfaceSystemFunctions. loadConnector(ConnectorConfig config, java.lang.Object parentConfig, RSInterface server) -
Uses of ConnectorConfig in com.ibm.di.model.descriptor
Methods in com.ibm.di.model.descriptor with parameters of type ConnectorConfig Modifier and Type Method Description static ConnectorDescriptorDescriptorUtils. getConnectorDescriptor(java.lang.String connId, ConnectorConfig cfg)Generates aConnectorDescriptorbased on the tdi.xml for the connector specified by the provided parameters. -
Uses of ConnectorConfig in com.ibm.di.osgi
Methods in com.ibm.di.osgi with parameters of type ConnectorConfig Modifier and Type Method Description java.util.Vector<java.lang.String>ConnectorDelegate. getModes(ConnectorConfig config)voidConnectorDelegate. queryOperations(ConnectorConfig config) -
Uses of ConnectorConfig in com.ibm.di.server
Fields in com.ibm.di.server declared as ConnectorConfig Modifier and Type Field Description protected ConnectorConfigAssemblyLineComponent. configThis is our configuration (with attribute maps, hooks etc ...)Methods in com.ibm.di.server that return ConnectorConfig Modifier and Type Method Description ConnectorConfigAssemblyLineComponent. getConfiguration()ConnectorConfigAttributeMapComponent. getConfiguration()Returns the configuration for this componentConnectorConfigBranchingComponent. getConfiguration()This method returns the Connector configurationConnectorConfigLoopComponent. getConfiguration()Returns the LoopConnector Config.ConnectorConfigScriptComponent. getConfiguration()This method returns the Connector configurationConnectorConfigRS. getConnector(java.lang.String name)Returns the "Connector" entry for nameConnectorConfigRSInterface. getConnector(java.lang.String name)Returns the "Connector" entry for nameMethods in com.ibm.di.server with parameters of type ConnectorConfig Modifier and Type Method Description voidAssemblyLine. addRuntimeConnector(java.lang.String name, ConnectorConfig config, boolean executeProlog)This method creates an ALComponent from the provided connector config.static booleanCSDeltaTaskComponent. deltaEnabled(ConnectorConfig config)Determines whether the delta of the given connector configuration is enable.AssemblyLinePool.ALWorkerAssemblyLinePool. startThread(java.lang.String name, ConnectorConfig config)Starts a new thread with the provided connector config.Constructors in com.ibm.di.server with parameters of type ConnectorConfig Constructor Description ALWorker(java.lang.String name, ConnectorConfig config, AssemblyLinePool pool)AssemblyLineComponent(TaskInterface parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn)Constructor for theAssemblyLineComponentobjectAssemblyLineComponent(TaskInterface parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean forceRuntime)Constructor for theAssemblyLineComponentobjectCSDeltaTaskComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting)Constructor.CSDeltaTaskComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting, boolean forceRuntime)Constructor.ReplyChannelComponent(ConnectorConfig config)Deprecated.ScriptComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn)Constructor for the script component object. -
Uses of ConnectorConfig in com.ibm.di.util
Methods in com.ibm.di.util that return ConnectorConfig Modifier and Type Method Description ConnectorConfigHookTree. getConfig()Returns the Associated ConnectorConfigMethods in com.ibm.di.util with parameters of type ConnectorConfig Modifier and Type Method Description static voidSchemaUtils. convertEntryToSchema(Entry entry, ConnectorConfig cc, boolean input)Creates a schema item for each attribute in the entry.static voidSchemaUtils. convertEntryToSchemaHier(Entry entry, ConnectorConfig cc, boolean input)Creates a schema item for each attribute in the entry.static java.lang.Object[]HooksUtil. getHookTree(ConnectorConfig cc)static HookTreeHookTree. getHookTree(ConnectorConfig cc)Return a new HookTree for a ConnectorConfigstatic HookTreeHookTree. getHookTree(ConnectorConfig cc, HookTree.Phase phase)Return a new HookTree for a ConnectorConfig in a given Phase.
-