Package com.flowable.content.engine.impl
Class RenditionItemQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<RenditionItemQuery,RenditionItem>
-
- com.flowable.content.engine.impl.RenditionItemQueryImpl
-
- All Implemented Interfaces:
RenditionItemQuery,java.io.Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<RenditionItemEntity>,org.flowable.common.engine.api.query.Query<RenditionItemQuery,RenditionItem>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class RenditionItemQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<RenditionItemQuery,RenditionItem> implements RenditionItemQuery, org.flowable.common.engine.api.query.CacheAwareQuery<RenditionItemEntity>, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleancontentAvailableprotected java.lang.StringcontentItemIdprotected java.lang.StringcontentItemIdLikeprotected java.lang.StringcontentItemNameprotected java.lang.StringcontentItemNameLikeprotected java.lang.LongcontentSizeprotected java.lang.StringcontentStoreIdprotected java.lang.StringcontentStoreIdLikeprotected java.lang.StringcontentStoreNameprotected java.lang.StringcontentStoreNameLikeprotected java.util.DatecreatedDateprotected java.util.DatecreatedDateAfterprotected java.util.DatecreatedDateBeforeprotected java.lang.Stringidprotected java.util.Set<java.lang.String>idsprotected java.util.DatelastModifiedDateprotected java.util.DatelastModifiedDateAfterprotected java.util.DatelastModifiedDateBeforeprotected java.lang.LongmaxContentSizeprotected java.lang.StringmimeTypeprotected java.lang.StringmimeTypeLikeprotected java.lang.LongminContentSizeprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.StringprocessInstanceIdprotected java.lang.StringprocessInstanceIdLikeprotected java.lang.StringrenditionTypeprotected java.lang.StringscopeIdprotected java.lang.StringscopeIdLikeprotected java.lang.StringscopeTypeprotected java.lang.StringscopeTypeLikeprotected java.lang.StringtaskIdprotected java.lang.StringtaskIdLikeprotected java.lang.StringtenantIdprotected java.lang.StringtenantIdLikeprotected booleanwithoutTenantId
-
Constructor Summary
Constructors Constructor Description RenditionItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)RenditionItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenditionItemQueryImplcontentAvailable(java.lang.Boolean contentAvailable)Only select rendition items with content available or not.RenditionItemQueryImplcontentItemId(java.lang.String contentItemId)Only select rendition items with the given id.RenditionItemQueryImplcontentItemIdLike(java.lang.String contentItemIdLike)Only select rendition items with the id like the given string.RenditionItemQueryImplcontentItemName(java.lang.String contentItemName)Only select rendition items with the given content item name.RenditionItemQueryImplcontentItemNameLike(java.lang.String contentItemNameLike)Only select rendition items with the content item name like the given string.RenditionItemQueryImplcontentSize(java.lang.Long contentSize)Only select rendition items with the given content size.RenditionItemQueryImplcontentStoreId(java.lang.String contentStoreId)Only select rendition items with the given content store id.RenditionItemQueryImplcontentStoreIdLike(java.lang.String contentStoreIdLike)Only select rendition items with a content store id like the given string.RenditionItemQueryImplcontentStoreName(java.lang.String contentStoreName)Only select rendition items with the given content store name.RenditionItemQueryImplcontentStoreNameLike(java.lang.String contentStoreNameLike)Only select rendition items with a content store name like the given string.RenditionItemQueryImplcreatedDate(java.util.Date createdDate)Only select rendition items created on the given timeRenditionItemQueryImplcreatedDateAfter(java.util.Date createdDateAfter)Only select rendition items created after the given timeRenditionItemQueryImplcreatedDateBefore(java.util.Date createdDateBefore)Only select rendition items created before the given timelongexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<RenditionItem>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.BooleangetContentAvailable()java.lang.StringgetContentItemId()java.lang.StringgetContentItemIdLike()java.lang.StringgetContentItemName()java.lang.StringgetContentItemNameLike()java.lang.LonggetContentSize()java.lang.StringgetContentStoreId()java.lang.StringgetContentStoreIdLike()java.lang.StringgetContentStoreName()java.lang.StringgetContentStoreNameLike()java.util.DategetCreatedDate()java.util.DategetCreatedDateAfter()java.util.DategetCreatedDateBefore()java.lang.StringgetId()java.util.Set<java.lang.String>getIds()java.util.DategetLastModifiedDate()java.util.DategetLastModifiedDateAfter()java.util.DategetLastModifiedDateBefore()java.lang.LonggetMaxContentSize()java.lang.StringgetMimeType()java.lang.StringgetMimeTypeLike()java.lang.LonggetMinContentSize()java.lang.StringgetProcessInstanceId()java.lang.StringgetProcessInstanceIdLike()java.lang.StringgetRenditionType()java.lang.StringgetScopeId()java.lang.StringgetScopeIdLike()java.lang.StringgetScopeType()java.lang.StringgetScopeTypeLike()java.lang.StringgetTaskId()java.lang.StringgetTaskIdLike()java.lang.StringgetTenantId()java.lang.StringgetTenantIdLike()RenditionItemQueryImplid(java.lang.String id)Only select rendition items with the given id.RenditionItemQueryImplids(java.util.Set<java.lang.String> ids)Only select rendition items with the given ids.booleanisWithoutTenantId()RenditionItemQueryImpllastModifiedDate(java.util.Date lastModifiedDate)Only select rendition items last modified on the given timeRenditionItemQueryImpllastModifiedDateAfter(java.util.Date lastModifiedDateAfter)Only select rendition items last modified after the given timeRenditionItemQueryImpllastModifiedDateBefore(java.util.Date lastModifiedDateBefore)Only select rendition items last modified before the given timeRenditionItemQueryImplmaxContentSize(java.lang.Long maxContentSize)Only select rendition items with the given maximum content size.RenditionItemQueryImplmimeType(java.lang.String mimeType)Only select rendition items with the given mime type.RenditionItemQueryImplmimeTypeLike(java.lang.String mimeTypeLike)Only select rendition items with a mime type like the given string.RenditionItemQueryImplminContentSize(java.lang.Long minContentSize)Only select rendition items with the given minimal content size.RenditionItemQueryImplname(java.lang.String name)Only select rendition items with the given name.RenditionItemQueryImplnameLike(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()).RenditionItemQueryImplprocessInstanceId(java.lang.String processInstanceId)Only select rendition items with the given process instance id.RenditionItemQueryImplprocessInstanceIdLike(java.lang.String processInstanceIdLike)Only select rendition items with a process instance id like the given string.RenditionItemQueryImplrenditionType(java.lang.String renditionType)Only select rendition items with the give typeRenditionItemQueryImplscopeId(java.lang.String scopeId)Only select rendition items with the given scopeId.RenditionItemQueryImplscopeIdLike(java.lang.String scopeIdLike)Only select rendition items with the scope id like given string.RenditionItemQueryImplscopeType(java.lang.String scopeType)Only select rendition items with the scope type as given string.RenditionItemQueryImplscopeTypeLike(java.lang.String scopeTypeLike)Only select rendition items with the scope type like given string.RenditionItemQueryImpltaskId(java.lang.String taskId)Only select rendition items with the given task id.RenditionItemQueryImpltaskIdLike(java.lang.String taskIdLike)Only select rendition items with a task id like the given string.RenditionItemQueryImpltenantId(java.lang.String tenantId)Only select rendition items that have the given tenant id.RenditionItemQueryImpltenantIdLike(java.lang.String tenantIdLike)Only select rendition items with a tenant id like the given one.RenditionItemQueryImplwithoutTenantId()Only select rendition items that do not have a tenant id.-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
-
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
id
protected java.lang.String id
-
ids
protected java.util.Set<java.lang.String> ids
-
contentItemId
protected java.lang.String contentItemId
-
contentItemIdLike
protected java.lang.String contentItemIdLike
-
contentItemName
protected java.lang.String contentItemName
-
contentItemNameLike
protected java.lang.String contentItemNameLike
-
name
protected java.lang.String name
-
nameLike
protected java.lang.String nameLike
-
mimeType
protected java.lang.String mimeType
-
mimeTypeLike
protected java.lang.String mimeTypeLike
-
taskId
protected java.lang.String taskId
-
taskIdLike
protected java.lang.String taskIdLike
-
processInstanceId
protected java.lang.String processInstanceId
-
processInstanceIdLike
protected java.lang.String processInstanceIdLike
-
scopeId
protected java.lang.String scopeId
-
scopeIdLike
protected java.lang.String scopeIdLike
-
scopeType
protected java.lang.String scopeType
-
scopeTypeLike
protected java.lang.String scopeTypeLike
-
contentStoreId
protected java.lang.String contentStoreId
-
contentStoreIdLike
protected java.lang.String contentStoreIdLike
-
contentStoreName
protected java.lang.String contentStoreName
-
contentStoreNameLike
protected java.lang.String contentStoreNameLike
-
contentAvailable
protected java.lang.Boolean contentAvailable
-
contentSize
protected java.lang.Long contentSize
-
minContentSize
protected java.lang.Long minContentSize
-
maxContentSize
protected java.lang.Long maxContentSize
-
createdDate
protected java.util.Date createdDate
-
createdDateBefore
protected java.util.Date createdDateBefore
-
createdDateAfter
protected java.util.Date createdDateAfter
-
lastModifiedDate
protected java.util.Date lastModifiedDate
-
lastModifiedDateBefore
protected java.util.Date lastModifiedDateBefore
-
lastModifiedDateAfter
protected java.util.Date lastModifiedDateAfter
-
tenantId
protected java.lang.String tenantId
-
tenantIdLike
protected java.lang.String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
renditionType
protected java.lang.String renditionType
-
-
Method Detail
-
id
public RenditionItemQueryImpl id(java.lang.String id)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given id.- Specified by:
idin interfaceRenditionItemQuery
-
ids
public RenditionItemQueryImpl ids(java.util.Set<java.lang.String> ids)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given ids.- Specified by:
idsin interfaceRenditionItemQuery
-
contentItemId
public RenditionItemQueryImpl contentItemId(java.lang.String contentItemId)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given id.- Specified by:
contentItemIdin interfaceRenditionItemQuery
-
contentItemIdLike
public RenditionItemQueryImpl contentItemIdLike(java.lang.String contentItemIdLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with the id like the given string.- Specified by:
contentItemIdLikein interfaceRenditionItemQuery
-
contentItemName
public RenditionItemQueryImpl contentItemName(java.lang.String contentItemName)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content item name.- Specified by:
contentItemNamein interfaceRenditionItemQuery
-
contentItemNameLike
public RenditionItemQueryImpl contentItemNameLike(java.lang.String contentItemNameLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with the content item name like the given string.- Specified by:
contentItemNameLikein interfaceRenditionItemQuery
-
name
public RenditionItemQueryImpl name(java.lang.String name)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given name.- Specified by:
namein interfaceRenditionItemQuery
-
nameLike
public RenditionItemQueryImpl nameLike(java.lang.String nameLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a name like the given string.- Specified by:
nameLikein interfaceRenditionItemQuery
-
mimeType
public RenditionItemQueryImpl mimeType(java.lang.String mimeType)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given mime type.- Specified by:
mimeTypein interfaceRenditionItemQuery
-
mimeTypeLike
public RenditionItemQueryImpl mimeTypeLike(java.lang.String mimeTypeLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a mime type like the given string.- Specified by:
mimeTypeLikein interfaceRenditionItemQuery
-
taskId
public RenditionItemQueryImpl taskId(java.lang.String taskId)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given task id.- Specified by:
taskIdin interfaceRenditionItemQuery
-
taskIdLike
public RenditionItemQueryImpl taskIdLike(java.lang.String taskIdLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a task id like the given string.- Specified by:
taskIdLikein interfaceRenditionItemQuery
-
processInstanceId
public RenditionItemQueryImpl processInstanceId(java.lang.String processInstanceId)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given process instance id.- Specified by:
processInstanceIdin interfaceRenditionItemQuery
-
processInstanceIdLike
public RenditionItemQueryImpl processInstanceIdLike(java.lang.String processInstanceIdLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a process instance id like the given string.- Specified by:
processInstanceIdLikein interfaceRenditionItemQuery
-
scopeId
public RenditionItemQueryImpl scopeId(java.lang.String scopeId)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given scopeId.- Specified by:
scopeIdin interfaceRenditionItemQuery
-
scopeIdLike
public RenditionItemQueryImpl scopeIdLike(java.lang.String scopeIdLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with the scope id like given string.- Specified by:
scopeIdLikein interfaceRenditionItemQuery
-
scopeType
public RenditionItemQueryImpl scopeType(java.lang.String scopeType)
Description copied from interface:RenditionItemQueryOnly select rendition items with the scope type as given string.- Specified by:
scopeTypein interfaceRenditionItemQuery
-
scopeTypeLike
public RenditionItemQueryImpl scopeTypeLike(java.lang.String scopeTypeLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with the scope type like given string.- Specified by:
scopeTypeLikein interfaceRenditionItemQuery
-
contentStoreId
public RenditionItemQueryImpl contentStoreId(java.lang.String contentStoreId)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content store id.- Specified by:
contentStoreIdin interfaceRenditionItemQuery
-
contentStoreIdLike
public RenditionItemQueryImpl contentStoreIdLike(java.lang.String contentStoreIdLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a content store id like the given string.- Specified by:
contentStoreIdLikein interfaceRenditionItemQuery
-
contentStoreName
public RenditionItemQueryImpl contentStoreName(java.lang.String contentStoreName)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content store name.- Specified by:
contentStoreNamein interfaceRenditionItemQuery
-
contentStoreNameLike
public RenditionItemQueryImpl contentStoreNameLike(java.lang.String contentStoreNameLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a content store name like the given string.- Specified by:
contentStoreNameLikein interfaceRenditionItemQuery
-
contentAvailable
public RenditionItemQueryImpl contentAvailable(java.lang.Boolean contentAvailable)
Description copied from interface:RenditionItemQueryOnly select rendition items with content available or not.- Specified by:
contentAvailablein interfaceRenditionItemQuery
-
contentSize
public RenditionItemQueryImpl contentSize(java.lang.Long contentSize)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content size.- Specified by:
contentSizein interfaceRenditionItemQuery
-
minContentSize
public RenditionItemQueryImpl minContentSize(java.lang.Long minContentSize)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given minimal content size.- Specified by:
minContentSizein interfaceRenditionItemQuery
-
maxContentSize
public RenditionItemQueryImpl maxContentSize(java.lang.Long maxContentSize)
Description copied from interface:RenditionItemQueryOnly select rendition items with the given maximum content size.- Specified by:
maxContentSizein interfaceRenditionItemQuery
-
createdDate
public RenditionItemQueryImpl createdDate(java.util.Date createdDate)
Description copied from interface:RenditionItemQueryOnly select rendition items created on the given time- Specified by:
createdDatein interfaceRenditionItemQuery
-
createdDateBefore
public RenditionItemQueryImpl createdDateBefore(java.util.Date createdDateBefore)
Description copied from interface:RenditionItemQueryOnly select rendition items created before the given time- Specified by:
createdDateBeforein interfaceRenditionItemQuery
-
createdDateAfter
public RenditionItemQueryImpl createdDateAfter(java.util.Date createdDateAfter)
Description copied from interface:RenditionItemQueryOnly select rendition items created after the given time- Specified by:
createdDateAfterin interfaceRenditionItemQuery
-
lastModifiedDate
public RenditionItemQueryImpl lastModifiedDate(java.util.Date lastModifiedDate)
Description copied from interface:RenditionItemQueryOnly select rendition items last modified on the given time- Specified by:
lastModifiedDatein interfaceRenditionItemQuery
-
lastModifiedDateBefore
public RenditionItemQueryImpl lastModifiedDateBefore(java.util.Date lastModifiedDateBefore)
Description copied from interface:RenditionItemQueryOnly select rendition items last modified before the given time- Specified by:
lastModifiedDateBeforein interfaceRenditionItemQuery
-
lastModifiedDateAfter
public RenditionItemQueryImpl lastModifiedDateAfter(java.util.Date lastModifiedDateAfter)
Description copied from interface:RenditionItemQueryOnly select rendition items last modified after the given time- Specified by:
lastModifiedDateAfterin interfaceRenditionItemQuery
-
tenantId
public RenditionItemQueryImpl tenantId(java.lang.String tenantId)
Description copied from interface:RenditionItemQueryOnly select rendition items that have the given tenant id.- Specified by:
tenantIdin interfaceRenditionItemQuery
-
tenantIdLike
public RenditionItemQueryImpl tenantIdLike(java.lang.String tenantIdLike)
Description copied from interface:RenditionItemQueryOnly select rendition items with a tenant id like the given one.- Specified by:
tenantIdLikein interfaceRenditionItemQuery
-
withoutTenantId
public RenditionItemQueryImpl withoutTenantId()
Description copied from interface:RenditionItemQueryOnly select rendition items that do not have a tenant id.- Specified by:
withoutTenantIdin interfaceRenditionItemQuery
-
renditionType
public RenditionItemQueryImpl renditionType(java.lang.String renditionType)
Description copied from interface:RenditionItemQueryOnly select rendition items with the give type- Specified by:
renditionTypein interfaceRenditionItemQuery
-
orderByCreatedDate
public RenditionItemQuery orderByCreatedDate()
Description copied from interface:RenditionItemQueryOrder by created date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByCreatedDatein interfaceRenditionItemQuery
-
orderByTenantId
public RenditionItemQuery orderByTenantId()
Description copied from interface:RenditionItemQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceRenditionItemQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<RenditionItemQuery,RenditionItem>
-
executeList
public java.util.List<RenditionItem> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<RenditionItemQuery,RenditionItem>
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<RenditionItemEntity>
-
getContentItemId
public java.lang.String getContentItemId()
-
getContentItemIdLike
public java.lang.String getContentItemIdLike()
-
getContentItemName
public java.lang.String getContentItemName()
-
getContentItemNameLike
public java.lang.String getContentItemNameLike()
-
getIds
public java.util.Set<java.lang.String> getIds()
-
getTaskId
public java.lang.String getTaskId()
-
getTaskIdLike
public java.lang.String getTaskIdLike()
-
getProcessInstanceId
public java.lang.String getProcessInstanceId()
-
getProcessInstanceIdLike
public java.lang.String getProcessInstanceIdLike()
-
getScopeId
public java.lang.String getScopeId()
-
getScopeIdLike
public java.lang.String getScopeIdLike()
-
getScopeType
public java.lang.String getScopeType()
-
getScopeTypeLike
public java.lang.String getScopeTypeLike()
-
getContentStoreId
public java.lang.String getContentStoreId()
-
getContentStoreIdLike
public java.lang.String getContentStoreIdLike()
-
getContentStoreName
public java.lang.String getContentStoreName()
-
getContentStoreNameLike
public java.lang.String getContentStoreNameLike()
-
getMimeType
public java.lang.String getMimeType()
-
getMimeTypeLike
public java.lang.String getMimeTypeLike()
-
getContentAvailable
public java.lang.Boolean getContentAvailable()
-
getContentSize
public java.lang.Long getContentSize()
-
getMinContentSize
public java.lang.Long getMinContentSize()
-
getMaxContentSize
public java.lang.Long getMaxContentSize()
-
getCreatedDate
public java.util.Date getCreatedDate()
-
getCreatedDateBefore
public java.util.Date getCreatedDateBefore()
-
getCreatedDateAfter
public java.util.Date getCreatedDateAfter()
-
getLastModifiedDate
public java.util.Date getLastModifiedDate()
-
getLastModifiedDateBefore
public java.util.Date getLastModifiedDateBefore()
-
getLastModifiedDateAfter
public java.util.Date getLastModifiedDateAfter()
-
getTenantId
public java.lang.String getTenantId()
-
getTenantIdLike
public java.lang.String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getRenditionType
public java.lang.String getRenditionType()
-
-