Uses of Interface
com.flowable.core.content.api.RenditionItemQuery
-
Uses of RenditionItemQuery in com.flowable.content.engine.impl
Modifier and TypeMethodDescriptionRenditionServiceImpl.createRenditionItemQuery()
RenditionItemQueryImpl.orderByCreatedDate()
RenditionItemQueryImpl.orderByTenantId()
-
Uses of RenditionItemQuery in com.flowable.core.content.api
Modifier and TypeMethodDescriptionRenditionItemQuery.contentAvailable
(Boolean contentAvailable) Only select rendition items with content available or not.RenditionItemQuery.contentItemId
(String contentItemId) Only select rendition items with the given id.RenditionItemQuery.contentItemIdLike
(String contentItemIdLike) Only select rendition items with the id like the given string.RenditionItemQuery.contentItemName
(String contentItemName) Only select rendition items with the given content item name.RenditionItemQuery.contentItemNameLike
(String contentItemNameLike) Only select rendition items with the content item name like the given string.RenditionItemQuery.contentSize
(Long contentSize) Only select rendition items with the given content size.RenditionItemQuery.contentStoreId
(String contentStoreId) Only select rendition items with the given content store id.RenditionItemQuery.contentStoreIdLike
(String contentStoreIdLike) Only select rendition items with a content store id like the given string.RenditionItemQuery.contentStoreName
(String contentStoreName) Only select rendition items with the given content store name.RenditionItemQuery.contentStoreNameLike
(String contentStoreNameLike) Only select rendition items with a content store name like the given string.RenditionItemQuery.createdDate
(Date submittedDate) Only select rendition items created on the given timeRenditionItemQuery.createdDateAfter
(Date afterTime) Only select rendition items created after the given timeRenditionItemQuery.createdDateBefore
(Date beforeTime) Only select rendition items created before the given timeRenditionService.createRenditionItemQuery()
Only select rendition items with the given id.Only select rendition items with the given ids.RenditionItemQuery.lastModifiedDate
(Date lastModifiedDate) Only select rendition items last modified on the given timeRenditionItemQuery.lastModifiedDateAfter
(Date afterTime) Only select rendition items last modified after the given timeRenditionItemQuery.lastModifiedDateBefore
(Date beforeTime) Only select rendition items last modified before the given timeRenditionItemQuery.maxContentSize
(Long maxContentSize) Only select rendition items with the given maximum content size.Only select rendition items with the given mime type.RenditionItemQuery.mimeTypeLike
(String mimeTypeLike) Only select rendition items with a mime type like the given string.RenditionItemQuery.minContentSize
(Long minContentSize) Only select rendition items with the given minimal content size.Only select rendition items with the given name.Only select rendition items with a name like the given string.RenditionItemQuery.orderByCreatedDate()
Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
).RenditionItemQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).RenditionItemQuery.processInstanceId
(String processInstanceId) Only select rendition items with the given process instance id.RenditionItemQuery.processInstanceIdLike
(String processInstanceIdLike) Only select rendition items with a process instance id like the given string.RenditionItemQuery.renditionType
(String renditionType) Only select rendition items with the give typeOnly select rendition items with the given scopeId.RenditionItemQuery.scopeIdLike
(String scopeIdLike) Only select rendition items with the scope id like given string.Only select rendition items with the scope type as given string.RenditionItemQuery.scopeTypeLike
(String scopeTypeLike) Only select rendition items with the scope type like given string.Only select rendition items with the given task id.RenditionItemQuery.taskIdLike
(String taskIdLike) Only select rendition items with a task id like the given string.Only select rendition items that have the given tenant id.RenditionItemQuery.tenantIdLike
(String tenantIdLike) Only select rendition items with a tenant id like the given one.RenditionItemQuery.withoutTenantId()
Only select rendition items that do not have a tenant id.