Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.util
Class PDFProcessorImpl

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.util.DLPreviewableProcessor
      extended by com.liferay.portlet.documentlibrary.util.PDFProcessorImpl
All Implemented Interfaces:
DLProcessor, PDFProcessor

public class PDFProcessorImpl
extends DLPreviewableProcessor
implements PDFProcessor


Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.util.DLPreviewableProcessor
PREVIEW_PATH, PREVIEW_TMP_PATH, REPOSITORY_ID, THUMBNAIL_INDEX_CUSTOM_1, THUMBNAIL_INDEX_CUSTOM_2, THUMBNAIL_INDEX_DEFAULT, THUMBNAIL_PATH, THUMBNAIL_TMP_PATH
 
Fields inherited from interface com.liferay.portlet.documentlibrary.util.PDFProcessor
PREVIEW_TYPE, THUMBNAIL_TYPE
 
Constructor Summary
PDFProcessorImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  void doExportGeneratedFiles(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement)
           
protected  void doImportGeneratedFiles(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement)
           
protected  void exportPreviews(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement)
           
 void generateImages(FileVersion fileVersion)
           
 String getGlobalSearchPath()
           
 InputStream getPreviewAsStream(FileVersion fileVersion, int index)
           
 int getPreviewFileCount(FileVersion fileVersion)
           
 long getPreviewFileSize(FileVersion fileVersion, int index)
           
protected  String getPreviewType(FileVersion fileVersion)
           
 Properties getResourceLimitsProperties()
           
 InputStream getThumbnailAsStream(FileVersion fileVersion, int index)
           
 long getThumbnailFileSize(FileVersion fileVersion, int index)
           
protected  String getThumbnailType(FileVersion fileVersion)
           
 boolean hasImages(FileVersion fileVersion)
           
protected  void importPreviews(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement)
           
 boolean isDocumentSupported(FileVersion fileVersion)
           
 boolean isDocumentSupported(String mimeType)
           
 boolean isImageMagickEnabled()
           
 boolean isSupported(String mimeType)
           
 void reset()
           
 void trigger(FileVersion fileVersion)
          Launches the processor's work with respect to the given file version.
 
Methods inherited from class com.liferay.portlet.documentlibrary.util.DLPreviewableProcessor
addFileToStore, addFileToStore, cleanUp, cleanUp, deleteFiles, deleteFiles, deleteFiles, deleteFiles, doGetPreviewAsStream, doGetPreviewAsStream, doGetPreviewFileCount, doGetPreviewFileSize, doGetPreviewFileSize, doGetPreviewFileSize, doGetThumbnailAsStream, doGetThumbnailFileSize, exportBinary, exportGeneratedFiles, exportPreview, exportPreview, exportThumbnail, exportThumbnails, getBinPath, getBinPath, getPathSegment, getPathSegment, getPreviewFilePath, getPreviewFilePath, getPreviewFilePath, getPreviewFilePath, getPreviewTempFile, getPreviewTempFile, getPreviewTempFile, getPreviewTempFile, getPreviewTempFileCount, getPreviewTempFileCount, getPreviewTempFilePath, getPreviewTempFilePath, getPreviewTempFilePath, getPreviewTempFilePath, getPreviewType, getPreviewType, getPreviewTypes, getThumbnailFilePath, getThumbnailFilePath, getThumbnailTempFile, getThumbnailTempFile, getThumbnailTempFilePath, getThumbnailTempFilePath, getThumbnailType, hasPreview, hasPreviews, hasThumbnail, hasThumbnails, importGeneratedFiles, importPreview, importPreview, importPreviewFromLAR, importThumbnail, importThumbnailFromLAR, importThumbnails, isSupported, isThumbnailEnabled, storeThumbnailImages, storeThumbnailImages, storeThumbnailmage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.util.PDFProcessor
exportGeneratedFiles, importGeneratedFiles
 

Constructor Detail

PDFProcessorImpl

public PDFProcessorImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface DLProcessor
Throws:
Exception

