Package com.flowable.core.content.api
Interface RenditionItemQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<RenditionItemQuery,RenditionItem>
- All Known Implementing Classes:
RenditionItemQueryImpl
public interface RenditionItemQuery extends org.flowable.common.engine.api.query.Query<RenditionItemQuery,RenditionItem>
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description RenditionItemQuerycontentAvailable(java.lang.Boolean contentAvailable)Only select rendition items with content available or not.RenditionItemQuerycontentItemId(java.lang.String contentItemId)Only select rendition items with the given id.RenditionItemQuerycontentItemIdLike(java.lang.String contentItemIdLike)Only select rendition items with the id like the given string.RenditionItemQuerycontentItemName(java.lang.String contentItemName)Only select rendition items with the given content item name.RenditionItemQuerycontentItemNameLike(java.lang.String contentItemNameLike)Only select rendition items with the content item name like the given string.RenditionItemQuerycontentSize(java.lang.Long contentSize)Only select rendition items with the given content size.RenditionItemQuerycontentStoreId(java.lang.String contentStoreId)Only select rendition items with the given content store id.RenditionItemQuerycontentStoreIdLike(java.lang.String contentStoreIdLike)Only select rendition items with a content store id like the given string.RenditionItemQuerycontentStoreName(java.lang.String contentStoreName)Only select rendition items with the given content store name.RenditionItemQuerycontentStoreNameLike(java.lang.String contentStoreNameLike)Only select rendition items with a content store name like the given string.RenditionItemQuerycreatedDate(java.util.Date submittedDate)Only select rendition items created on the given timeRenditionItemQuerycreatedDateAfter(java.util.Date afterTime)Only select rendition items created after the given timeRenditionItemQuerycreatedDateBefore(java.util.Date beforeTime)Only select rendition items created before the given timeRenditionItemQueryid(java.lang.String id)Only select rendition items with the given id.RenditionItemQueryids(java.util.Set<java.lang.String> ids)Only select rendition items with the given ids.RenditionItemQuerylastModifiedDate(java.util.Date lastModifiedDate)Only select rendition items last modified on the given timeRenditionItemQuerylastModifiedDateAfter(java.util.Date afterTime)Only select rendition items last modified after the given timeRenditionItemQuerylastModifiedDateBefore(java.util.Date beforeTime)Only select rendition items last modified before the given timeRenditionItemQuerymaxContentSize(java.lang.Long maxContentSize)Only select rendition items with the given maximum content size.RenditionItemQuerymimeType(java.lang.String mimeType)Only select rendition items with the given mime type.RenditionItemQuerymimeTypeLike(java.lang.String mimeTypeLike)Only select rendition items with a mime type like the given string.RenditionItemQueryminContentSize(java.lang.Long minContentSize)Only select rendition items with the given minimal content size.RenditionItemQueryname(java.lang.String name)Only select rendition items with the given name.RenditionItemQuerynameLike(java.lang.String nameLike)Only select rendition items with a name like the given string.RenditionItemQueryorderByCreatedDate()Order by created date (needs to be followed byQuery.asc()orQuery.desc()).RenditionItemQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).RenditionItemQueryprocessInstanceId(java.lang.String processInstanceId)Only select rendition items with the given process instance id.RenditionItemQueryprocessInstanceIdLike(java.lang.String processInstanceIdLike)Only select rendition items with a process instance id like the given string.RenditionItemQueryrenditionType(java.lang.String renditionType)Only select rendition items with the give typeRenditionItemQueryscopeId(java.lang.String scopeId)Only select rendition items with the given scopeId.RenditionItemQueryscopeIdLike(java.lang.String scopeIdLike)Only select rendition items with the scope id like given string.RenditionItemQueryscopeType(java.lang.String scopeType)Only select rendition items with the scope type as given string.RenditionItemQueryscopeTypeLike(java.lang.String scopeTypeLike)Only select rendition items with the scope type like given string.RenditionItemQuerytaskId(java.lang.String taskId)Only select rendition items with the given task id.RenditionItemQuerytaskIdLike(java.lang.String taskIdLike)Only select rendition items with a task id like the given string.RenditionItemQuerytenantId(java.lang.String tenantId)Only select rendition items that have the given tenant id.RenditionItemQuerytenantIdLike(java.lang.String tenantIdLike)Only select rendition items with a tenant id like the given one.RenditionItemQuerywithoutTenantId()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
-