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:
-
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
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
protected String
protected Long
protected String
protected String
protected String
protected String
protected Date
protected Date
protected Date
protected String
protected Date
protected Date
protected Date
protected Long
protected String
protected String
protected Long
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
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
ConstructorDescriptionRenditionItemQueryImpl
(CommandContext commandContext) RenditionItemQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptioncontentAvailable
(Boolean contentAvailable) Only select rendition items with content available or not.contentItemId
(String contentItemId) Only select rendition items with the given id.contentItemIdLike
(String contentItemIdLike) Only select rendition items with the id like the given string.contentItemName
(String contentItemName) Only select rendition items with the given content item name.contentItemNameLike
(String contentItemNameLike) Only select rendition items with the content item name like the given string.contentSize
(Long contentSize) Only select rendition items with the given content size.contentStoreId
(String contentStoreId) Only select rendition items with the given content store id.contentStoreIdLike
(String contentStoreIdLike) Only select rendition items with a content store id like the given string.contentStoreName
(String contentStoreName) Only select rendition items with the given content store name.contentStoreNameLike
(String contentStoreNameLike) Only select rendition items with a content store name like the given string.createdDate
(Date createdDate) Only select rendition items created on the given timecreatedDateAfter
(Date createdDateAfter) Only select rendition items created after the given timecreatedDateBefore
(Date createdDateBefore) Only select rendition items created before the given timelong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getIds()
Only select rendition items with the given id.Only select rendition items with the given ids.boolean
lastModifiedDate
(Date lastModifiedDate) Only select rendition items last modified on the given timelastModifiedDateAfter
(Date lastModifiedDateAfter) Only select rendition items last modified after the given timelastModifiedDateBefore
(Date lastModifiedDateBefore) Only select rendition items last modified before the given timemaxContentSize
(Long maxContentSize) Only select rendition items with the given maximum content size.Only select rendition items with the given mime type.mimeTypeLike
(String mimeTypeLike) Only select rendition items with a mime type like the given string.minContentSize
(Long minContentSize) Only select rendition items with the given minimal content size.Only select rendition items with the given name.Only select rendition items with a name like the given string.Order by created date (needs to be followed byQuery.asc()
orQuery.desc()
).Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).processInstanceId
(String processInstanceId) Only select rendition items with the given process instance id.processInstanceIdLike
(String processInstanceIdLike) Only select rendition items with a process instance id like the given string.renditionType
(String renditionType) Only select rendition items with the give typeOnly select rendition items with the given scopeId.scopeIdLike
(String scopeIdLike) Only select rendition items with the scope id like given string.Only select rendition items with the scope type as given string.scopeTypeLike
(String scopeTypeLike) Only select rendition items with the scope type like given string.Only select rendition items with the given task id.taskIdLike
(String taskIdLike) Only select rendition items with a task id like the given string.Only select rendition items that have the given tenant id.tenantIdLike
(String tenantIdLike) Only select rendition items with a tenant id like the given one.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 Details
-
id
-
ids
-
contentItemId
-
contentItemIdLike
-
contentItemName
-
contentItemNameLike
-
name
-
nameLike
-
mimeType
-
mimeTypeLike
-
taskId
-
taskIdLike
-
processInstanceId
-
processInstanceIdLike
-
scopeId
-
scopeIdLike
-
scopeType
-
scopeTypeLike
-
contentStoreId
-
contentStoreIdLike
-
contentStoreName
-
contentStoreNameLike
-
contentAvailable
-
contentSize
-
minContentSize
-
maxContentSize
-
createdDate
-
createdDateBefore
-
createdDateAfter
-
lastModifiedDate
-
lastModifiedDateBefore
-
lastModifiedDateAfter
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
renditionType
-
-
Constructor Details
-
RenditionItemQueryImpl
-
RenditionItemQueryImpl
-
-
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
- Specified by:
executeCount
in classAbstractQuery<RenditionItemQuery,
RenditionItem>
-
executeList
- Specified by:
executeList
in classAbstractQuery<RenditionItemQuery,
RenditionItem>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<RenditionItemEntity>
-
getContentItemId
-
getContentItemIdLike
-
getContentItemName
-
getContentItemNameLike
-
getIds
-
getTaskId
-
getTaskIdLike
-
getProcessInstanceId
-
getProcessInstanceIdLike
-
getScopeId
-
getScopeIdLike
-
getScopeType
-
getScopeTypeLike
-
getContentStoreId
-
getContentStoreIdLike
-
getContentStoreName
-
getContentStoreNameLike
-
getMimeType
-
getMimeTypeLike
-
getContentAvailable
-
getContentSize
-
getMinContentSize
-
getMaxContentSize
-
getCreatedDate
-
getCreatedDateBefore
-
getCreatedDateAfter
-
getLastModifiedDate
-
getLastModifiedDateBefore
-
getLastModifiedDateAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getRenditionType
-