Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Packages that use DataExchangeServiceType Package Description com.orchestranetworks.addon.dataexchange Classes and interfaces to call EBX Data Exchange Add-on import, export and transfer data.com.orchestranetworks.addon.dataexchange.transformation Classes and interfaces to call EBX Data Exchange Add-on transformation functions to convert data for import, export and transfer. -
-
Uses of DataExchangeServiceType in com.orchestranetworks.addon.dataexchange
Fields in com.orchestranetworks.addon.dataexchange declared as DataExchangeServiceType Modifier and Type Field Description static DataExchangeServiceTypeDataExchangeServiceType. EXPORTDeprecated.A service type corresponding to the process of exporting data.static DataExchangeServiceTypeDataExchangeServiceType. IMPORTDeprecated.A service type corresponding to the process of importing data.static DataExchangeServiceTypeDataExchangeServiceType. TRANSFERDeprecated.A service type corresponding to the process of transferring data.static DataExchangeServiceTypeDataExchangeServiceType. UNKNOWNDeprecated.An unknown service type.Methods in com.orchestranetworks.addon.dataexchange that return DataExchangeServiceType Modifier and Type Method Description static DataExchangeServiceTypeDataExchangeServiceType. parse(java.lang.String value)Deprecated.Returns a service type by given stringvalue. -
Uses of DataExchangeServiceType in com.orchestranetworks.addon.dataexchange.transformation
Methods in com.orchestranetworks.addon.dataexchange.transformation that return DataExchangeServiceType Modifier and Type Method Description DataExchangeServiceTypeTransformationConfigurationContext. getServiceType()Deprecated.Returns the service type.
-