Class InboxExportParams

java.lang.Object
de.xima.fc.gui.bean.export.inbox.service.InboxExportParams

public class InboxExportParams extends Object
Wraps some parameters for the creation or deletion of inbox exports.
Since:
8.5.4
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • InboxExportParams

      public InboxExportParams(InboxExportDescriptor exportDescriptor, EInboxExportScope currentScope, boolean manuallyTriggered, UserContext userCtx, char[] archiveSecret)
      Parameters:
      exportDescriptor - the descriptor of the export to be deleted
      currentScope - the current export scope
      userCtx - the user context to use for the XML export of the form data
      archiveSecret - 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)