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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Dateprotected Dateprotected Dateprotected Longprotected Stringprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionRenditionItemQueryImpl(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 timelongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getIds()Only select rendition items with the given id.Only select rendition items with the given ids.booleanlastModifiedDate(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, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:RenditionItemQueryOnly select rendition items with the given id.- Specified by:
idin interfaceRenditionItemQuery
-
ids
Description copied from interface:RenditionItemQueryOnly select rendition items with the given ids.- Specified by:
idsin interfaceRenditionItemQuery
-
contentItemId
Description copied from interface:RenditionItemQueryOnly select rendition items with the given id.- Specified by:
contentItemIdin interfaceRenditionItemQuery
-
contentItemIdLike
Description copied from interface:RenditionItemQueryOnly select rendition items with the id like the given string.- Specified by:
contentItemIdLikein interfaceRenditionItemQuery
-
contentItemName
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content item name.- Specified by:
contentItemNamein interfaceRenditionItemQuery
-
contentItemNameLike
Description copied from interface:RenditionItemQueryOnly select rendition items with the content item name like the given string.- Specified by:
contentItemNameLikein interfaceRenditionItemQuery
-
name
Description copied from interface:RenditionItemQueryOnly select rendition items with the given name.- Specified by:
namein interfaceRenditionItemQuery
-
nameLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a name like the given string.- Specified by:
nameLikein interfaceRenditionItemQuery
-
mimeType
Description copied from interface:RenditionItemQueryOnly select rendition items with the given mime type.- Specified by:
mimeTypein interfaceRenditionItemQuery
-
mimeTypeLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a mime type like the given string.- Specified by:
mimeTypeLikein interfaceRenditionItemQuery
-
taskId
Description copied from interface:RenditionItemQueryOnly select rendition items with the given task id.- Specified by:
taskIdin interfaceRenditionItemQuery
-
taskIdLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a task id like the given string.- Specified by:
taskIdLikein interfaceRenditionItemQuery
-
processInstanceId
Description copied from interface:RenditionItemQueryOnly select rendition items with the given process instance id.- Specified by:
processInstanceIdin interfaceRenditionItemQuery
-
processInstanceIdLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a process instance id like the given string.- Specified by:
processInstanceIdLikein interfaceRenditionItemQuery
-
scopeId
Description copied from interface:RenditionItemQueryOnly select rendition items with the given scopeId.- Specified by:
scopeIdin interfaceRenditionItemQuery
-
scopeIdLike
Description copied from interface:RenditionItemQueryOnly select rendition items with the scope id like given string.- Specified by:
scopeIdLikein interfaceRenditionItemQuery
-
scopeType
Description copied from interface:RenditionItemQueryOnly select rendition items with the scope type as given string.- Specified by:
scopeTypein interfaceRenditionItemQuery
-
scopeTypeLike
Description copied from interface:RenditionItemQueryOnly select rendition items with the scope type like given string.- Specified by:
scopeTypeLikein interfaceRenditionItemQuery
-
contentStoreId
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content store id.- Specified by:
contentStoreIdin interfaceRenditionItemQuery
-
contentStoreIdLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a content store id like the given string.- Specified by:
contentStoreIdLikein interfaceRenditionItemQuery
-
contentStoreName
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content store name.- Specified by:
contentStoreNamein interfaceRenditionItemQuery
-
contentStoreNameLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a content store name like the given string.- Specified by:
contentStoreNameLikein interfaceRenditionItemQuery
-
contentAvailable
Description copied from interface:RenditionItemQueryOnly select rendition items with content available or not.- Specified by:
contentAvailablein interfaceRenditionItemQuery
-
contentSize
Description copied from interface:RenditionItemQueryOnly select rendition items with the given content size.- Specified by:
contentSizein interfaceRenditionItemQuery
-
minContentSize
Description copied from interface:RenditionItemQueryOnly select rendition items with the given minimal content size.- Specified by:
minContentSizein interfaceRenditionItemQuery
-
maxContentSize
Description copied from interface:RenditionItemQueryOnly select rendition items with the given maximum content size.- Specified by:
maxContentSizein interfaceRenditionItemQuery
-
createdDate
Description copied from interface:RenditionItemQueryOnly select rendition items created on the given time- Specified by:
createdDatein interfaceRenditionItemQuery
-
createdDateBefore
Description copied from interface:RenditionItemQueryOnly select rendition items created before the given time- Specified by:
createdDateBeforein interfaceRenditionItemQuery
-
createdDateAfter
Description copied from interface:RenditionItemQueryOnly select rendition items created after the given time- Specified by:
createdDateAfterin interfaceRenditionItemQuery
-
lastModifiedDate
Description copied from interface:RenditionItemQueryOnly select rendition items last modified on the given time- Specified by:
lastModifiedDatein interfaceRenditionItemQuery
-
lastModifiedDateBefore
Description copied from interface:RenditionItemQueryOnly select rendition items last modified before the given time- Specified by:
lastModifiedDateBeforein interfaceRenditionItemQuery
-
lastModifiedDateAfter
Description copied from interface:RenditionItemQueryOnly select rendition items last modified after the given time- Specified by:
lastModifiedDateAfterin interfaceRenditionItemQuery
-
tenantId
Description copied from interface:RenditionItemQueryOnly select rendition items that have the given tenant id.- Specified by:
tenantIdin interfaceRenditionItemQuery
-
tenantIdLike
Description copied from interface:RenditionItemQueryOnly select rendition items with a tenant id like the given one.- Specified by:
tenantIdLikein interfaceRenditionItemQuery
-
withoutTenantId
Description copied from interface:RenditionItemQueryOnly select rendition items that do not have a tenant id.- Specified by:
withoutTenantIdin interfaceRenditionItemQuery
-
renditionType
Description copied from interface:RenditionItemQueryOnly select rendition items with the give type- Specified by:
renditionTypein interfaceRenditionItemQuery
-
orderByCreatedDate
Description copied from interface:RenditionItemQueryOrder by created date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByCreatedDatein interfaceRenditionItemQuery
-
orderByTenantId
Description copied from interface:RenditionItemQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceRenditionItemQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<RenditionItemQuery,RenditionItem>
-
executeList
- Specified by:
executeListin classAbstractQuery<RenditionItemQuery,RenditionItem>
-
getId
- Specified by:
getIdin 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
-