Package com.flowable.rendition.api
Interface RenditionConverter
- All Known Implementing Classes:
BaseContentConverter,EmailRenditionConverter,ImageContentConverter,MSExcelRenditionConverter,MSPowerPointRenditionConverter,MSWordRenditionConverter,PDFRenditionConverter,PlatformRenditionConverter,TextRenditionConverter
public interface RenditionConverter
- Author:
- Yvo Swillens
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSupportedContentType(String contentType) booleanhandlesContentType(String contentType) booleanbooleanvoidsetSupportedContentTypes(List<String> contentTypes)
-
Method Details
-
generatePDF
- Throws:
Exception
-
generateThumbnail
- Throws:
Exception
-
getPdfRenditionMimeType
String getPdfRenditionMimeType() -
getThumbnailRenditionMimeType
String getThumbnailRenditionMimeType() -
handlesContentType
-
addSupportedContentType
-
setSupportedContentTypes
-
isPDFRenditionSupported
boolean isPDFRenditionSupported() -
isThumbnailRenditionSupported
boolean isThumbnailRenditionSupported()
-