Uses of Interface
com.flowable.rendition.api.RenditionConverter
Packages that use RenditionConverter
-
Uses of RenditionConverter in com.flowable.content.engine
Fields in com.flowable.content.engine with type parameters of type RenditionConverterModifier and TypeFieldDescriptionprotected List<RenditionConverter>
ContentEngineConfiguration.renditionConverters
Methods in com.flowable.content.engine that return types with arguments of type RenditionConverterMethod parameters in com.flowable.content.engine with type arguments of type RenditionConverterModifier and TypeMethodDescriptionvoid
ContentEngineConfiguration.setRenditionConverters
(List<RenditionConverter> renditionConverters) -
Uses of RenditionConverter in com.flowable.rendition
Classes in com.flowable.rendition that implement RenditionConverterFields in com.flowable.rendition with type parameters of type RenditionConverterModifier and TypeFieldDescriptionprotected List<RenditionConverter>
DefaultContentRenditionManager.contentConverters
Methods in com.flowable.rendition that return RenditionConverterModifier and TypeMethodDescriptionprotected RenditionConverter
DefaultContentRenditionManager.handleTypeConversions
(String mimeType) Constructor parameters in com.flowable.rendition with type arguments of type RenditionConverterModifierConstructorDescriptionDefaultContentRenditionManager
(List<RenditionConverter> contentConverters)