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

Packages that use FunctionConfig
com.ibm.di.admin   
com.ibm.di.admin.ui   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.fc   
com.ibm.di.fc.emf   
com.ibm.di.function   
com.ibm.di.server   
 

Uses of FunctionConfig in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return FunctionConfig
 FunctionConfig RSInterfaceProxy.getFunction(String name)
          Returns the "FunctionConfig" entry for name
 

Uses of FunctionConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui that return FunctionConfig
static FunctionConfig Util.createInheritedFunction(FunctionConfig config)
           
static FunctionConfig Util.createInheritedFunction(MetamergeConfig referent, FunctionConfig config)
           
 

Methods in com.ibm.di.admin.ui with parameters of type FunctionConfig
static FunctionConfig Util.createInheritedFunction(FunctionConfig config)
           
static FunctionConfig Util.createInheritedFunction(MetamergeConfig referent, FunctionConfig config)
           
 

Constructors in com.ibm.di.admin.ui with parameters of type FunctionConfig
FunctionConfigUI(FunctionConfig config, Object container)
           
FunctionMapUI.AttributeMapModel(FunctionConfig config)
           
FunctionMapUI(FunctionConfig config, Object container)
           
FunctionMapUI(FunctionConfig config, Object container, AttributeMapConfig attributeMap, boolean input)
           
 

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

Classes in com.ibm.di.config.base that implement FunctionConfig
 class FunctionConfigImpl
           
 

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)
          Adds items to the function configuration corresponding to the XML elements and attributes defined in the XML Schema file.
 boolean EmfXmlToSdo.updateSchema(FunctionConfig config)
          Implements the discovery schema functionality.
 boolean EmfSdoToXml.updateSchema(FunctionConfig config)
          Implements the discovery schema functionality.
 

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 TDI 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)