Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.preview.api.PreviewException

Packages that use PreviewException
org.nuxeo.ecm.platform.pictures.tiles.service   
org.nuxeo.ecm.platform.preview.adapter   
org.nuxeo.ecm.platform.preview.adapter.base   
org.nuxeo.ecm.platform.preview.api   
 

Uses of PreviewException in org.nuxeo.ecm.platform.pictures.tiles.service
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.service that throw PreviewException
 java.util.List<Blob> TiledImagePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 

Uses of PreviewException in org.nuxeo.ecm.platform.preview.adapter
 

Methods in org.nuxeo.ecm.platform.preview.adapter that throw PreviewException
 java.util.List<Blob> PlainTextPreviewer.getPreview(Blob blob, DocumentModel dm)
           
 java.util.List<Blob> MimeTypePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 java.util.List<Blob> ImagePreviewer.getPreview(Blob blob, DocumentModel dm)
           
 java.util.List<Blob> HtmlPreviewer.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
 java.util.List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs()
           
 java.util.List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs(boolean postProcess)
           
 java.util.List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs(java.lang.String xpath)
           
 java.util.List<Blob> AbstractHtmlPreviewAdapter.getFilePreviewBlobs(java.lang.String xpath, boolean postProcess)
           
 java.util.List<Blob> PreprocessedHtmlPreviewAdapter.getPreviewBlobs()
           
 java.util.List<Blob> NoteHtmlPreviewAdapter.getPreviewBlobs()
           
 java.util.List<Blob> ConverterBasedHtmlPreviewAdapter.getPreviewBlobs()
           
 java.util.List<Blob> PreprocessedHtmlPreviewAdapter.getPreviewBlobs(java.lang.String xpath)
           
 java.util.List<Blob> NoteHtmlPreviewAdapter.getPreviewBlobs(java.lang.String xpath)
           
 java.util.List<Blob> ConverterBasedHtmlPreviewAdapter.getPreviewBlobs(java.lang.String xpath)
           
 

Uses of PreviewException in org.nuxeo.ecm.platform.preview.api
 

Methods in org.nuxeo.ecm.platform.preview.api that throw PreviewException
 java.util.List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs()
           
 java.util.List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs(boolean postProcess)
           
 java.util.List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs(java.lang.String xpath)
           
 java.util.List<Blob> HtmlPreviewAdapter.getFilePreviewBlobs(java.lang.String xpath, boolean postProcess)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.