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 ExportOperationDTO
ExportOperationDTO.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 TypeMethodDescriptionvoid
ExportCommand.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
Methods in com.levigo.jadice.web.server.export that return DownloadPurposeConstructors in com.levigo.jadice.web.server.export with parameters of type DownloadPurposeModifierConstructorDescriptionExportMeta
(com.levigo.jadice.document.io.SeekableInputStream inputStream, String filename, DownloadPurpose downloadPurpose, int maxDownloadCount) ExportMeta
(File file, DownloadPurpose downloadPurpose) ExportMeta
(File file, DownloadPurpose downloadPurpose, int maxDownloadCount)