Uses of Interface
com.flowable.core.content.api.RenditionItem
-
-
Uses of RenditionItem in com.flowable.content.engine.impl
Fields in com.flowable.content.engine.impl declared as RenditionItem Modifier and Type Field Description protected RenditionItem
RenditionItemContentObjectStorageMetadata. renditionItem
Methods in com.flowable.content.engine.impl that return RenditionItem Modifier and Type Method Description RenditionItem
RenditionServiceImpl. newRenditionItem()
Methods in com.flowable.content.engine.impl that return types with arguments of type RenditionItem Modifier and Type Method Description List<RenditionItem>
RenditionItemQueryImpl. executeList(CommandContext commandContext)
Methods in com.flowable.content.engine.impl with parameters of type RenditionItem Modifier and Type Method Description protected static void
ContentItemHelper. createAndScheduleRenditionJob(RenditionItem renditionItem)
void
RenditionServiceImpl. saveRenditionItem(RenditionItem renditionItem)
void
RenditionServiceImpl. saveRenditionItem(RenditionItem renditionItem, InputStream inputStream)
Constructors in com.flowable.content.engine.impl with parameters of type RenditionItem Constructor Description RenditionItemContentObjectStorageMetadata(RenditionItem renditionItem)
-
Uses of RenditionItem in com.flowable.content.engine.impl.cmd
Fields in com.flowable.content.engine.impl.cmd declared as RenditionItem Modifier and Type Field Description protected RenditionItem
SaveRenditionItemCmd. renditionItem
Methods in com.flowable.content.engine.impl.cmd that return RenditionItem Modifier and Type Method Description RenditionItem
CreateRenditionItemCmd. execute(CommandContext commandContext)
Constructors in com.flowable.content.engine.impl.cmd with parameters of type RenditionItem Constructor Description SaveRenditionItemCmd(RenditionItem renditionItem)
SaveRenditionItemCmd(RenditionItem renditionItem, InputStream inputStream)
-
Uses of RenditionItem in com.flowable.content.engine.impl.persistence.entity
Subinterfaces of RenditionItem in com.flowable.content.engine.impl.persistence.entity Modifier and Type Interface Description interface
RenditionItemEntity
Classes in com.flowable.content.engine.impl.persistence.entity that implement RenditionItem Modifier and Type Class Description class
RenditionItemEntityImpl
Methods in com.flowable.content.engine.impl.persistence.entity that return types with arguments of type RenditionItem Modifier and Type Method Description List<RenditionItem>
RenditionItemEntityManager. findRenditionItemsByQueryCriteria(RenditionItemQueryImpl renditionItemQuery)
List<RenditionItem>
RenditionItemEntityManagerImpl. findRenditionItemsByQueryCriteria(RenditionItemQueryImpl renditionItemQuery)
-
Uses of RenditionItem in com.flowable.content.engine.impl.persistence.entity.data
Methods in com.flowable.content.engine.impl.persistence.entity.data that return types with arguments of type RenditionItem Modifier and Type Method Description List<RenditionItem>
RenditionItemDataManager. findRenditionItemsByQueryCriteria(RenditionItemQueryImpl renditionItemQuery)
-
Uses of RenditionItem in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl that return types with arguments of type RenditionItem Modifier and Type Method Description List<RenditionItem>
MybatisRenditionItemDataManager. findRenditionItemsByQueryCriteria(RenditionItemQueryImpl renditionItemQuery)
-
Uses of RenditionItem in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return RenditionItem Modifier and Type Method Description RenditionItem
RenditionService. newRenditionItem()
Methods in com.flowable.core.content.api with parameters of type RenditionItem Modifier and Type Method Description CoreContentObjectStorageMetadata
RenditionItemContentObjectStorageMetadataProvider. createStorageMetadata(RenditionItem renditionItem)
void
RenditionService. saveRenditionItem(RenditionItem renditionItem)
void
RenditionService. saveRenditionItem(RenditionItem renditionItem, InputStream inputStream)
-