Class InboxDataExportConfig
java.lang.Object
de.xima.fc.gui.bean.export.inbox.config.InboxDataExportConfig
Wraps configuration values for the inbox export handling. These values usually come from (ordered by priority):
- JVM arguments
- environment variables
- application properties
- default values
- Since:
- 8.5.4
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intDefault value for the number of days that exports are available for download.final StringPath to the base directory to store the export data in.final booleanFlag to turn the whole export feature on or off.final booleanFlag to turn the export feature for the Mandant scope on or off. -
Method Summary
Modifier and TypeMethodDescriptionstatic InboxDataExportConfigcurrent(UserContext userCtx) (Re-)Loads the configuration values for the inbox export handling.
-
Field Details
-
exportBasePath
Path to the base directory to store the export data in. -
daysToKeepExports
public final int daysToKeepExportsDefault value for the number of days that exports are available for download. -
exportGenerallyEnabled
public final boolean exportGenerallyEnabledFlag to turn the whole export feature on or off. -
mandantScopeExportEnabled
public final boolean mandantScopeExportEnabledFlag to turn the export feature for the Mandant scope on or off.
-
-
Method Details
-
current
(Re-)Loads the configuration values for the inbox export handling.- Returns:
- a new unmodifiable
InboxDataExportConfiginstance holding the current configuration values
-