Uses of Interface
com.ibm.di.fc.FunctionInterface
-
Packages that use FunctionInterface Package Description com.ibm.di.fc Provides classes for the Directory Integrator's function components.com.ibm.di.fc.axis2 Provides the class for the Axis 2 Web Service client FC.com.ibm.di.fc.castorbind Provides classes for the Castorbind function components.com.ibm.di.fc.cbe Provides classes for the CBEGenerator function components.com.ibm.di.fc.dcs com.ibm.di.fc.emf Provides classes for the EMF function components.com.ibm.di.fc.filetransferfc com.ibm.di.fc.idml com.ibm.di.fc.itregistry com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component.com.ibm.di.fc.sapr3rfc com.ibm.di.fc.sapr3rfcv3 com.ibm.di.fc.webservice Provides classes for web service function components.com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of FunctionInterface in com.ibm.di.fc
Classes in com.ibm.di.fc that implement FunctionInterface Modifier and Type Class Description classAssemblyLineFCThis is a function component that calls an AssemblyLine(AL) on a local or remote server.classDeltaFCThe Delta Function Component encapsulates the Delta functionality for tracking changes in an input source using underlying database for comparison.classFunctionThis abstract class contains a default implementation of all methods in the FunctionInterface except the the perform(obj) method.classJavaClassFCThis is a function component that calls a generic java method.classMemBufferQFCDeprecated.Use com.ibm.di.connector.MemQConnector or APIclassParserFCThis is a function component that wraps parser operations.classScriptedFCThis is a function component that relays FC operations to a user defined script.classSendEMailFCThe SendEMail Function Component uses the JavaMail API to send e-mails.classzOSTSOCommandLineThe zOSTSOCommandLine Function Component executes specified commands in zOS TSO command line. -
Uses of FunctionInterface in com.ibm.di.fc.axis2
Classes in com.ibm.di.fc.axis2 that implement FunctionInterface Modifier and Type Class Description classAxis2WSClientFCThis is a WebService client based on the Axis2 library. -
Uses of FunctionInterface in com.ibm.di.fc.castorbind
Classes in com.ibm.di.fc.castorbind that implement FunctionInterface Modifier and Type Class Description classCastorJavaToXMLThis is the CastorJavaToXML class.classCastorXMLToJavaThis is the CastorXMLToJava class. -
Uses of FunctionInterface in com.ibm.di.fc.cbe
Classes in com.ibm.di.fc.cbe that implement FunctionInterface Modifier and Type Class Description classCBEGeneratorFCThis class generates objects of type org.eclipse.hyades.logging.events.cbe.CommonBaseEvent from attributes mapped by user to Entry object. -
Uses of FunctionInterface in com.ibm.di.fc.dcs
Classes in com.ibm.di.fc.dcs that implement FunctionInterface Modifier and Type Class Description classDataCleanserFCThis class initializes Data Cleanser Service and takes a string and gives a standard CDM String corresponding to the inout string. -
Uses of FunctionInterface in com.ibm.di.fc.emf
Classes in com.ibm.di.fc.emf that implement FunctionInterface Modifier and Type Class Description classEmfSdoToXmlDeprecated.classEmfXmlToSdoDeprecated. -
Uses of FunctionInterface in com.ibm.di.fc.filetransferfc
Classes in com.ibm.di.fc.filetransferfc that implement FunctionInterface Modifier and Type Class Description classFileTransferFCTDI File Transfer Function Component. -
Uses of FunctionInterface in com.ibm.di.fc.idml
Classes in com.ibm.di.fc.idml that implement FunctionInterface Modifier and Type Class Description classCloseIdMLFCThis Function is used to close explicitly the used IdML book, if it is not closed already.classOpenIdMLFCThis IdML Component creates an IdML book and opens it for writing.classRollingIdMLFCThis Component is used to split IdML files based either on the count of artifacts (CIs or Relationships) added to the file or on its size. -
Uses of FunctionInterface in com.ibm.di.fc.itregistry
Classes in com.ibm.di.fc.itregistry that implement FunctionInterface Modifier and Type Class Description classInitITRegistryFCThis Component initializes a connection to the IT registry and registers a Management Software System(MSS) in the IT registry database. -
Uses of FunctionInterface in com.ibm.di.fc.remotecmdlnfc
Classes in com.ibm.di.fc.remotecmdlnfc that implement FunctionInterface Modifier and Type Class Description classRemoteCmdLineFCTDI Remote Command Line Function Component. -
Uses of FunctionInterface in com.ibm.di.fc.sapr3rfc
Classes in com.ibm.di.fc.sapr3rfc that implement FunctionInterface Modifier and Type Class Description classSapR3RfcFCITDI Function Component for SAP R/3 RFC Invocations. -
Uses of FunctionInterface in com.ibm.di.fc.sapr3rfcv3
Classes in com.ibm.di.fc.sapr3rfcv3 that implement FunctionInterface Modifier and Type Class Description classSapR3RfcFCV3ITDI Function Component for SAP R/3 RFC Invocations. -
Uses of FunctionInterface in com.ibm.di.fc.webservice
Classes in com.ibm.di.fc.webservice that implement FunctionInterface Modifier and Type Class Description classAxisEasyInvokeSoapWSThe Axis EasyInvokeSoapWS Function Component (FC) is part of the TDI Web Services suite.classAxisJavaToSoapThe Axis Java-to-Soap Function Component (FC) is part of the TDI Web Services suite.classAxisSoapToJavaThe Axis Soap-to-Java Function Component (FC) is part of the TDI Web Services suite.This component can be used both on the web service client and on the web service server side.classComplexTypesGeneratorThe Complex Types Generator Function Component is part of the TDI Web Services suite.classInvokeSoapWSThe Axis InvokeSoapWS Function Component (FC) is part of the TDI Web Services suite.classWrapSoapThe WrapSoap Function Component (FC) is part of the TDI Web Services suite. -
Uses of FunctionInterface in com.ibm.di.function
Methods in com.ibm.di.function that return FunctionInterface Modifier and Type Method Description FunctionInterfaceUserFunctions. getFunction(java.lang.String name)Load a Function component Interface from the current Config.static FunctionInterfaceSystemFunctions. loadFunction(FunctionConfig config)static FunctionInterfaceSystemFunctions. loadFunction(FunctionConfig config, Log log)static FunctionInterfaceSystemFunctions. loadFunction(java.lang.String name)static FunctionInterfaceSystemFunctions. loadFunction(java.lang.String name, RSInterface server) -
Uses of FunctionInterface in com.ibm.di.server
Fields in com.ibm.di.server declared as FunctionInterface Modifier and Type Field Description FunctionInterfaceFunctionComponent. functionThe reference to the wrapped Function Component objectprotected FunctionInterfaceFunctionComponent. rtp_functionThe FunctionInterface of this Function Component.Methods in com.ibm.di.server that return FunctionInterface Modifier and Type Method Description FunctionInterfaceFunctionComponent. getFunction()This method returns the Function interface.FunctionInterfaceTaskCallBlock. getRuntimeFunction(java.lang.String name)Returns the runtime function for a named functionMethods in com.ibm.di.server with parameters of type FunctionInterface Modifier and Type Method Description voidTaskCallBlock. setRuntimeFunction(java.lang.String name, FunctionInterface function)Sets the runtime function for a named function.Constructors in com.ibm.di.server with parameters of type FunctionInterface Constructor Description FunctionComponent(AssemblyLine parent, java.lang.String name, FunctionConfig config, FunctionInterface function)Constructor for the FunctionComponent object
-