Uses of Interface
com.flowable.rendition.api.ContentRenditionManager
-
Packages that use ContentRenditionManager Package Description com.flowable.content.engine com.flowable.content.engine.impl.util com.flowable.rendition -
-
Uses of ContentRenditionManager in com.flowable.content.engine
Fields in com.flowable.content.engine declared as ContentRenditionManager Modifier and Type Field Description protected ContentRenditionManager
ContentEngineConfiguration. contentRenditionManager
Methods in com.flowable.content.engine that return ContentRenditionManager Modifier and Type Method Description ContentRenditionManager
ContentEngineConfiguration. getContentRenditionManager()
Methods in com.flowable.content.engine with parameters of type ContentRenditionManager Modifier and Type Method Description void
ContentEngineConfiguration. setContentRenditionManager(ContentRenditionManager contentRenditionManager)
-
Uses of ContentRenditionManager in com.flowable.content.engine.impl.util
Methods in com.flowable.content.engine.impl.util that return ContentRenditionManager Modifier and Type Method Description static ContentRenditionManager
CommandContextUtil. getContentRenditionManager()
static ContentRenditionManager
CommandContextUtil. getContentRenditionManager(CommandContext commandContext)
-
Uses of ContentRenditionManager in com.flowable.rendition
Classes in com.flowable.rendition that implement ContentRenditionManager Modifier and Type Class Description class
DefaultContentRenditionManager
-