|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionConfig | |
---|---|
com.ibm.di.config.base | Provides classes that implement the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.interfaces | Provides the interfaces for the Tivoli Directory Integrator configuration model. |
com.ibm.di.fc | Provides classes for the Directory Integrator's function components. |
com.ibm.di.fc.emf | Provides classes for the EMF function components. |
com.ibm.di.function | Provides useful functions for the Tivoli Directory Integrator. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
Uses of FunctionConfig in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement FunctionConfig | |
---|---|
class |
FunctionConfigImpl
The configuration for a TDI Function Component, e.g. |
Methods in com.ibm.di.config.base that return FunctionConfig | |
---|---|
FunctionConfig |
MetamergeConfigImpl.getFunction(java.lang.Object name)
|
Uses of FunctionConfig in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return FunctionConfig | |
---|---|
FunctionConfig |
MetamergeConfig.getFunction(java.lang.Object name)
Returns the FunctionConfig object for the named function. |
Uses of FunctionConfig in com.ibm.di.fc |
---|
Methods in com.ibm.di.fc with parameters of type FunctionConfig | |
---|---|
boolean |
ParserFC.updateSchema(FunctionConfig config)
This method modifies the schema in the provided configuration. |
boolean |
JavaClassFC.updateSchema(FunctionConfig config)
This method modifies the schema in the provided configuration. |
boolean |
AssemblyLineFC.updateSchema(FunctionConfig config)
This method modifies the schema in the provided configuration. |
boolean |
FunctionInterface.updateSchema(FunctionConfig config)
This method modifies the schema in the provided configuration. |
boolean |
Function.updateSchema(FunctionConfig config)
This method modifies the schema. |
Uses of FunctionConfig in com.ibm.di.fc.emf |
---|
Methods in com.ibm.di.fc.emf with parameters of type FunctionConfig | |
---|---|
void |
UpdateSchema.updateSchema(FunctionConfig config)
Deprecated. |
boolean |
EmfXmlToSdo.updateSchema(FunctionConfig config)
Deprecated. |
boolean |
EmfSdoToXml.updateSchema(FunctionConfig config)
Deprecated. |
Uses of FunctionConfig in com.ibm.di.function |
---|
Methods in com.ibm.di.function with parameters of type FunctionConfig | |
---|---|
static FunctionInterface |
SystemFunctions.loadFunction(FunctionConfig config)
|
static FunctionInterface |
SystemFunctions.loadFunction(FunctionConfig config,
Log log)
|
Uses of FunctionConfig in com.ibm.di.server |
---|
Fields in com.ibm.di.server declared as FunctionConfig | |
---|---|
protected FunctionConfig |
FunctionComponent.config
The IBM Tivoli Directory Integrator configuration of the Function Component |
Methods in com.ibm.di.server that return FunctionConfig | |
---|---|
FunctionConfig |
RSInterface.getFunction(java.lang.String name)
Returns the "FunctionConfig" entry for name |
FunctionConfig |
RS.getFunction(java.lang.String name)
Returns the "FunctionConfig" entry for name |
Constructors in com.ibm.di.server with parameters of type FunctionConfig | |
---|---|
FunctionComponent(AssemblyLine parent,
java.lang.String name,
FunctionConfig config)
Constructor for the FunctionComponent object |
|
FunctionComponent(AssemblyLine parent,
java.lang.String name,
FunctionConfig config,
FunctionInterface function)
Constructor for the FunctionComponent object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |