Uses of Interface
com.flowable.rendition.api.RenditionConverter
Packages that use RenditionConverter
Package
Description
-
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.renditionConvertersMethods 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 TypeMethodDescriptionvoidContentEngineConfiguration.setRenditionConverters(List<RenditionConverter> renditionConverters) -
Uses of RenditionConverter in com.flowable.platform.rendition.converter
Classes in com.flowable.platform.rendition.converter that implement RenditionConverterModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
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.contentConvertersMethods in com.flowable.rendition that return RenditionConverterModifier and TypeMethodDescriptionprotected RenditionConverterDefaultContentRenditionManager.handleTypeConversions(String mimeType) Constructor parameters in com.flowable.rendition with type arguments of type RenditionConverterModifierConstructorDescriptionDefaultContentRenditionManager(List<RenditionConverter> contentConverters)