Uses of Class
com.ibm.di.server.AssemblyLineComponent
-
Packages that use AssemblyLineComponent Package Description 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 AssemblyLineComponent in com.ibm.di.server
Subclasses of AssemblyLineComponent in com.ibm.di.server Modifier and Type Class Description class
AttributeMapComponent
This class is used by the AssemblyLine, it contains a standalone Attribute mapclass
BranchingComponent
This class is used by the AssemblyLine for branchesclass
CSDeltaTaskComponent
This class represents a component extending the functionality of the AssemblyLineComponent.class
EndBranchComponent
The EndBranchComponent is an internal component that is associated with a BranchComponent.class
EndLoopComponent
This class is used by the Assemblyline to mark the end of a loopclass
FunctionComponent
This is a wrapper class for IBM Tivoli Directory Integrator Function Components.class
LoopComponent
This class is used by an AssemblyLine to mark the beginning of a loopclass
ReplyChannelComponent
class
ScriptComponent
This class is used by the AssemblyLine for scripts.class
SwitchComponent
This class is used by an AssemblyLineMethods in com.ibm.di.server that return AssemblyLineComponent Modifier and Type Method Description AssemblyLineComponent
LoopComponent. getAssemblyLineComponent()
Returns the associated AssemblyLineComponent with the Connector.AssemblyLineComponent
AssemblyLine. getConnector(java.lang.String name)
Returns the AssemblyLineComponent with the given name.AssemblyLineComponent
Sequence. getConnector(java.lang.String arg0)
AssemblyLineComponent
TaskInterface. getConnector(java.lang.String name)
AssemblyLineComponent
AssemblyLine. loadConnector(BaseConfiguration config)
This method enables the user to load an AssemblyLine component given a configuration.Methods in com.ibm.di.server that return types with arguments of type AssemblyLineComponent Modifier and Type Method Description java.util.List<AssemblyLineComponent>
AssemblyLine. getConnectors()
Gets the list of AssemblyLineComponent objects this AssemblyLine hosts.Methods in com.ibm.di.server with parameters of type AssemblyLineComponent Modifier and Type Method Description void
AttributeMapping. pushStackFrame(AssemblyLineComponent tc)
boolean
AssemblyLine. setNextConnector(AssemblyLineComponent alc)
Sets the next connector to execute.boolean
AssemblyLine. setNextConnector(AssemblyLineComponent alc, boolean continueAfter)
Deprecated.Constructors in com.ibm.di.server with parameters of type AssemblyLineComponent Constructor Description ReplyChannelComponent(AssemblyLineComponent comp)
-
Uses of AssemblyLineComponent in com.ibm.di.util
Methods in com.ibm.di.util with parameters of type AssemblyLineComponent Modifier and Type Method Description java.util.List<java.lang.String>
DebugServer. getHookNames(AssemblyLineComponent tc, java.lang.Object[] hooks)
-