Uses of Interface
com.ibm.di.config.interfaces.FunctionConfig

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.model.descriptor   
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(Object name)
           
 

Uses of FunctionConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return FunctionConfig
 FunctionConfig MetamergeConfig.getFunction(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.model.descriptor
 

Methods in com.ibm.di.model.descriptor with parameters of type FunctionConfig
static FunctionComponentDescriptor DescriptorUtils.getFunctionComponentDescriptor(String connId, FunctionConfig cfg)
          Generates a FunctionComponentDescriptor 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
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(String name)
          Returns the "FunctionConfig" entry for name
 FunctionConfig RS.getFunction(String name)
          Returns the "FunctionConfig" entry for name
 

Constructors in com.ibm.di.server with parameters of type FunctionConfig
FunctionComponent(AssemblyLine parent, String name, FunctionConfig config)
          Constructor for the FunctionComponent object
FunctionComponent(AssemblyLine parent, String name, FunctionConfig config, FunctionInterface function)
          Constructor for the FunctionComponent object