Uses of Class
com.flowable.content.engine.impl.RenditionItemQueryImpl
Packages that use RenditionItemQueryImpl
Package
Description
-
Uses of RenditionItemQueryImpl in com.flowable.content.engine.impl
Methods in com.flowable.content.engine.impl that return RenditionItemQueryImplModifier and TypeMethodDescriptionRenditionItemQueryImpl.contentAvailable
(Boolean contentAvailable) RenditionItemQueryImpl.contentItemId
(String contentItemId) RenditionItemQueryImpl.contentItemIdLike
(String contentItemIdLike) RenditionItemQueryImpl.contentItemName
(String contentItemName) RenditionItemQueryImpl.contentItemNameLike
(String contentItemNameLike) RenditionItemQueryImpl.contentSize
(Long contentSize) RenditionItemQueryImpl.contentStoreId
(String contentStoreId) RenditionItemQueryImpl.contentStoreIdLike
(String contentStoreIdLike) RenditionItemQueryImpl.contentStoreName
(String contentStoreName) RenditionItemQueryImpl.contentStoreNameLike
(String contentStoreNameLike) RenditionItemQueryImpl.createdDate
(Date createdDate) RenditionItemQueryImpl.createdDateAfter
(Date createdDateAfter) RenditionItemQueryImpl.createdDateBefore
(Date createdDateBefore) RenditionItemQueryImpl.lastModifiedDate
(Date lastModifiedDate) RenditionItemQueryImpl.lastModifiedDateAfter
(Date lastModifiedDateAfter) RenditionItemQueryImpl.lastModifiedDateBefore
(Date lastModifiedDateBefore) RenditionItemQueryImpl.maxContentSize
(Long maxContentSize) RenditionItemQueryImpl.mimeTypeLike
(String mimeTypeLike) RenditionItemQueryImpl.minContentSize
(Long minContentSize) RenditionItemQueryImpl.processInstanceId
(String processInstanceId) RenditionItemQueryImpl.processInstanceIdLike
(String processInstanceIdLike) RenditionItemQueryImpl.renditionType
(String renditionType) RenditionItemQueryImpl.scopeIdLike
(String scopeIdLike) RenditionItemQueryImpl.scopeTypeLike
(String scopeTypeLike) RenditionItemQueryImpl.taskIdLike
(String taskIdLike) RenditionItemQueryImpl.tenantIdLike
(String tenantIdLike) RenditionItemQueryImpl.withoutTenantId()
-
Uses of RenditionItemQueryImpl in com.flowable.content.engine.impl.persistence.entity
Methods in com.flowable.content.engine.impl.persistence.entity with parameters of type RenditionItemQueryImplModifier and TypeMethodDescriptionlong
RenditionItemEntityManager.findRenditionItemCountByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) long
RenditionItemEntityManagerImpl.findRenditionItemCountByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) RenditionItemEntityManager.findRenditionItemsByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) RenditionItemEntityManagerImpl.findRenditionItemsByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) -
Uses of RenditionItemQueryImpl in com.flowable.content.engine.impl.persistence.entity.data
Methods in com.flowable.content.engine.impl.persistence.entity.data with parameters of type RenditionItemQueryImplModifier and TypeMethodDescriptionlong
RenditionItemDataManager.findRenditionItemCountByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) RenditionItemDataManager.findRenditionItemsByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) -
Uses of RenditionItemQueryImpl in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl with parameters of type RenditionItemQueryImplModifier and TypeMethodDescriptionlong
MybatisRenditionItemDataManager.findRenditionItemCountByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery) MybatisRenditionItemDataManager.findRenditionItemsByQueryCriteria
(RenditionItemQueryImpl renditionItemQuery)