Uses of Interface
com.ibm.di.config.interfaces.FunctionConfig
-
Packages that use FunctionConfig 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.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 Security Verify Directory Integrator.com.ibm.di.model.descriptor com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of FunctionConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement FunctionConfig Modifier and Type Class Description class
FunctionConfigImpl
The configuration for a TDI Function Component, e.g.Methods in com.ibm.di.config.base that return FunctionConfig Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description boolean
AssemblyLineFC. updateSchema(FunctionConfig config)
This method modifies the schema in the provided configuration.boolean
Function. updateSchema(FunctionConfig config)
This method modifies the schema.boolean
FunctionInterface. 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
ParserFC. updateSchema(FunctionConfig config)
This method modifies the schema in the provided configuration. -
Uses of FunctionConfig in com.ibm.di.fc.emf
Methods in com.ibm.di.fc.emf with parameters of type FunctionConfig Modifier and Type Method Description boolean
EmfSdoToXml. updateSchema(FunctionConfig config)
Deprecated.boolean
EmfXmlToSdo. updateSchema(FunctionConfig config)
Deprecated.void
UpdateSchema. updateSchema(FunctionConfig config)
Deprecated. -
Uses of FunctionConfig in com.ibm.di.function
Methods in com.ibm.di.function with parameters of type FunctionConfig Modifier and Type Method Description static FunctionInterface
SystemFunctions. loadFunction(FunctionConfig config)
static FunctionInterface
SystemFunctions. loadFunction(FunctionConfig config, Log log)
-
Uses of FunctionConfig in com.ibm.di.model.descriptor
Methods in com.ibm.di.model.descriptor with parameters of type FunctionConfig Modifier and Type Method Description static FunctionComponentDescriptor
DescriptorUtils. getFunctionComponentDescriptor(java.lang.String connId, FunctionConfig cfg)
Generates aFunctionComponentDescriptor
based on the tdi.xml for the FC specified by the provided parameters. -
Uses of FunctionConfig in com.ibm.di.server
Fields in com.ibm.di.server declared as FunctionConfig Modifier and Type Field Description protected FunctionConfig
FunctionComponent. config
The IBM Tivoli Directory Integrator configuration of the Function ComponentMethods in com.ibm.di.server that return FunctionConfig Modifier and Type Method Description FunctionConfig
RS. getFunction(java.lang.String name)
Returns the "FunctionConfig" entry for nameFunctionConfig
RSInterface. getFunction(java.lang.String name)
Returns the "FunctionConfig" entry for nameConstructors in com.ibm.di.server with parameters of type FunctionConfig Constructor Description FunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config)
Constructor for the FunctionComponent objectFunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config, FunctionInterface function)
Constructor for the FunctionComponent object
-