generateImages

public void generateImages(FileVersion fileVersion)
                    throws Exception
Specified by:
generateImages in interface PDFProcessor
Throws:
Exception

getGlobalSearchPath

public String getGlobalSearchPath()
                           throws Exception
Specified by:
getGlobalSearchPath in interface PDFProcessor
Throws:
Exception

getPreviewAsStream

public InputStream getPreviewAsStream(FileVersion fileVersion,
                                      int index)
                               throws Exception
Specified by:
getPreviewAsStream in interface PDFProcessor
Throws:
Exception

getPreviewFileCount

public int getPreviewFileCount(FileVersion fileVersion)
Specified by:
getPreviewFileCount in interface PDFProcessor

getPreviewFileSize

public long getPreviewFileSize(FileVersion fileVersion,
                               int index)
                        throws Exception
Specified by:
getPreviewFileSize in interface PDFProcessor
Throws:
Exception

getResourceLimitsProperties

public Properties getResourceLimitsProperties()
                                       throws Exception
Specified by:
getResourceLimitsProperties in interface PDFProcessor
Throws:
Exception

getThumbnailAsStream

public InputStream getThumbnailAsStream(FileVersion fileVersion,
                                        int index)
                                 throws Exception
Specified by:
getThumbnailAsStream in interface PDFProcessor
Throws:
Exception

getThumbnailFileSize

public long getThumbnailFileSize(FileVersion fileVersion,
                                 int index)
                          throws Exception
Specified by:
getThumbnailFileSize in interface PDFProcessor
Throws:
Exception

hasImages

public boolean hasImages(FileVersion fileVersion)
Specified by:
hasImages in interface PDFProcessor

isDocumentSupported

public boolean isDocumentSupported(FileVersion fileVersion)
Specified by:
isDocumentSupported in interface PDFProcessor

isDocumentSupported

public boolean isDocumentSupported(String mimeType)
Specified by:
isDocumentSupported in interface PDFProcessor

isImageMagickEnabled

public boolean isImageMagickEnabled()
                             throws Exception
Specified by:
isImageMagickEnabled in interface PDFProcessor
Throws:
Exception

isSupported

public boolean isSupported(String mimeType)
Specified by:
isSupported in interface DLProcessor
Specified by:
isSupported in interface PDFProcessor

reset

public void reset()
           throws Exception
Specified by:
reset in interface PDFProcessor
Throws:
Exception

trigger

public void trigger(FileVersion fileVersion)
Description copied from interface: DLProcessor
Launches the processor's work with respect to the given file version.

Specified by:
trigger in interface DLProcessor
Specified by:
trigger in interface PDFProcessor
Parameters:
fileVersion - the latest file version to process

doExportGeneratedFiles

protected void doExportGeneratedFiles(PortletDataContext portletDataContext,
                                      FileEntry fileEntry,
                                      Element fileEntryElement)
                               throws Exception
Specified by:
doExportGeneratedFiles in class DLPreviewableProcessor
Throws:
Exception

doImportGeneratedFiles

protected void doImportGeneratedFiles(PortletDataContext portletDataContext,
                                      FileEntry fileEntry,
                                      FileEntry importedFileEntry,
                                      Element fileEntryElement)
                               throws Exception
Specified by:
doImportGeneratedFiles in class DLPreviewableProcessor
Throws:
Exception

exportPreviews

protected void exportPreviews(PortletDataContext portletDataContext,
                              FileEntry fileEntry,
                              Element fileEntryElement)
                       throws Exception
Throws:
Exception

getPreviewType

protected String getPreviewType(FileVersion fileVersion)
Specified by:
getPreviewType in class DLPreviewableProcessor

getThumbnailType

protected String getThumbnailType(FileVersion fileVersion)
Specified by:
getThumbnailType in class DLPreviewableProcessor

importPreviews

protected void importPreviews(PortletDataContext portletDataContext,
                              FileEntry fileEntry,
                              FileEntry importedFileEntry,
                              Element fileEntryElement)
                       throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3