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 classFunctionConfigImplThe configuration for a TDI Function Component, e.g.Methods in com.ibm.di.config.base that return FunctionConfig Modifier and Type Method Description FunctionConfigMetamergeConfigImpl. 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 FunctionConfigMetamergeConfig. 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 booleanAssemblyLineFC. updateSchema(FunctionConfig config)This method modifies the schema in the provided configuration.booleanFunction. updateSchema(FunctionConfig config)This method modifies the schema.booleanFunctionInterface. updateSchema(FunctionConfig config)This method modifies the schema in the provided configuration.booleanJavaClassFC. updateSchema(FunctionConfig config)This method modifies the schema in the provided configuration.booleanParserFC. 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 booleanEmfSdoToXml. updateSchema(FunctionConfig config)Deprecated.booleanEmfXmlToSdo. updateSchema(FunctionConfig config)Deprecated.voidUpdateSchema. 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 FunctionInterfaceSystemFunctions. loadFunction(FunctionConfig config)static FunctionInterfaceSystemFunctions. 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 FunctionComponentDescriptorDescriptorUtils. getFunctionComponentDescriptor(java.lang.String connId, FunctionConfig cfg)Generates aFunctionComponentDescriptorbased 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 FunctionConfigFunctionComponent. configThe IBM Tivoli Directory Integrator configuration of the Function ComponentMethods in com.ibm.di.server that return FunctionConfig Modifier and Type Method Description FunctionConfigRS. getFunction(java.lang.String name)Returns the "FunctionConfig" entry for nameFunctionConfigRSInterface. 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
-