Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Packages that use DataExchangeTransferOption Package Description com.orchestranetworks.addon.dataexchange Classes and interfaces to call {addon.label} import, export and transfer data. -
-
Uses of DataExchangeTransferOption in com.orchestranetworks.addon.dataexchange
Fields in com.orchestranetworks.addon.dataexchange declared as DataExchangeTransferOption Modifier and Type Field Description static DataExchangeTransferOptionDataExchangeTransferOption. IN_OTHER_DATA_MODELDeprecated.An option defines that data will be transferred between datasets that do not share the same data model.static DataExchangeTransferOptionDataExchangeTransferOption. IN_SAME_DATA_MODELDeprecated.An option defines that data will be transferred between datasets that share the same data model.static DataExchangeTransferOptionDataExchangeTransferOption. UNKNOWNDeprecated.An option corresponding to an unknown execution.Methods in com.orchestranetworks.addon.dataexchange that return DataExchangeTransferOption Modifier and Type Method Description DataExchangeTransferOptionDataExchangeTransferSpec. getTransferOption()Deprecated.Returns the transfer option (DataExchangeTransferOption) of this value.static DataExchangeTransferOptionDataExchangeTransferOption. parse(java.lang.String value)Deprecated.Returns a transfer mode by the given stringvalue.Methods in com.orchestranetworks.addon.dataexchange with parameters of type DataExchangeTransferOption Modifier and Type Method Description voidDataExchangeTransferSpec. setTransferOption(DataExchangeTransferOption transferOption)Deprecated.Sets the transfer option (DataExchangeTransferOption) to this value.
-