Package com.flowable.core.content.api
Interface RenditionItemQuery
- All Superinterfaces:
Query<RenditionItemQuery,
RenditionItem>
- All Known Implementing Classes:
RenditionItemQueryImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptioncontentAvailable
(Boolean contentAvailable) Only select rendition items with content available or not.contentItemId
(String contentItemId) Only select rendition items with the given id.contentItemIdLike
(String contentItemIdLike) Only select rendition items with the id like the given string.contentItemName
(String contentItemName) Only select rendition items with the given content item name.contentItemNameLike
(String contentItemNameLike) Only select rendition items with the content item name like the given string.contentSize
(Long contentSize) Only select rendition items with the given content size.contentStoreId
(String contentStoreId) Only select rendition items with the given content store id.contentStoreIdLike
(String contentStoreIdLike) Only select rendition items with a content store id like the given string.contentStoreName
(String contentStoreName) Only select rendition items with the given content store name.contentStoreNameLike
(String contentStoreNameLike) Only select rendition items with a content store name like the given string.createdDate
(Date submittedDate) Only select rendition items created on the given timecreatedDateAfter
(Date afterTime) Only select rendition items created after the given timecreatedDateBefore
(Date beforeTime) Only select rendition items created before the given timeOnly select rendition items with the given id.Only select rendition items with the given ids.lastModifiedDate
(Date lastModifiedDate) Only select rendition items last modified on the given timelastModifiedDateAfter
(Date afterTime) Only select rendition items last modified after the given timelastModifiedDateBefore
(Date beforeTime) Only select rendition items last modified before the given timemaxContentSize
(Long maxContentSize) Only select rendition items with the given maximum content size.Only select rendition items with the given mime type.mimeTypeLike
(String mimeTypeLike) Only select rendition items with a mime type like the given string.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.Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
).Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).processInstanceId
(String processInstanceId) Only select rendition items with the given process instance id.processInstanceIdLike
(String processInstanceIdLike) Only select rendition items with a process instance id like the given string.renditionType
(String renditionType) Only select rendition items with the give typeOnly select rendition items with the given scopeId.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.scopeTypeLike
(String scopeTypeLike) Only select rendition items with the scope type like given string.Only select rendition items with the given task id.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.tenantIdLike
(String tenantIdLike) Only select rendition items with a tenant id like the given one.Only select rendition items that do not have a tenant id.
-
Method Details
-
id
Only select rendition items with the given id. -
ids
Only select rendition items with the given ids. -
contentItemId
Only select rendition items with the given id. -
contentItemIdLike
Only select rendition items with the id like the given string. -
contentItemName
Only select rendition items with the given content item name. -
contentItemNameLike
Only select rendition items with the content item name like the given string. -
name
Only select rendition items with the given name. -
nameLike
Only select rendition items with a name like the given string. -
mimeType
Only select rendition items with the given mime type. -
mimeTypeLike
Only select rendition items with a mime type like the given string. -
taskId
Only select rendition items with the given task id. -
taskIdLike
Only select rendition items with a task id like the given string. -
scopeType
Only select rendition items with the scope type as given string. -
scopeTypeLike
Only select rendition items with the scope type like given string. -
scopeId
Only select rendition items with the given scopeId. -
scopeIdLike
Only select rendition items with the scope id like given string. -
processInstanceId
Only select rendition items with the given process instance id. -
processInstanceIdLike
Only select rendition items with a process instance id like the given string. -
contentStoreId
Only select rendition items with the given content store id. -
contentStoreIdLike
Only select rendition items with a content store id like the given string. -
contentStoreName
Only select rendition items with the given content store name. -
contentStoreNameLike
Only select rendition items with a content store name like the given string. -
contentAvailable
Only select rendition items with content available or not. -
contentSize
Only select rendition items with the given content size. -
minContentSize
Only select rendition items with the given minimal content size. -
maxContentSize
Only select rendition items with the given maximum content size. -
createdDate
Only select rendition items created on the given time -
createdDateBefore
Only select rendition items created before the given time -
createdDateAfter
Only select rendition items created after the given time -
lastModifiedDate
Only select rendition items last modified on the given time -
lastModifiedDateBefore
Only select rendition items last modified before the given time -
lastModifiedDateAfter
Only select rendition items last modified after the given time -
tenantId
Only select rendition items that have the given tenant id. -
tenantIdLike
Only select rendition items with a tenant id like the given one. -
withoutTenantId
RenditionItemQuery withoutTenantId()Only select rendition items that do not have a tenant id. -
orderByCreatedDate
RenditionItemQuery orderByCreatedDate()Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
). -
orderByTenantId
RenditionItemQuery orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
). -
renditionType
Only select rendition items with the give type
-