Uses of Class
com.ibm.di.fc.Function
-
Packages that use Function 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. -
-
Uses of Function in com.ibm.di.fc
Subclasses of Function in com.ibm.di.fc Modifier and Type Class Description class
AssemblyLineFC
This is a function component that calls an AssemblyLine(AL) on a local or remote server.class
DeltaFC
The Delta Function Component encapsulates the Delta functionality for tracking changes in an input source using underlying database for comparison.class
JavaClassFC
This is a function component that calls a generic java method.class
MemBufferQFC
Deprecated.Use com.ibm.di.connector.MemQConnector or APIclass
ParserFC
This is a function component that wraps parser operations.class
ScriptedFC
This is a function component that relays FC operations to a user defined script.class
SendEMailFC
The SendEMail Function Component uses the JavaMail API to send e-mails.class
zOSTSOCommandLine
The zOSTSOCommandLine Function Component executes specified commands in zOS TSO command line. -
Uses of Function in com.ibm.di.fc.axis2
Subclasses of Function in com.ibm.di.fc.axis2 Modifier and Type Class Description class
Axis2WSClientFC
This is a WebService client based on the Axis2 library. -
Uses of Function in com.ibm.di.fc.castorbind
Subclasses of Function in com.ibm.di.fc.castorbind Modifier and Type Class Description class
CastorJavaToXML
This is the CastorJavaToXML class.class
CastorXMLToJava
This is the CastorXMLToJava class. -
Uses of Function in com.ibm.di.fc.cbe
Subclasses of Function in com.ibm.di.fc.cbe Modifier and Type Class Description class
CBEGeneratorFC
This class generates objects of type org.eclipse.hyades.logging.events.cbe.CommonBaseEvent from attributes mapped by user to Entry object. -
Uses of Function in com.ibm.di.fc.dcs
Subclasses of Function in com.ibm.di.fc.dcs Modifier and Type Class Description class
DataCleanserFC
This class initializes Data Cleanser Service and takes a string and gives a standard CDM String corresponding to the inout string. -
Uses of Function in com.ibm.di.fc.emf
Subclasses of Function in com.ibm.di.fc.emf Modifier and Type Class Description class
EmfSdoToXml
Deprecated.class
EmfXmlToSdo
Deprecated. -
Uses of Function in com.ibm.di.fc.filetransferfc
Subclasses of Function in com.ibm.di.fc.filetransferfc Modifier and Type Class Description class
FileTransferFC
TDI File Transfer Function Component. -
Uses of Function in com.ibm.di.fc.idml
Subclasses of Function in com.ibm.di.fc.idml Modifier and Type Class Description class
CloseIdMLFC
This Function is used to close explicitly the used IdML book, if it is not closed already.class
OpenIdMLFC
This IdML Component creates an IdML book and opens it for writing.class
RollingIdMLFC
This 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 Function in com.ibm.di.fc.itregistry
Subclasses of Function in com.ibm.di.fc.itregistry Modifier and Type Class Description class
InitITRegistryFC
This Component initializes a connection to the IT registry and registers a Management Software System(MSS) in the IT registry database. -
Uses of Function in com.ibm.di.fc.remotecmdlnfc
Subclasses of Function in com.ibm.di.fc.remotecmdlnfc Modifier and Type Class Description class
RemoteCmdLineFC
TDI Remote Command Line Function Component. -
Uses of Function in com.ibm.di.fc.sapr3rfc
Subclasses of Function in com.ibm.di.fc.sapr3rfc Modifier and Type Class Description class
SapR3RfcFC
ITDI Function Component for SAP R/3 RFC Invocations. -
Uses of Function in com.ibm.di.fc.sapr3rfcv3
Subclasses of Function in com.ibm.di.fc.sapr3rfcv3 Modifier and Type Class Description class
SapR3RfcFCV3
ITDI Function Component for SAP R/3 RFC Invocations. -
Uses of Function in com.ibm.di.fc.webservice
Subclasses of Function in com.ibm.di.fc.webservice Modifier and Type Class Description class
AxisEasyInvokeSoapWS
The Axis EasyInvokeSoapWS Function Component (FC) is part of the TDI Web Services suite.class
AxisJavaToSoap
The Axis Java-to-Soap Function Component (FC) is part of the TDI Web Services suite.class
AxisSoapToJava
The 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.class
ComplexTypesGenerator
The Complex Types Generator Function Component is part of the TDI Web Services suite.class
InvokeSoapWS
The Axis InvokeSoapWS Function Component (FC) is part of the TDI Web Services suite.class
WrapSoap
The WrapSoap Function Component (FC) is part of the TDI Web Services suite.
-