Uses of Interface
com.flowable.rendition.api.ContentRendition
-
Packages that use ContentRendition Package Description com.flowable.content.engine.impl com.flowable.rendition com.flowable.rendition.api com.flowable.rendition.model -
-
Uses of ContentRendition in com.flowable.content.engine.impl
Methods in com.flowable.content.engine.impl that return types with arguments of type ContentRendition Modifier and Type Method Description protected static Optional<ContentRendition>
RenditionItemHelper. createRendition(RenditionItemEntity renditionItem, String name, InputStream contentObjectInputStream)
-
Uses of ContentRendition in com.flowable.rendition
Methods in com.flowable.rendition that return ContentRendition Modifier and Type Method Description ContentRendition
DefaultContentRenditionManager. createPdfRendition(String name, InputStream inputStream)
ContentRendition
DefaultContentRenditionManager. createThumbnailRendition(String name, InputStream inputStream)
ContentRendition
BaseContentConverter. generatePDF(InputStream is)
ContentRendition
BaseContentConverter. generateThumbnail(InputStream is)
-
Uses of ContentRendition in com.flowable.rendition.api
Methods in com.flowable.rendition.api that return ContentRendition Modifier and Type Method Description ContentRendition
ContentRenditionManager. createPdfRendition(String name, InputStream inputStream)
ContentRendition
ContentRenditionManager. createThumbnailRendition(String name, InputStream inputStream)
ContentRendition
RenditionConverter. generatePDF(InputStream is)
ContentRendition
RenditionConverter. generateThumbnail(InputStream is)
-
Uses of ContentRendition in com.flowable.rendition.model
Classes in com.flowable.rendition.model that implement ContentRendition Modifier and Type Class Description class
TemporaryContentRendition
-