Uses of Interface
com.flowable.rendition.api.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 java.util.Optional<ContentRendition>RenditionItemHelper. createRendition(RenditionItemEntity renditionItem, java.lang.String name, java.io.InputStream contentObjectInputStream) -
Uses of ContentRendition in com.flowable.rendition
Methods in com.flowable.rendition that return ContentRendition Modifier and Type Method Description ContentRenditionDefaultContentRenditionManager. createPdfRendition(java.lang.String name, java.io.InputStream inputStream)ContentRenditionDefaultContentRenditionManager. createThumbnailRendition(java.lang.String name, java.io.InputStream inputStream)ContentRenditionBaseContentConverter. generatePDF(java.io.InputStream is)ContentRenditionBaseContentConverter. generateThumbnail(java.io.InputStream is) -
Uses of ContentRendition in com.flowable.rendition.api
Methods in com.flowable.rendition.api that return ContentRendition Modifier and Type Method Description ContentRenditionContentRenditionManager. createPdfRendition(java.lang.String name, java.io.InputStream inputStream)ContentRenditionContentRenditionManager. createThumbnailRendition(java.lang.String name, java.io.InputStream inputStream)ContentRenditionRenditionConverter. generatePDF(java.io.InputStream is)ContentRenditionRenditionConverter. generateThumbnail(java.io.InputStream is) -
Uses of ContentRendition in com.flowable.rendition.model
Classes in com.flowable.rendition.model that implement ContentRendition Modifier and Type Class Description classTemporaryContentRendition