Uses of Interface
com.flowable.rendition.api.RenditionConverter
| Package | Description |
|---|---|
| com.flowable.content.engine | |
| com.flowable.core.rendition.converter | |
| com.flowable.rendition |
-
Uses of RenditionConverter in com.flowable.content.engine
Fields in com.flowable.content.engine with type parameters of type RenditionConverter Modifier and Type Field Description protected java.util.List<RenditionConverter>ContentEngineConfiguration. renditionConvertersMethods in com.flowable.content.engine that return types with arguments of type RenditionConverter Modifier and Type Method Description java.util.List<RenditionConverter>ContentEngineConfiguration. getRenditionConverters()Method parameters in com.flowable.content.engine with type arguments of type RenditionConverter Modifier and Type Method Description voidContentEngineConfiguration. setRenditionConverters(java.util.List<RenditionConverter> renditionConverters) -
Uses of RenditionConverter in com.flowable.core.rendition.converter
Classes in com.flowable.core.rendition.converter that implement RenditionConverter Modifier and Type Class Description classCoreRenditionConverterclassPDFRenditionConverter -
Uses of RenditionConverter in com.flowable.rendition
Classes in com.flowable.rendition that implement RenditionConverter Modifier and Type Class Description classBaseContentConverterFields in com.flowable.rendition with type parameters of type RenditionConverter Modifier and Type Field Description protected java.util.List<RenditionConverter>DefaultContentRenditionManager. contentConvertersMethods in com.flowable.rendition that return RenditionConverter Modifier and Type Method Description protected RenditionConverterDefaultContentRenditionManager. handleTypeConversions(java.lang.String mimeType)Constructor parameters in com.flowable.rendition with type arguments of type RenditionConverter Constructor Description DefaultContentRenditionManager(java.util.List<RenditionConverter> contentConverters)