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 longexecuteFindContentItemCount(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, withoutTenantIdMethods 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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, 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, getIdMethods 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:
executeFindContentItemCountin 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:
executeFindContentItemListin classContentItemBaseQueryImpl<org.flowable.content.api.ContentItemQuery,org.flowable.content.api.ContentItem>
-