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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
id
RenditionItemQuery id(java.lang.String id)
Only select rendition items with the given id.
-
ids
RenditionItemQuery ids(java.util.Set<java.lang.String> ids)
Only select rendition items with the given ids.
-
contentItemId
RenditionItemQuery contentItemId(java.lang.String contentItemId)
Only select rendition items with the given id.
-
contentItemIdLike
RenditionItemQuery contentItemIdLike(java.lang.String contentItemIdLike)
Only select rendition items with the id like the given string.
-
contentItemName
RenditionItemQuery contentItemName(java.lang.String contentItemName)
Only select rendition items with the given content item name.
-
contentItemNameLike
RenditionItemQuery contentItemNameLike(java.lang.String contentItemNameLike)
Only select rendition items with the content item name like the given string.
-
name
RenditionItemQuery name(java.lang.String name)
Only select rendition items with the given name.
-
nameLike
RenditionItemQuery nameLike(java.lang.String nameLike)
Only select rendition items with a name like the given string.
-
mimeType
RenditionItemQuery mimeType(java.lang.String mimeType)
Only select rendition items with the given mime type.
-
mimeTypeLike
RenditionItemQuery mimeTypeLike(java.lang.String mimeTypeLike)
Only select rendition items with a mime type like the given string.
-
taskId
RenditionItemQuery taskId(java.lang.String taskId)
Only select rendition items with the given task id.
-
taskIdLike
RenditionItemQuery taskIdLike(java.lang.String taskIdLike)
Only select rendition items with a task id like the given string.
-
scopeType
RenditionItemQuery scopeType(java.lang.String scopeType)
Only select rendition items with the scope type as given string.
-
scopeTypeLike
RenditionItemQuery scopeTypeLike(java.lang.String scopeTypeLike)
Only select rendition items with the scope type like given string.
-
scopeId
RenditionItemQuery scopeId(java.lang.String scopeId)
Only select rendition items with the given scopeId.
-
scopeIdLike
RenditionItemQuery scopeIdLike(java.lang.String scopeIdLike)
Only select rendition items with the scope id like given string.
-
processInstanceId
RenditionItemQuery processInstanceId(java.lang.String processInstanceId)
Only select rendition items with the given process instance id.
-
processInstanceIdLike
RenditionItemQuery processInstanceIdLike(java.lang.String processInstanceIdLike)
Only select rendition items with a process instance id like the given string.
-
contentStoreId
RenditionItemQuery contentStoreId(java.lang.String contentStoreId)
Only select rendition items with the given content store id.
-
contentStoreIdLike
RenditionItemQuery contentStoreIdLike(java.lang.String contentStoreIdLike)
Only select rendition items with a content store id like the given string.
-
contentStoreName
RenditionItemQuery contentStoreName(java.lang.String contentStoreName)
Only select rendition items with the given content store name.
-
contentStoreNameLike
RenditionItemQuery contentStoreNameLike(java.lang.String contentStoreNameLike)
Only select rendition items with a content store name like the given string.
-
contentAvailable
RenditionItemQuery contentAvailable(java.lang.Boolean contentAvailable)
Only select rendition items with content available or not.
-
contentSize
RenditionItemQuery contentSize(java.lang.Long contentSize)
Only select rendition items with the given content size.
-
minContentSize
RenditionItemQuery minContentSize(java.lang.Long minContentSize)
Only select rendition items with the given minimal content size.
-
maxContentSize
RenditionItemQuery maxContentSize(java.lang.Long maxContentSize)
Only select rendition items with the given maximum content size.
-
createdDate
RenditionItemQuery createdDate(java.util.Date submittedDate)
Only select rendition items created on the given time
-
createdDateBefore
RenditionItemQuery createdDateBefore(java.util.Date beforeTime)
Only select rendition items created before the given time
-
createdDateAfter
RenditionItemQuery createdDateAfter(java.util.Date afterTime)
Only select rendition items created after the given time
-
lastModifiedDate
RenditionItemQuery lastModifiedDate(java.util.Date lastModifiedDate)
Only select rendition items last modified on the given time
-
lastModifiedDateBefore
RenditionItemQuery lastModifiedDateBefore(java.util.Date beforeTime)
Only select rendition items last modified before the given time
-
lastModifiedDateAfter
RenditionItemQuery lastModifiedDateAfter(java.util.Date afterTime)
Only select rendition items last modified after the given time
-
tenantId
RenditionItemQuery tenantId(java.lang.String tenantId)
Only select rendition items that have the given tenant id.
-
tenantIdLike
RenditionItemQuery tenantIdLike(java.lang.String 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
RenditionItemQuery renditionType(java.lang.String renditionType)
Only select rendition items with the give type
-
-