Uses of Enum Class
com.levigo.jadice.web.shared.export.DownloadPurpose
Packages that use DownloadPurpose
Package
Description
-
Uses of DownloadPurpose in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging with parameters of type DownloadPurposeModifier and TypeMethodDescriptionstatic ExportOperationDTOExportOperationDTO.from(DocumentSnapshotDTO document, ExportType type, DownloadPurpose downloadPurpose, List<String> disabledAnnoTypes) -
Uses of DownloadPurpose in com.levigo.jadice.web.demo.common.client.export
Fields in com.levigo.jadice.web.demo.common.client.export declared as DownloadPurposeMethods in com.levigo.jadice.web.demo.common.client.export with parameters of type DownloadPurposeModifier and TypeMethodDescriptionvoidExportCommand.setDownloadPurpose(DownloadPurpose downloadPurpose) Constructors in com.levigo.jadice.web.demo.common.client.export with parameters of type DownloadPurpose -
Uses of DownloadPurpose in com.levigo.jadice.web.server.export
Constructors in com.levigo.jadice.web.server.export with parameters of type DownloadPurposeModifierConstructorDescriptionExportMeta(File file, DownloadPurpose downloadPurpose) Deprecated.ExportMeta(File file, DownloadPurpose downloadPurpose, int maxDownloadCount) Deprecated.ExportMeta(File file, String filename, String mimeType, DownloadPurpose downloadPurpose, int maxDownloadCount) -
Uses of DownloadPurpose in com.levigo.jadice.web.server.file
Fields in com.levigo.jadice.web.server.file declared as DownloadPurposeMethods in com.levigo.jadice.web.server.file that return DownloadPurposeConstructors in com.levigo.jadice.web.server.file with parameters of type DownloadPurposeModifierConstructorDescriptionFileMeta(File file, String displayName, String mimeType, DownloadPurpose downloadPurpose, int maxAccessCount)