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 classOperationConfigImplImplements the Configuration for a single AssemblyLine operation.Methods in com.ibm.di.config.base that return OperationConfig Modifier and Type Method Description OperationConfigAssemblyLineConfigImpl. createOperation(java.lang.String name)This method creates a new operation object.OperationConfigConnectorConfigImpl. createOperation(java.lang.String name)This method creates a new operation object.OperationConfigAssemblyLineConfigImpl. getOperation(java.lang.String name)This method returns the config for a given operation.OperationConfigConnectorConfigImpl. 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 OperationConfigOperationsConfig. createOperation(java.lang.String name)This method creates a new operation object.OperationConfigOperationsConfig. 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 OperationConfigTaskCallBlock. getALOperationConfig()Returns the AssemblyLine's OperationConfig for the current operationOperationConfigTaskCallBlock. getALOperationConfig(java.lang.String name)Returns the OperationConfig for the named operation in the AssemblyLine.
-