Uses of Interface
com.flowable.core.content.api.RenditionService
-
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.content.rest.service.api.content
Fields in com.flowable.content.rest.service.api.content declared as RenditionService Modifier and Type Field Description protected RenditionService
ContentItemBaseResource. renditionService
-
Uses of RenditionService in com.flowable.content.rest.service.api.rendition
Fields in com.flowable.content.rest.service.api.rendition declared as RenditionService Modifier and Type Field Description protected RenditionService
RenditionItemBaseResource. renditionService
-
Uses of RenditionService in com.flowable.content.rest.service.api.versionparent
Fields in com.flowable.content.rest.service.api.versionparent declared as RenditionService Modifier and Type Field Description protected RenditionService
VersionParentItemBaseResource. renditionService
-
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()
-
Uses of RenditionService in com.flowable.idm.rest.service.api.user
Fields in com.flowable.idm.rest.service.api.user declared as RenditionService Modifier and Type Field Description protected RenditionService
UserResource. renditionService
-
Uses of RenditionService in com.flowable.spring.boot.content
Methods in com.flowable.spring.boot.content that return RenditionService Modifier and Type Method Description RenditionService
ContentEngineServicesAutoConfiguration. renditionService(ContentEngine contentEngine)