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
,Serializable
,CacheAwareQuery<RenditionItemEntity>
,Query<RenditionItemQuery,RenditionItem>
,Command<Object>
public class RenditionItemQueryImpl extends AbstractQuery<RenditionItemQuery,RenditionItem> implements RenditionItemQuery, CacheAwareQuery<RenditionItemEntity>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description RenditionItemQueryImpl(CommandContext commandContext)
RenditionItemQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenditionItemQueryImpl
contentAvailable(Boolean contentAvailable)
Only select rendition items with content available or not.RenditionItemQueryImpl
contentItemId(String contentItemId)
Only select rendition items with the given id.RenditionItemQueryImpl
contentItemIdLike(String contentItemIdLike)
Only select rendition items with the id like the given string.RenditionItemQueryImpl
contentItemName(String contentItemName)
Only select rendition items with the given content item name.RenditionItemQueryImpl
contentItemNameLike(String contentItemNameLike)
Only select rendition items with the content item name like the given string.RenditionItemQueryImpl
contentSize(Long contentSize)
Only select rendition items with the given content size.RenditionItemQueryImpl
contentStoreId(String contentStoreId)
Only select rendition items with the given content store id.RenditionItemQueryImpl
contentStoreIdLike(String contentStoreIdLike)
Only select rendition items with a content store id like the given string.RenditionItemQueryImpl
contentStoreName(String contentStoreName)
Only select rendition items with the given content store name.RenditionItemQueryImpl
contentStoreNameLike(String contentStoreNameLike)
Only select rendition items with a content store name like the given string.RenditionItemQueryImpl
createdDate(Date createdDate)
Only select rendition items created on the given timeRenditionItemQueryImpl
createdDateAfter(Date createdDateAfter)
Only select rendition items created after the given timeRenditionItemQueryImpl
createdDateBefore(Date createdDateBefore)
Only select rendition items created before the given timelong
executeCount(CommandContext commandContext)
List<RenditionItem>
executeList(CommandContext commandContext)
Boolean
getContentAvailable()
String
getContentItemId()
String
getContentItemIdLike()
String
getContentItemName()
String
getContentItemNameLike()
Long
getContentSize()
String
getContentStoreId()
String
getContentStoreIdLike()
String
getContentStoreName()
String
getContentStoreNameLike()
Date
getCreatedDate()
Date
getCreatedDateAfter()
Date
getCreatedDateBefore()
String
getId()
Set<String>
getIds()
Date
getLastModifiedDate()
Date
getLastModifiedDateAfter()
Date
getLastModifiedDateBefore()
Long
getMaxContentSize()
String
getMimeType()
String
getMimeTypeLike()
Long
getMinContentSize()
String
getProcessInstanceId()
String
getProcessInstanceIdLike()
String
getRenditionType()
String
getScopeId()
String
getScopeIdLike()
String
getScopeType()
String
getScopeTypeLike()
String
getTaskId()
String
getTaskIdLike()
String
getTenantId()
String
getTenantIdLike()
RenditionItemQueryImpl
id(String id)
Only select rendition items with the given id.RenditionItemQueryImpl
ids(Set<String> ids)
Only select rendition items with the given ids.boolean
isWithoutTenantId()
RenditionItemQueryImpl
lastModifiedDate(Date lastModifiedDate)
Only select rendition items last modified on the given timeRenditionItemQueryImpl
lastModifiedDateAfter(Date lastModifiedDateAfter)
Only select rendition items last modified after the given timeRenditionItemQueryImpl
lastModifiedDateBefore(Date lastModifiedDateBefore)
Only select rendition items last modified before the given timeRenditionItemQueryImpl
maxContentSize(Long maxContentSize)
Only select rendition items with the given maximum content size.RenditionItemQueryImpl
mimeType(String mimeType)
Only select rendition items with the given mime type.RenditionItemQueryImpl
mimeTypeLike(String mimeTypeLike)
Only select rendition items with a mime type like the given string.RenditionItemQueryImpl
minContentSize(Long minContentSize)
Only select rendition items with the given minimal content size.RenditionItemQueryImpl
name(String name)
Only select rendition items with the given name.RenditionItemQueryImpl
nameLike(String nameLike)
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()
).RenditionItemQueryImpl
processInstanceId(String processInstanceId)
Only select rendition items with the given process instance id.RenditionItemQueryImpl
processInstanceIdLike(String processInstanceIdLike)
Only select rendition items with a process instance id like the given string.RenditionItemQueryImpl
renditionType(String renditionType)
Only select rendition items with the give typeRenditionItemQueryImpl
scopeId(String scopeId)
Only select rendition items with the given scopeId.RenditionItemQueryImpl
scopeIdLike(String scopeIdLike)
Only select rendition items with the scope id like given string.RenditionItemQueryImpl
scopeType(String scopeType)
Only select rendition items with the scope type as given string.RenditionItemQueryImpl
scopeTypeLike(String scopeTypeLike)
Only select rendition items with the scope type like given string.RenditionItemQueryImpl
taskId(String taskId)
Only select rendition items with the given task id.RenditionItemQueryImpl
taskIdLike(String taskIdLike)
Only select rendition items with a task id like the given string.RenditionItemQueryImpl
tenantId(String tenantId)
Only select rendition items that have the given tenant id.RenditionItemQueryImpl
tenantIdLike(String tenantIdLike)
Only select rendition items with a tenant id like the given one.RenditionItemQueryImpl
withoutTenantId()
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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
-
-
-
Field Detail
-
id
protected String id
-
contentItemId
protected String contentItemId
-
contentItemIdLike
protected String contentItemIdLike
-
contentItemName
protected String contentItemName
-
contentItemNameLike
protected String contentItemNameLike
-
name
protected String name
-
nameLike
protected String nameLike
-
mimeType
protected String mimeType
-
mimeTypeLike
protected String mimeTypeLike
-
taskId
protected String taskId
-
taskIdLike
protected String taskIdLike
-
processInstanceId
protected String processInstanceId
-
processInstanceIdLike
protected String processInstanceIdLike
-
scopeId
protected String scopeId
-
scopeIdLike
protected String scopeIdLike
-
scopeType
protected String scopeType
-
scopeTypeLike
protected String scopeTypeLike
-
contentStoreId
protected String contentStoreId
-
contentStoreIdLike
protected String contentStoreIdLike
-
contentStoreName
protected String contentStoreName
-
contentStoreNameLike
protected String contentStoreNameLike
-
contentAvailable
protected Boolean contentAvailable
-
contentSize
protected Long contentSize
-
minContentSize
protected Long minContentSize
-
maxContentSize
protected Long maxContentSize
-
createdDate
protected Date createdDate
-
createdDateBefore
protected Date createdDateBefore
-
createdDateAfter
protected Date createdDateAfter
-
lastModifiedDate
protected Date lastModifiedDate
-
lastModifiedDateBefore
protected Date lastModifiedDateBefore
-
lastModifiedDateAfter
protected Date lastModifiedDateAfter
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
renditionType
protected String renditionType
-
-
Constructor Detail
-
RenditionItemQueryImpl
public RenditionItemQueryImpl(CommandContext commandContext)
-
RenditionItemQueryImpl
public RenditionItemQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public RenditionItemQueryImpl id(String id)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given id.- Specified by:
id
in interfaceRenditionItemQuery
-
ids
public RenditionItemQueryImpl ids(Set<String> ids)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given ids.- Specified by:
ids
in interfaceRenditionItemQuery
-
contentItemId
public RenditionItemQueryImpl contentItemId(String contentItemId)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given id.- Specified by:
contentItemId
in interfaceRenditionItemQuery
-
contentItemIdLike
public RenditionItemQueryImpl contentItemIdLike(String contentItemIdLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with the id like the given string.- Specified by:
contentItemIdLike
in interfaceRenditionItemQuery
-
contentItemName
public RenditionItemQueryImpl contentItemName(String contentItemName)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content item name.- Specified by:
contentItemName
in interfaceRenditionItemQuery
-
contentItemNameLike
public RenditionItemQueryImpl contentItemNameLike(String contentItemNameLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with the content item name like the given string.- Specified by:
contentItemNameLike
in interfaceRenditionItemQuery
-
name
public RenditionItemQueryImpl name(String name)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given name.- Specified by:
name
in interfaceRenditionItemQuery
-
nameLike
public RenditionItemQueryImpl nameLike(String nameLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a name like the given string.- Specified by:
nameLike
in interfaceRenditionItemQuery
-
mimeType
public RenditionItemQueryImpl mimeType(String mimeType)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given mime type.- Specified by:
mimeType
in interfaceRenditionItemQuery
-
mimeTypeLike
public RenditionItemQueryImpl mimeTypeLike(String mimeTypeLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a mime type like the given string.- Specified by:
mimeTypeLike
in interfaceRenditionItemQuery
-
taskId
public RenditionItemQueryImpl taskId(String taskId)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given task id.- Specified by:
taskId
in interfaceRenditionItemQuery
-
taskIdLike
public RenditionItemQueryImpl taskIdLike(String taskIdLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a task id like the given string.- Specified by:
taskIdLike
in interfaceRenditionItemQuery
-
processInstanceId
public RenditionItemQueryImpl processInstanceId(String processInstanceId)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given process instance id.- Specified by:
processInstanceId
in interfaceRenditionItemQuery
-
processInstanceIdLike
public RenditionItemQueryImpl processInstanceIdLike(String processInstanceIdLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a process instance id like the given string.- Specified by:
processInstanceIdLike
in interfaceRenditionItemQuery
-
scopeId
public RenditionItemQueryImpl scopeId(String scopeId)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given scopeId.- Specified by:
scopeId
in interfaceRenditionItemQuery
-
scopeIdLike
public RenditionItemQueryImpl scopeIdLike(String scopeIdLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with the scope id like given string.- Specified by:
scopeIdLike
in interfaceRenditionItemQuery
-
scopeType
public RenditionItemQueryImpl scopeType(String scopeType)
Description copied from interface:RenditionItemQuery
Only select rendition items with the scope type as given string.- Specified by:
scopeType
in interfaceRenditionItemQuery
-
scopeTypeLike
public RenditionItemQueryImpl scopeTypeLike(String scopeTypeLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with the scope type like given string.- Specified by:
scopeTypeLike
in interfaceRenditionItemQuery
-
contentStoreId
public RenditionItemQueryImpl contentStoreId(String contentStoreId)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content store id.- Specified by:
contentStoreId
in interfaceRenditionItemQuery
-
contentStoreIdLike
public RenditionItemQueryImpl contentStoreIdLike(String contentStoreIdLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a content store id like the given string.- Specified by:
contentStoreIdLike
in interfaceRenditionItemQuery
-
contentStoreName
public RenditionItemQueryImpl contentStoreName(String contentStoreName)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content store name.- Specified by:
contentStoreName
in interfaceRenditionItemQuery
-
contentStoreNameLike
public RenditionItemQueryImpl contentStoreNameLike(String contentStoreNameLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a content store name like the given string.- Specified by:
contentStoreNameLike
in interfaceRenditionItemQuery
-
contentAvailable
public RenditionItemQueryImpl contentAvailable(Boolean contentAvailable)
Description copied from interface:RenditionItemQuery
Only select rendition items with content available or not.- Specified by:
contentAvailable
in interfaceRenditionItemQuery
-
contentSize
public RenditionItemQueryImpl contentSize(Long contentSize)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content size.- Specified by:
contentSize
in interfaceRenditionItemQuery
-
minContentSize
public RenditionItemQueryImpl minContentSize(Long minContentSize)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given minimal content size.- Specified by:
minContentSize
in interfaceRenditionItemQuery
-
maxContentSize
public RenditionItemQueryImpl maxContentSize(Long maxContentSize)
Description copied from interface:RenditionItemQuery
Only select rendition items with the given maximum content size.- Specified by:
maxContentSize
in interfaceRenditionItemQuery
-
createdDate
public RenditionItemQueryImpl createdDate(Date createdDate)
Description copied from interface:RenditionItemQuery
Only select rendition items created on the given time- Specified by:
createdDate
in interfaceRenditionItemQuery
-
createdDateBefore
public RenditionItemQueryImpl createdDateBefore(Date createdDateBefore)
Description copied from interface:RenditionItemQuery
Only select rendition items created before the given time- Specified by:
createdDateBefore
in interfaceRenditionItemQuery
-
createdDateAfter
public RenditionItemQueryImpl createdDateAfter(Date createdDateAfter)
Description copied from interface:RenditionItemQuery
Only select rendition items created after the given time- Specified by:
createdDateAfter
in interfaceRenditionItemQuery
-
lastModifiedDate
public RenditionItemQueryImpl lastModifiedDate(Date lastModifiedDate)
Description copied from interface:RenditionItemQuery
Only select rendition items last modified on the given time- Specified by:
lastModifiedDate
in interfaceRenditionItemQuery
-
lastModifiedDateBefore
public RenditionItemQueryImpl lastModifiedDateBefore(Date lastModifiedDateBefore)
Description copied from interface:RenditionItemQuery
Only select rendition items last modified before the given time- Specified by:
lastModifiedDateBefore
in interfaceRenditionItemQuery
-
lastModifiedDateAfter
public RenditionItemQueryImpl lastModifiedDateAfter(Date lastModifiedDateAfter)
Description copied from interface:RenditionItemQuery
Only select rendition items last modified after the given time- Specified by:
lastModifiedDateAfter
in interfaceRenditionItemQuery
-
tenantId
public RenditionItemQueryImpl tenantId(String tenantId)
Description copied from interface:RenditionItemQuery
Only select rendition items that have the given tenant id.- Specified by:
tenantId
in interfaceRenditionItemQuery
-
tenantIdLike
public RenditionItemQueryImpl tenantIdLike(String tenantIdLike)
Description copied from interface:RenditionItemQuery
Only select rendition items with a tenant id like the given one.- Specified by:
tenantIdLike
in interfaceRenditionItemQuery
-
withoutTenantId
public RenditionItemQueryImpl withoutTenantId()
Description copied from interface:RenditionItemQuery
Only select rendition items that do not have a tenant id.- Specified by:
withoutTenantId
in interfaceRenditionItemQuery
-
renditionType
public RenditionItemQueryImpl renditionType(String renditionType)
Description copied from interface:RenditionItemQuery
Only select rendition items with the give type- Specified by:
renditionType
in interfaceRenditionItemQuery
-
orderByCreatedDate
public RenditionItemQuery orderByCreatedDate()
Description copied from interface:RenditionItemQuery
Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByCreatedDate
in interfaceRenditionItemQuery
-
orderByTenantId
public RenditionItemQuery orderByTenantId()
Description copied from interface:RenditionItemQuery
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByTenantId
in interfaceRenditionItemQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractQuery<RenditionItemQuery,RenditionItem>
-
executeList
public List<RenditionItem> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractQuery<RenditionItemQuery,RenditionItem>
-
getId
public String getId()
- Specified by:
getId
in interfaceCacheAwareQuery<RenditionItemEntity>
-
getContentItemId
public String getContentItemId()
-
getContentItemIdLike
public String getContentItemIdLike()
-
getContentItemName
public String getContentItemName()
-
getContentItemNameLike
public String getContentItemNameLike()
-
getTaskId
public String getTaskId()
-
getTaskIdLike
public String getTaskIdLike()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getProcessInstanceIdLike
public String getProcessInstanceIdLike()
-
getScopeId
public String getScopeId()
-
getScopeIdLike
public String getScopeIdLike()
-
getScopeType
public String getScopeType()
-
getScopeTypeLike
public String getScopeTypeLike()
-
getContentStoreId
public String getContentStoreId()
-
getContentStoreIdLike
public String getContentStoreIdLike()
-
getContentStoreName
public String getContentStoreName()
-
getContentStoreNameLike
public String getContentStoreNameLike()
-
getMimeType
public String getMimeType()
-
getMimeTypeLike
public String getMimeTypeLike()
-
getContentAvailable
public Boolean getContentAvailable()
-
getContentSize
public Long getContentSize()
-
getMinContentSize
public Long getMinContentSize()
-
getMaxContentSize
public Long getMaxContentSize()
-
getCreatedDate
public Date getCreatedDate()
-
getCreatedDateBefore
public Date getCreatedDateBefore()
-
getCreatedDateAfter
public Date getCreatedDateAfter()
-
getLastModifiedDate
public Date getLastModifiedDate()
-
getLastModifiedDateBefore
public Date getLastModifiedDateBefore()
-
getLastModifiedDateAfter
public Date getLastModifiedDateAfter()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getRenditionType
public String getRenditionType()
-
-