Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
Packages that use DataExchangeTransferOption
Package
Description
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 DataExchangeTransferOptionModifier and TypeFieldDescriptionstatic final DataExchangeTransferOptionDataExchangeTransferOption.IN_OTHER_DATA_MODELDeprecated.An option defines that data will be transferred between datasets that do not share the same data model.static final DataExchangeTransferOptionDataExchangeTransferOption.IN_SAME_DATA_MODELDeprecated.An option defines that data will be transferred between datasets that share the same data model.static final DataExchangeTransferOptionDataExchangeTransferOption.UNKNOWNDeprecated.An option corresponding to an unknown execution.Methods in com.orchestranetworks.addon.dataexchange that return DataExchangeTransferOptionModifier and TypeMethodDescriptionDataExchangeTransferSpec.getTransferOption()Deprecated.Returns the transfer option (DataExchangeTransferOption) of this value.static DataExchangeTransferOptionDeprecated.Returns a transfer mode by the given stringvalue.Methods in com.orchestranetworks.addon.dataexchange with parameters of type DataExchangeTransferOptionModifier and TypeMethodDescriptionvoidDataExchangeTransferSpec.setTransferOption(DataExchangeTransferOption transferOption) Deprecated.Sets the transfer option (DataExchangeTransferOption) to this value.