Uses of Class
com.saperion.ngc.viewer.temporary.NotEnabledException
Packages that use NotEnabledException
Package
Description
Package for temporary document service classes.
-
Uses of NotEnabledException in com.saperion.ngc.viewer.temporary
Methods in com.saperion.ngc.viewer.temporary that throw NotEnabledExceptionModifier and TypeMethodDescriptionstatic TemporaryDocumentId
TemporaryDocumentPreviewService.cacheDocument
(byte[] document) Caches the document represented by the given byte array.static TemporaryDocumentId
TemporaryDocumentPreviewService.cacheDocument
(InputStream stream) Caches the document represented by the given input stream.static TemporaryDocumentId
TemporaryDocumentPreviewService.cacheDocument
(org.zkoss.util.media.Media media) Caches the document represented by the given media.static InputStream
TemporaryDocumentPreviewService.getDocument
(TemporaryDocumentId id) Returns a previously cached document as anInputStream
.