Package de.elo.ix.client.fio
Class ExportOptions
java.lang.Object
de.elo.ix.client.fio.ExportOptions
- All Implemented Interfaces:
Serializable
Options to import/export archive data for the replication.
- Since:
- 11.00.000.031
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Enables compression mode.protected Set<MasterDataE>
Specifies which master data to export.EIX-2032: List of names or GUIDs of packages to export.protected String
This value applies to exports only.protected String
This value applies to exports only. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setCompressionLevel
(int compressionLevel) void
setIncludeMasterData
(Set<MasterDataE> includeMasterData) void
setPackageGuids
(List<String> packageGuids) void
setTimeStampEnd
(String timeStampEnd) void
setTimeStampStart
(String timeStampStart)
-
Field Details
-
compressionLevel
protected int compressionLevelEnables compression mode. -1=no compression, 0/1=low compression, 9=strong compression. -
timeStampStart
This value applies to exports only. Objects modified before this timestamp will not be processed. -
timeStampEnd
This value applies to exports only. Objects modified after this timestamp will not be processed. -
includeMasterData
Specifies which master data to export.- Since:
- 12.00.000.053
-
packageGuids
EIX-2032: List of names or GUIDs of packages to export.- Since:
- 21.00.000.011
-
-
Constructor Details
-
ExportOptions
public ExportOptions()
-
-
Method Details
-
getTimeStampStart
-
setTimeStampStart
-
getTimeStampEnd
-
setTimeStampEnd
-
getCompressionLevel
public int getCompressionLevel() -
setCompressionLevel
public void setCompressionLevel(int compressionLevel) -
getIncludeMasterData
-
setIncludeMasterData
-
getPackageGuids
-
setPackageGuids
-