Uses of Interface
com.ibm.di.config.interfaces.AssemblyLineConfig
-
Packages that use AssemblyLineConfig 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.fc.webservice.util Provides utility classes used by the web service function components.com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.report.aloverview com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.store Provides classes for the Security Verify Directory Integrator system store.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of AssemblyLineConfig in com.ibm.di.api.jmx.mbeans
Methods in com.ibm.di.api.jmx.mbeans that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
AssemblyLine. getConfig()
Returns configuration information about the AssemblyLine.AssemblyLineConfig
AssemblyLineMBean. getConfig()
Returns configuration information about the AssemblyLine. -
Uses of AssemblyLineConfig in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
AssemblyLine. getConfig()
Returns configuration information about the AssemblyLine. -
Uses of AssemblyLineConfig in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
AssemblyLineImpl. getConfig()
Returns configuration information about the AssemblyLine. -
Uses of AssemblyLineConfig in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
AssemblyLine. getConfig()
Returns configuration information about the AssemblyLine. -
Uses of AssemblyLineConfig in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
AssemblyLineImpl. getConfig()
Returns configuration information about the AssemblyLine. -
Uses of AssemblyLineConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement AssemblyLineConfig Modifier and Type Class Description class
AssemblyLineConfigImpl
The implementation class for the configuration of an AssemblyLine.Methods in com.ibm.di.config.base that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
SimulationConfigImpl. createOrUpdateProxyAL()
AssemblyLineConfig
MetamergeConfigImpl. getAssemblyLine(java.lang.Object name)
Constructors in com.ibm.di.config.base with parameters of type AssemblyLineConfig Constructor Description FormConfigUtil(AssemblyLineConfig alc)
Use this constructor to generate an XSD based on the assemblyline' schema. -
Uses of AssemblyLineConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
SimulationConfig. createOrUpdateProxyAL()
This method checks the current simulation config settings and uses the ProxyAL setting to lookup the ProxyAL's AssibmlyLineConfig object.AssemblyLineConfig
MetamergeConfig. getAssemblyLine(java.lang.Object name)
Returns the AssemblyLineConfig object for the named assemblyline. -
Uses of AssemblyLineConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type AssemblyLineConfig Modifier and Type Method Description void
AssemblyLineFactory. getAttributeMaps(org.w3c.dom.Element elem, AssemblyLineConfig config)
This method parses all AttributeMap elements in the XML file into configuration objects.void
AssemblyLineFactory. getSchemas(org.w3c.dom.Element elem, AssemblyLineConfig config)
This method parses all Schema elements in the XML file into configuration objects.void
AssemblyLineFactory. migrateCallParam(AssemblyLineConfig assemblyLine, org.w3c.dom.Element elem, boolean input)
Reads and converts the old style call parameters to the new style. -
Uses of AssemblyLineConfig in com.ibm.di.fc.webservice.util
Constructors in com.ibm.di.fc.webservice.util with parameters of type AssemblyLineConfig Constructor Description WsdlGenerator(AssemblyLineConfig aALConfig, java.lang.String aWebServiceLocation)
Class constructor -
Uses of AssemblyLineConfig in com.ibm.di.function
Methods in com.ibm.di.function that return AssemblyLineConfig Modifier and Type Method Description static AssemblyLineConfig
SystemFunctions. loadAssemblyLine(java.lang.String name)
static AssemblyLineConfig
SystemFunctions. loadAssemblyLine(java.lang.String name, RSInterface server)
-
Uses of AssemblyLineConfig in com.ibm.di.report.aloverview
Methods in com.ibm.di.report.aloverview that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
AssemblyLineInfo. getAssemblyLineConfig()
Constructors in com.ibm.di.report.aloverview with parameters of type AssemblyLineConfig Constructor Description AssemblyLineInfo(AssemblyLineConfig assemblyLineConfig, MetamergeConfig metamergeConfig)
-
Uses of AssemblyLineConfig in com.ibm.di.server
Methods in com.ibm.di.server that return AssemblyLineConfig Modifier and Type Method Description AssemblyLineConfig
TaskCallBlock. getAssemblyLineConfig()
AssemblyLineConfig
AssemblyLine. getConfigClone()
Gets a cone of the configuration object of this AssemblyLineAssemblyLineConfig
RS. getTask(java.lang.String name)
Returns the "AssemblyLine" entryAssemblyLineConfig
RSInterface. getTask(java.lang.String name)
Returns the "AssemblyLine" entryMethods in com.ibm.di.server with parameters of type AssemblyLineConfig Modifier and Type Method Description void
TaskCallBlock. applyALSettings(AssemblyLineConfig alc)
Applies the user defined AL settings to the AssemblyLineConfig.AssemblyLine
RS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender, AssemblyLineConfig alc)
Start named AssemblyLine providing parametersConstructors in com.ibm.di.server with parameters of type AssemblyLineConfig Constructor Description AssemblyLine(RSInterface parent, java.lang.String taskName, java.lang.Object param, Log log, AssemblyLineConfig alc)
Constructor for the AssemblyLine object that is available in JavaScript via the pre-registered variable task.AssemblyLinePool(java.lang.String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig)
AssemblyLinePool(java.lang.String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, int debugPort)
AssemblyLinePool(java.lang.String assemblyLine, Log log, RSInterface parent, AssemblyLineConfig alConfig, java.lang.String debugHost, int debugPort, boolean debugOnError, java.util.Map<java.lang.String,java.lang.Boolean> componentDebugModes)
TaskCallBlock(Entry old, AssemblyLineConfig alc, TaskInterface task)
Constructor - Populate object with saved data and current task context.TaskCallBlock(java.lang.String assemblyLine, AssemblyLineConfig alc, TaskInterface task)
Constructor - Populate object with assemblyline input/output parameters and connector parameters, and a task context. -
Uses of AssemblyLineConfig in com.ibm.di.store
Methods in com.ibm.di.store with parameters of type AssemblyLineConfig Modifier and Type Method Description TaskCallBlock
SandboxStore. getTCB(AssemblyLineConfig alc, TaskInterface task)
Return a previously stored TCB -
Uses of AssemblyLineConfig in com.ibm.di.util
Methods in com.ibm.di.util with parameters of type AssemblyLineConfig Modifier and Type Method Description static HookTree
HookTree. getHookTree(AssemblyLineConfig alc)
Return a new HookTree for an AssemblyLineConfigConstructors in com.ibm.di.util with parameters of type AssemblyLineConfig Constructor Description AssemblyLineScripts(AssemblyLineConfig alc)
-