Package com.flowable.rendition.api
Interface RenditionConverter
- All Known Implementing Classes:
BaseContentConverter
public interface RenditionConverter
- Author:
- Yvo Swillens
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSupportedContentType
(String contentType) boolean
handlesContentType
(String contentType) boolean
boolean
void
setSupportedContentTypes
(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()
-