Uses of Interface
com.ibm.di.server.TaskInterface
-
Packages that use TaskInterface Package Description 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. -
-
Uses of TaskInterface in com.ibm.di.server
Classes in com.ibm.di.server that implement TaskInterface Modifier and Type Class Description class
AssemblyLine
This class represents a IBM Tivoli Directory Integrator AssemblyLine.class
Sequence
Methods in com.ibm.di.server with parameters of type TaskInterface Modifier and Type Method Description void
TaskCallBlock. setTask(TaskInterface task)
Sets the logger from the given task contextConstructors in com.ibm.di.server with parameters of type TaskInterface Constructor Description AssemblyLineComponent(TaskInterface parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn)
Constructor for theAssemblyLineComponent
objectAssemblyLineComponent(TaskInterface parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean forceRuntime)
Constructor for theAssemblyLineComponent
objectAttributeMapping(java.lang.String name, TaskInterface context, Log log, ScriptEngine se)
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.TaskCallBlock(java.lang.String assemblyLine, TaskInterface task)
-
Uses of TaskInterface in com.ibm.di.store
Methods in com.ibm.di.store with parameters of type TaskInterface Modifier and Type Method Description TaskCallBlock
SandboxStore. getTCB(AssemblyLineConfig alc, TaskInterface task)
Return a previously stored TCB
-