Class InboxExportParams
java.lang.Object
de.xima.fc.gui.bean.export.inbox.service.InboxExportParams
Wraps some parameters for the creation or deletion of inbox exports.
- Since:
- 8.5.4
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionInboxExportParams(InboxExportDescriptor exportDescriptor, EInboxExportScope currentScope, boolean manuallyTriggered, UserContext userCtx, char[] archiveSecret) -
Method Summary
-
Constructor Details
-
InboxExportParams
public InboxExportParams(InboxExportDescriptor exportDescriptor, EInboxExportScope currentScope, boolean manuallyTriggered, UserContext userCtx, char[] archiveSecret) - Parameters:
exportDescriptor- the descriptor of the export to be deletedcurrentScope- the current export scopeuserCtx- the user context to use for the XML export of the form dataarchiveSecret- the password for archive encryption
-
-
Method Details
-
isSystemScopeWithMandantScopedExport
public boolean isSystemScopeWithMandantScopedExport()- Returns:
- true if these parameters wrap the description of a Mandant-scoped export while the current export scope is 'system' (e.g. when the sadmin is going to delete a Mandant-scoped export via the exports table in the system settings)
-