Uses of Enum
de.xima.fc.gui.bean.export.inbox.model.EInboxExportScope
Packages that use EInboxExportScope
Package
Description
-
Uses of EInboxExportScope in de.xima.fc.gui.bean.export.inbox
Methods in de.xima.fc.gui.bean.export.inbox that return EInboxExportScopeMethods in de.xima.fc.gui.bean.export.inbox with parameters of type EInboxExportScopeModifier and TypeMethodDescriptionvoidInboxDataExportBean.setExportScope(EInboxExportScope exportScope) -
Uses of EInboxExportScope in de.xima.fc.gui.bean.export.inbox.model
Subclasses with type arguments of type EInboxExportScope in de.xima.fc.gui.bean.export.inbox.modelModifier and TypeClassDescriptionenumEnum of the available inbox export scopes.Methods in de.xima.fc.gui.bean.export.inbox.model that return EInboxExportScopeModifier and TypeMethodDescriptionInboxExportDescriptor.getExportScope()static EInboxExportScopeReturns the enum constant of this type with the specified name.static EInboxExportScope[]EInboxExportScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.bean.export.inbox.model with parameters of type EInboxExportScopeModifier and TypeMethodDescriptionvoidInboxExportDescriptor.setExportScope(EInboxExportScope exportScope) -
Uses of EInboxExportScope in de.xima.fc.gui.bean.export.inbox.service
Constructors in de.xima.fc.gui.bean.export.inbox.service with parameters of type EInboxExportScopeModifierConstructorDescriptionInboxExportParams(InboxExportDescriptor exportDescriptor, EInboxExportScope currentScope, boolean manuallyTriggered, UserContext userCtx, char[] archiveSecret)