com.liferay.portlet.documentlibrary.util
Class PDFProcessorImpl
java.lang.Object
com.liferay.portlet.documentlibrary.util.DLPreviewableProcessor
com.liferay.portlet.documentlibrary.util.DefaultPreviewableProcessor
com.liferay.portlet.documentlibrary.util.PDFProcessorImpl
- All Implemented Interfaces:
- DLProcessor, PDFProcessor
public class PDFProcessorImpl
- extends DefaultPreviewableProcessor
- implements PDFProcessor
| Methods inherited from class com.liferay.portlet.documentlibrary.util.DefaultPreviewableProcessor |
cleanUp, cleanUp, doGetPreviewAsStream, doGetPreviewAsStream, doGetPreviewFileSize, doGetPreviewFileSize, getPreviewFilePath, getPreviewFilePath, getPreviewTempFile, getPreviewTempFile, getPreviewTempFileCount, getPreviewTempFilePath, getPreviewTempFilePath, getPreviewType, getPreviewType, getPreviewTypes, getThumbnailFilePath, getThumbnailTempFile, getThumbnailTempFilePath, getThumbnailType |
| Methods inherited from class com.liferay.portlet.documentlibrary.util.DLPreviewableProcessor |
addFileToStore, deleteFiles, deleteFiles, deleteFiles, deleteFiles, doGetPreviewAsStream, doGetPreviewAsStream, doGetPreviewFileCount, doGetPreviewFileSize, doGetPreviewFileSize, doGetThumbnailAsStream, doGetThumbnailFileSize, getPathSegment, getPathSegment, getPreviewFilePath, getPreviewFilePath, getPreviewTempFile, getPreviewTempFile, getPreviewTempFileCount, getPreviewTempFilePath, getPreviewTempFilePath, getThumbnailFilePath, getThumbnailTempFile, getThumbnailTempFilePath, hasThumbnail, isCustomThumbnailsEnabled, isSupported, storeThumbnailImages, storeThumbnailImages, storeThumbnailmage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PDFProcessorImpl getInstance()
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
getThumbnailAsStream
public InputStream getThumbnailAsStream(FileVersion fileVersion,
int thumbnailIndex)
throws Exception
- Specified by:
getThumbnailAsStream in interface PDFProcessor
- Throws:
Exception
getThumbnailFileSize
public long getThumbnailFileSize(FileVersion fileVersion,
int thumbnailIndex)
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
getPreviewType
protected String getPreviewType(FileVersion fileVersion)
- Specified by:
getPreviewType in class DLPreviewableProcessor
getThumbnailType
protected String getThumbnailType(FileVersion fileVersion)
- Specified by:
getThumbnailType in class DLPreviewableProcessor
initialize
protected void initialize()