Package com.flowable.content.engine.impl
Class ContentItemQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<T,C>
com.flowable.content.engine.impl.ContentItemBaseQueryImpl<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
com.flowable.content.engine.impl.ContentItemQueryImpl
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.CacheAwareQuery<ContentItemEntity>
,org.flowable.common.engine.api.query.Query<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
,org.flowable.content.api.ContentItemBaseQuery<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
,org.flowable.content.api.ContentItemQuery
public class ContentItemQueryImpl extends ContentItemBaseQueryImpl<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem> implements org.flowable.content.api.ContentItemQuery, org.flowable.common.engine.api.query.CacheAwareQuery<ContentItemEntity>
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.flowable.content.engine.impl.ContentItemBaseQueryImpl
baseFolderId, contentAvailable, contentSize, contentStoreId, contentStoreIdLike, contentStoreName, contentStoreNameLike, createdBy, createdByLike, createdDate, createdDateAfter, createdDateBefore, id, ids, isRootFolder, lastModifiedBy, lastModifiedByLike, lastModifiedDate, lastModifiedDateAfter, lastModifiedDateBefore, maxContentSize, mimeType, mimeTypeLike, minContentSize, name, nameLike, parentFolderId, parentFolderIds, processInstanceId, processInstanceIdLike, scopeId, scopeIdLike, scopeType, scopeTypeLike, taskId, taskIdLike, tenantId, tenantIdLike, withoutTenantId
-
Constructor Summary
Constructors Constructor Description ContentItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
ContentItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description protected long
executeFindContentItemCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected java.util.List<org.flowable.content.api.ContentItem>
executeFindContentItemList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class com.flowable.content.engine.impl.ContentItemBaseQueryImpl
baseFolderId, contentAvailable, contentSize, contentStoreId, contentStoreIdLike, contentStoreName, contentStoreNameLike, createdBy, createdByLike, createdDate, createdDateAfter, createdDateBefore, executeCount, executeList, field, fieldLike, getBaseFolderId, getContentAvailable, getContentSize, getContentStoreId, getContentStoreIdLike, getContentStoreName, getContentStoreNameLike, getCreatedBy, getCreatedByLike, getCreatedDate, getCreatedDateAfter, getCreatedDateBefore, getDefinitionId, getId, getIds, getLastModifiedBy, getLastModifiedByLike, getLastModifiedDate, getLastModifiedDateAfter, getLastModifiedDateBefore, getMaxContentSize, getMimeType, getMimeTypeLike, getMimeTypeNotEquals, getMinContentSize, getParentFolderId, getParentFolderIds, getProcessInstanceId, getProcessInstanceIdLike, getScopeId, getScopeIdLike, getScopeType, getScopeTypeLike, getState, getSubState, getSubType, getTaskId, getTaskIdLike, getTenantId, getTenantIdLike, getType, getVersion, getVersionInfo, getVersionInfoLike, getVersionParentId, id, ids, isLatest, isRootFolder, isWithoutTenantId, lastModifiedBy, lastModifiedByLike, lastModifiedDate, lastModifiedDateAfter, lastModifiedDateBefore, maxContentSize, mimeType, mimeTypeLike, minContentSize, name, nameLike, orderByCreatedDate, orderByTenantId, parentFolderId, parentFolderIds, processInstanceId, processInstanceIdLike, scopeId, scopeIdLike, scopeType, scopeTypeLike, taskId, taskIdLike, tenantId, tenantIdLike, withoutTenantId
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
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue, getId
Methods inherited from interface org.flowable.content.api.ContentItemBaseQuery
contentAvailable, contentSize, contentStoreId, contentStoreIdLike, contentStoreName, contentStoreNameLike, createdBy, createdByLike, createdDate, createdDateAfter, createdDateBefore, field, fieldLike, id, ids, lastModifiedBy, lastModifiedByLike, lastModifiedDate, lastModifiedDateAfter, lastModifiedDateBefore, maxContentSize, mimeType, mimeTypeLike, minContentSize, name, nameLike, orderByCreatedDate, orderByTenantId, processInstanceId, processInstanceIdLike, scopeId, scopeIdLike, scopeType, scopeTypeLike, taskId, taskIdLike, tenantId, tenantIdLike, withoutTenantId
-
Constructor Details
-
ContentItemQueryImpl
public ContentItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
ContentItemQueryImpl
public ContentItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeFindContentItemCount
protected long executeFindContentItemCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeFindContentItemCount
in classContentItemBaseQueryImpl<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-
executeFindContentItemList
protected java.util.List<org.flowable.content.api.ContentItem> executeFindContentItemList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeFindContentItemList
in classContentItemBaseQueryImpl<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-