Uses of Interface
com.ibm.di.config.interfaces.OperationConfig
-
Packages that use OperationConfig 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.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of OperationConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement OperationConfig Modifier and Type Class Description class
OperationConfigImpl
Implements the Configuration for a single AssemblyLine operation.Methods in com.ibm.di.config.base that return OperationConfig Modifier and Type Method Description OperationConfig
AssemblyLineConfigImpl. createOperation(java.lang.String name)
This method creates a new operation object.OperationConfig
ConnectorConfigImpl. createOperation(java.lang.String name)
This method creates a new operation object.OperationConfig
AssemblyLineConfigImpl. getOperation(java.lang.String name)
This method returns the config for a given operation.OperationConfig
ConnectorConfigImpl. getOperation(java.lang.String name)
This method returns the config for a given operation -
Uses of OperationConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return OperationConfig Modifier and Type Method Description OperationConfig
OperationsConfig. createOperation(java.lang.String name)
This method creates a new operation object.OperationConfig
OperationsConfig. getOperation(java.lang.String name)
This method returns the config for a given operation -
Uses of OperationConfig in com.ibm.di.server
Methods in com.ibm.di.server that return OperationConfig Modifier and Type Method Description OperationConfig
TaskCallBlock. getALOperationConfig()
Returns the AssemblyLine's OperationConfig for the current operationOperationConfig
TaskCallBlock. getALOperationConfig(java.lang.String name)
Returns the OperationConfig for the named operation in the AssemblyLine.
-