Uses of Class
org.nuxeo.ecm.platform.preview.api.PreviewException
-
Packages that use PreviewException Package Description org.nuxeo.ecm.platform.preview.adapter org.nuxeo.ecm.platform.preview.adapter.base org.nuxeo.ecm.platform.preview.api org.nuxeo.ecm.platform.preview.helper -
-
Uses of PreviewException in org.nuxeo.ecm.platform.preview.adapter
Methods in org.nuxeo.ecm.platform.preview.adapter that throw PreviewException Modifier and Type Method Description List<Blob>MimeTypePreviewer. getPreview(Blob blob, DocumentModel dm)List<Blob>PlainImagePreviewer. getPreview(Blob blob, DocumentModel dm)Deprecated.List<Blob>PlainTextPreviewer. getPreview(Blob blob, DocumentModel dm)List<Blob>ZipPreviewer. getPreview(Blob blob, DocumentModel dm) -
Uses of PreviewException in org.nuxeo.ecm.platform.preview.adapter.base
Methods in org.nuxeo.ecm.platform.preview.adapter.base that throw PreviewException Modifier and Type Method Description List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs()List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs(boolean postProcess)List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs(String xpath)List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs(String xpath, boolean postProcess)protected abstract List<Blob>AbstractHtmlPreviewAdapter. getPreviewBlobs()protected abstract List<Blob>AbstractHtmlPreviewAdapter. getPreviewBlobs(String xpath)List<Blob>ConverterBasedHtmlPreviewAdapter. getPreviewBlobs()List<Blob>ConverterBasedHtmlPreviewAdapter. getPreviewBlobs(String xpath)List<Blob>NoteHtmlPreviewAdapter. getPreviewBlobs()List<Blob>NoteHtmlPreviewAdapter. getPreviewBlobs(String xpath)List<Blob>PreprocessedHtmlPreviewAdapter. getPreviewBlobs()List<Blob>PreprocessedHtmlPreviewAdapter. getPreviewBlobs(String xpath)booleanConverterBasedHtmlPreviewAdapter. hasBlobToPreview()booleanPreprocessedHtmlPreviewAdapter. hasBlobToPreview()protected List<Blob>AbstractHtmlPreviewAdapter. postProcessBlobs(List<Blob> blobs)protected BlobNoteHtmlPreviewAdapter. processNoteBlob(Blob blob) -
Uses of PreviewException in org.nuxeo.ecm.platform.preview.api
Subclasses of PreviewException in org.nuxeo.ecm.platform.preview.api Modifier and Type Class Description classNothingToPreviewExceptionPreview exception.Methods in org.nuxeo.ecm.platform.preview.api that throw PreviewException Modifier and Type Method Description List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs()List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs(boolean postProcess)List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs(String xpath)List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs(String xpath, boolean postProcess)booleanHtmlPreviewAdapter. hasBlobToPreview()Check if the document holds some blobs that are suitable for preview -
Uses of PreviewException in org.nuxeo.ecm.platform.preview.helper
Methods in org.nuxeo.ecm.platform.preview.helper that throw PreviewException Modifier and Type Method Description static booleanPreviewHelper. docHasBlobToPreview(DocumentModel document)
-