Uses of Interface
com.flowable.rendition.api.RenditionConverter
-
Packages that use RenditionConverter Package Description com.flowable.content.engine 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 List<RenditionConverter>
ContentEngineConfiguration. renditionConverters
Methods in com.flowable.content.engine that return types with arguments of type RenditionConverter Modifier and Type Method Description List<RenditionConverter>
ContentEngineConfiguration. getRenditionConverters()
Method parameters in com.flowable.content.engine with type arguments of type RenditionConverter Modifier and Type Method Description void
ContentEngineConfiguration. setRenditionConverters(List<RenditionConverter> renditionConverters)
-
Uses of RenditionConverter in com.flowable.rendition
Classes in com.flowable.rendition that implement RenditionConverter Modifier and Type Class Description class
BaseContentConverter
Fields in com.flowable.rendition with type parameters of type RenditionConverter Modifier and Type Field Description protected List<RenditionConverter>
DefaultContentRenditionManager. contentConverters
Methods in com.flowable.rendition that return RenditionConverter Modifier and Type Method Description protected RenditionConverter
DefaultContentRenditionManager. handleTypeConversions(String mimeType)
Constructor parameters in com.flowable.rendition with type arguments of type RenditionConverter Constructor Description DefaultContentRenditionManager(List<RenditionConverter> contentConverters)
-