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 java.util.List<RenditionItem>
RenditionItemQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.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, java.io.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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Constructors in com.flowable.content.engine.impl.cmd with parameters of type RenditionItem Constructor Description SaveRenditionItemCmd(RenditionItem renditionItem)
SaveRenditionItemCmd(RenditionItem renditionItem, java.io.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 java.util.List<RenditionItem>
RenditionItemEntityManager. findRenditionItemsByQueryCriteria(RenditionItemQueryImpl renditionItemQuery)
java.util.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 java.util.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 java.util.List<RenditionItem>
MybatisRenditionItemDataManager. findRenditionItemsByQueryCriteria(RenditionItemQueryImpl renditionItemQuery)
-
Uses of RenditionItem in com.flowable.content.rest
Methods in com.flowable.content.rest with parameters of type RenditionItem Modifier and Type Method Description void
ContentRestApiInterceptor. accessRenditionItemInfoById(RenditionItem renditionItem)
RenditionItemResponse
ContentRestResponseFactory. createRenditionItemResponse(RenditionItem renditionItem)
RenditionItemResponse
ContentRestResponseFactory. createRenditionItemResponse(RenditionItem renditionItem, ContentRestUrlBuilder urlBuilder)
void
ContentRestApiInterceptor. deleteRenditionItem(RenditionItem renditionItem)
Method parameters in com.flowable.content.rest with type arguments of type RenditionItem Modifier and Type Method Description java.util.List<RenditionItemResponse>
ContentRestResponseFactory. createRenditionItemResponseList(java.util.List<RenditionItem> renditionItems)
-
Uses of RenditionItem in com.flowable.content.rest.service.api.content
Methods in com.flowable.content.rest.service.api.content that return RenditionItem Modifier and Type Method Description protected RenditionItem
ContentItemBaseResource. getRenditionItemFromRequest(java.lang.String contentItemId, java.lang.String renditionType)
-
Uses of RenditionItem in com.flowable.content.rest.service.api.rendition
Methods in com.flowable.content.rest.service.api.rendition that return RenditionItem Modifier and Type Method Description protected RenditionItem
RenditionItemBaseResource. getRenditionItem(java.lang.String renditionItemId, RenditionItemQuery renditionItemQuery)
protected RenditionItem
RenditionItemBaseResource. getRenditionItemFromRequest(java.lang.String renditionItemId)
Constructors in com.flowable.content.rest.service.api.rendition with parameters of type RenditionItem Constructor Description RenditionItemResponse(RenditionItem renditionItem, java.lang.String url)
-
Uses of RenditionItem in com.flowable.content.rest.service.api.versionparent
Methods in com.flowable.content.rest.service.api.versionparent that return RenditionItem Modifier and Type Method Description protected RenditionItem
VersionParentItemBaseResource. getRenditionItemFromRequest(java.lang.String versionParentId, java.lang.String renditionType)
-
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, java.io.InputStream inputStream)