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 TemporaryDocumentIdTemporaryDocumentPreviewService.cacheDocument(byte[] document) Caches the document represented by the given byte array.static TemporaryDocumentIdTemporaryDocumentPreviewService.cacheDocument(InputStream stream) Caches the document represented by the given input stream.static TemporaryDocumentIdTemporaryDocumentPreviewService.cacheDocument(org.zkoss.util.media.Media media) Caches the document represented by the given media.static InputStreamTemporaryDocumentPreviewService.getDocument(TemporaryDocumentId id) Returns a previously cached document as anInputStream.