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
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
contentAvailable
protected java.lang.String
contentItemId
protected java.lang.String
contentItemIdLike
protected java.lang.String
contentItemName
protected java.lang.String
contentItemNameLike
protected java.lang.Long
contentSize
protected java.lang.String
contentStoreId
protected java.lang.String
contentStoreIdLike
protected java.lang.String
contentStoreName
protected java.lang.String
contentStoreNameLike
protected java.util.Date
createdDate
protected java.util.Date
createdDateAfter
protected java.util.Date
createdDateBefore
protected java.lang.String
id
protected java.util.Set<java.lang.String>
ids
protected java.util.Date
lastModifiedDate
protected java.util.Date
lastModifiedDateAfter
protected java.util.Date
lastModifiedDateBefore
protected java.lang.Long
maxContentSize
protected java.lang.String
mimeType
protected java.lang.String
mimeTypeLike
protected java.lang.Long
minContentSize
protected java.lang.String
name
protected java.lang.String
nameLike
protected java.lang.String
processInstanceId
protected java.lang.String
processInstanceIdLike
protected java.lang.String
renditionType
protected java.lang.String
scopeId
protected java.lang.String
scopeIdLike
protected java.lang.String
scopeType
protected java.lang.String
scopeTypeLike
protected java.lang.String
taskId
protected java.lang.String
taskIdLike
protected java.lang.String
tenantId
protected java.lang.String
tenantIdLike
protected boolean
withoutTenantId
-
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
Modifier and Type Method Description RenditionItemQueryImpl
contentAvailable(java.lang.Boolean contentAvailable)
Only select rendition items with content available or not.RenditionItemQueryImpl
contentItemId(java.lang.String contentItemId)
Only select rendition items with the given id.RenditionItemQueryImpl
contentItemIdLike(java.lang.String contentItemIdLike)
Only select rendition items with the id like the given string.RenditionItemQueryImpl
contentItemName(java.lang.String contentItemName)
Only select rendition items with the given content item name.RenditionItemQueryImpl
contentItemNameLike(java.lang.String contentItemNameLike)
Only select rendition items with the content item name like the given string.RenditionItemQueryImpl
contentSize(java.lang.Long contentSize)
Only select rendition items with the given content size.RenditionItemQueryImpl
contentStoreId(java.lang.String contentStoreId)
Only select rendition items with the given content store id.RenditionItemQueryImpl
contentStoreIdLike(java.lang.String contentStoreIdLike)
Only select rendition items with a content store id like the given string.RenditionItemQueryImpl
contentStoreName(java.lang.String contentStoreName)
Only select rendition items with the given content store name.RenditionItemQueryImpl
contentStoreNameLike(java.lang.String contentStoreNameLike)
Only select rendition items with a content store name like the given string.RenditionItemQueryImpl
createdDate(java.util.Date createdDate)
Only select rendition items created on the given timeRenditionItemQueryImpl
createdDateAfter(java.util.Date createdDateAfter)
Only select rendition items created after the given timeRenditionItemQueryImpl
createdDateBefore(java.util.Date createdDateBefore)
Only select rendition items created before the given timelong
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<RenditionItem>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.Boolean
getContentAvailable()
java.lang.String
getContentItemId()
java.lang.String
getContentItemIdLike()
java.lang.String
getContentItemName()
java.lang.String
getContentItemNameLike()
java.lang.Long
getContentSize()
java.lang.String
getContentStoreId()
java.lang.String
getContentStoreIdLike()
java.lang.String
getContentStoreName()
java.lang.String
getContentStoreNameLike()
java.util.Date
getCreatedDate()
java.util.Date
getCreatedDateAfter()
java.util.Date
getCreatedDateBefore()
java.lang.String
getId()
java.util.Set<java.lang.String>
getIds()
java.util.Date
getLastModifiedDate()
java.util.Date
getLastModifiedDateAfter()
java.util.Date
getLastModifiedDateBefore()
java.lang.Long
getMaxContentSize()
java.lang.String
getMimeType()
java.lang.String
getMimeTypeLike()
java.lang.Long
getMinContentSize()
java.lang.String
getProcessInstanceId()
java.lang.String
getProcessInstanceIdLike()
java.lang.String
getRenditionType()
java.lang.String
getScopeId()
java.lang.String
getScopeIdLike()
java.lang.String
getScopeType()
java.lang.String
getScopeTypeLike()
java.lang.String
getTaskId()
java.lang.String
getTaskIdLike()
java.lang.String
getTenantId()
java.lang.String
getTenantIdLike()
RenditionItemQueryImpl
id(java.lang.String id)
Only select rendition items with the given id.RenditionItemQueryImpl
ids(java.util.Set<java.lang.String> ids)
Only select rendition items with the given ids.boolean
isWithoutTenantId()
RenditionItemQueryImpl
lastModifiedDate(java.util.Date lastModifiedDate)
Only select rendition items last modified on the given timeRenditionItemQueryImpl
lastModifiedDateAfter(java.util.Date lastModifiedDateAfter)
Only select rendition items last modified after the given timeRenditionItemQueryImpl
lastModifiedDateBefore(java.util.Date lastModifiedDateBefore)
Only select rendition items last modified before the given timeRenditionItemQueryImpl
maxContentSize(java.lang.Long maxContentSize)
Only select rendition items with the given maximum content size.RenditionItemQueryImpl
mimeType(java.lang.String mimeType)
Only select rendition items with the given mime type.RenditionItemQueryImpl
mimeTypeLike(java.lang.String mimeTypeLike)
Only select rendition items with a mime type like the given string.RenditionItemQueryImpl
minContentSize(java.lang.Long minContentSize)
Only select rendition items with the given minimal content size.RenditionItemQueryImpl
name(java.lang.String name)
Only select rendition items with the given name.RenditionItemQueryImpl
nameLike(java.lang.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(java.lang.String processInstanceId)
Only select rendition items with the given process instance id.RenditionItemQueryImpl
processInstanceIdLike(java.lang.String processInstanceIdLike)
Only select rendition items with a process instance id like the given string.RenditionItemQueryImpl
renditionType(java.lang.String renditionType)
Only select rendition items with the give typeRenditionItemQueryImpl
scopeId(java.lang.String scopeId)
Only select rendition items with the given scopeId.RenditionItemQueryImpl
scopeIdLike(java.lang.String scopeIdLike)
Only select rendition items with the scope id like given string.RenditionItemQueryImpl
scopeType(java.lang.String scopeType)
Only select rendition items with the scope type as given string.RenditionItemQueryImpl
scopeTypeLike(java.lang.String scopeTypeLike)
Only select rendition items with the scope type like given string.RenditionItemQueryImpl
taskId(java.lang.String taskId)
Only select rendition items with the given task id.RenditionItemQueryImpl
taskIdLike(java.lang.String taskIdLike)
Only select rendition items with a task id like the given string.RenditionItemQueryImpl
tenantId(java.lang.String tenantId)
Only select rendition items that have the given tenant id.RenditionItemQueryImpl
tenantIdLike(java.lang.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, 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 Details
-
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
-
-
Constructor Details
-
RenditionItemQueryImpl
public RenditionItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
RenditionItemQueryImpl
public RenditionItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
Description copied from interface:RenditionItemQuery
Only select rendition items with the given id.- Specified by:
id
in interfaceRenditionItemQuery
-
ids
Description copied from interface:RenditionItemQuery
Only select rendition items with the given ids.- Specified by:
ids
in interfaceRenditionItemQuery
-
contentItemId
Description copied from interface:RenditionItemQuery
Only select rendition items with the given id.- Specified by:
contentItemId
in interfaceRenditionItemQuery
-
contentItemIdLike
Description copied from interface:RenditionItemQuery
Only select rendition items with the id like the given string.- Specified by:
contentItemIdLike
in interfaceRenditionItemQuery
-
contentItemName
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content item name.- Specified by:
contentItemName
in interfaceRenditionItemQuery
-
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
Description copied from interface:RenditionItemQuery
Only select rendition items with the given name.- Specified by:
name
in interfaceRenditionItemQuery
-
nameLike
Description copied from interface:RenditionItemQuery
Only select rendition items with a name like the given string.- Specified by:
nameLike
in interfaceRenditionItemQuery
-
mimeType
Description copied from interface:RenditionItemQuery
Only select rendition items with the given mime type.- Specified by:
mimeType
in interfaceRenditionItemQuery
-
mimeTypeLike
Description copied from interface:RenditionItemQuery
Only select rendition items with a mime type like the given string.- Specified by:
mimeTypeLike
in interfaceRenditionItemQuery
-
taskId
Description copied from interface:RenditionItemQuery
Only select rendition items with the given task id.- Specified by:
taskId
in interfaceRenditionItemQuery
-
taskIdLike
Description copied from interface:RenditionItemQuery
Only select rendition items with a task id like the given string.- Specified by:
taskIdLike
in interfaceRenditionItemQuery
-
processInstanceId
Description copied from interface:RenditionItemQuery
Only select rendition items with the given process instance id.- Specified by:
processInstanceId
in interfaceRenditionItemQuery
-
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
Description copied from interface:RenditionItemQuery
Only select rendition items with the given scopeId.- Specified by:
scopeId
in interfaceRenditionItemQuery
-
scopeIdLike
Description copied from interface:RenditionItemQuery
Only select rendition items with the scope id like given string.- Specified by:
scopeIdLike
in interfaceRenditionItemQuery
-
scopeType
Description copied from interface:RenditionItemQuery
Only select rendition items with the scope type as given string.- Specified by:
scopeType
in interfaceRenditionItemQuery
-
scopeTypeLike
Description copied from interface:RenditionItemQuery
Only select rendition items with the scope type like given string.- Specified by:
scopeTypeLike
in interfaceRenditionItemQuery
-
contentStoreId
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content store id.- Specified by:
contentStoreId
in interfaceRenditionItemQuery
-
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
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content store name.- Specified by:
contentStoreName
in interfaceRenditionItemQuery
-
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
Description copied from interface:RenditionItemQuery
Only select rendition items with content available or not.- Specified by:
contentAvailable
in interfaceRenditionItemQuery
-
contentSize
Description copied from interface:RenditionItemQuery
Only select rendition items with the given content size.- Specified by:
contentSize
in interfaceRenditionItemQuery
-
minContentSize
Description copied from interface:RenditionItemQuery
Only select rendition items with the given minimal content size.- Specified by:
minContentSize
in interfaceRenditionItemQuery
-
maxContentSize
Description copied from interface:RenditionItemQuery
Only select rendition items with the given maximum content size.- Specified by:
maxContentSize
in interfaceRenditionItemQuery
-
createdDate
Description copied from interface:RenditionItemQuery
Only select rendition items created on the given time- Specified by:
createdDate
in interfaceRenditionItemQuery
-
createdDateBefore
Description copied from interface:RenditionItemQuery
Only select rendition items created before the given time- Specified by:
createdDateBefore
in interfaceRenditionItemQuery
-
createdDateAfter
Description copied from interface:RenditionItemQuery
Only select rendition items created after the given time- Specified by:
createdDateAfter
in interfaceRenditionItemQuery
-
lastModifiedDate
Description copied from interface:RenditionItemQuery
Only select rendition items last modified on the given time- Specified by:
lastModifiedDate
in interfaceRenditionItemQuery
-
lastModifiedDateBefore
Description copied from interface:RenditionItemQuery
Only select rendition items last modified before the given time- Specified by:
lastModifiedDateBefore
in interfaceRenditionItemQuery
-
lastModifiedDateAfter
Description copied from interface:RenditionItemQuery
Only select rendition items last modified after the given time- Specified by:
lastModifiedDateAfter
in interfaceRenditionItemQuery
-
tenantId
Description copied from interface:RenditionItemQuery
Only select rendition items that have the given tenant id.- Specified by:
tenantId
in interfaceRenditionItemQuery
-
tenantIdLike
Description copied from interface:RenditionItemQuery
Only select rendition items with a tenant id like the given one.- Specified by:
tenantIdLike
in interfaceRenditionItemQuery
-
withoutTenantId
Description copied from interface:RenditionItemQuery
Only select rendition items that do not have a tenant id.- Specified by:
withoutTenantId
in interfaceRenditionItemQuery
-
renditionType
Description copied from interface:RenditionItemQuery
Only select rendition items with the give type- Specified by:
renditionType
in interfaceRenditionItemQuery
-
orderByCreatedDate
Description copied from interface:RenditionItemQuery
Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByCreatedDate
in interfaceRenditionItemQuery
-
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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCount
in 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:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<RenditionItemQuery,RenditionItem>
-
getId
public java.lang.String getId()- Specified by:
getId
in 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()
-