Uses of Interface
com.flowable.core.content.api.RenditionService
-
Packages that use RenditionService Package Description com.flowable.content.engine com.flowable.content.engine.impl com.flowable.core.content.api -
-
Uses of RenditionService in com.flowable.content.engine
Fields in com.flowable.content.engine declared as RenditionService Modifier and Type Field Description protected RenditionService
ContentEngineConfiguration. renditionService
Methods in com.flowable.content.engine that return RenditionService Modifier and Type Method Description RenditionService
ContentEngine. getRenditionService()
RenditionService
ContentEngineConfiguration. getRenditionService()
Methods in com.flowable.content.engine with parameters of type RenditionService Modifier and Type Method Description ContentEngineConfiguration
ContentEngineConfiguration. setRenditionService(RenditionService renditionService)
-
Uses of RenditionService in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement RenditionService Modifier and Type Class Description class
RenditionServiceImpl
Fields in com.flowable.content.engine.impl declared as RenditionService Modifier and Type Field Description protected RenditionService
ContentEngineImpl. renditionService
Methods in com.flowable.content.engine.impl that return RenditionService Modifier and Type Method Description RenditionService
ContentEngineImpl. getRenditionService()
-
Uses of RenditionService in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return RenditionService Modifier and Type Method Description RenditionService
CoreContentEngineConfigurationApi. getRenditionService()
-