public class ContentItemQueryImpl extends AbstractQuery<ContentItemQuery,ContentItem> implements ContentItemQuery, CacheAwareQuery<ContentItemEntity>, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrdercommandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
ContentItemQueryImpl(CommandContext commandContext) |
ContentItemQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ContentItemQueryImpl |
contentAvailable(Boolean contentAvailable)
Only select content items with content available or not.
|
ContentItemQueryImpl |
contentSize(Long contentSize)
Only select content items with the given content size.
|
ContentItemQueryImpl |
contentStoreId(String contentStoreId)
Only select content items with the given content store id.
|
ContentItemQueryImpl |
contentStoreIdLike(String contentStoreIdLike)
Only select content items with a content store id like the given string.
|
ContentItemQueryImpl |
contentStoreName(String contentStoreName)
Only select content items with the given content store name.
|
ContentItemQueryImpl |
contentStoreNameLike(String contentStoreNameLike)
Only select content items with a content store name like the given string.
|
ContentItemQueryImpl |
createdBy(String createdBy)
Only select content items with the given created by value.
|
ContentItemQueryImpl |
createdByLike(String createdByLike)
Only select content items with a create by like the given string.
|
ContentItemQueryImpl |
createdDate(Date createdDate)
Only select content items created on the given time
|
ContentItemQueryImpl |
createdDateAfter(Date createdDateAfter)
Only select content items created after the given time
|
ContentItemQueryImpl |
createdDateBefore(Date createdDateBefore)
Only select content items created before the given time
|
long |
executeCount(CommandContext commandContext) |
List<ContentItem> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
ContentItemQueryImpl |
field(String field)
Only select content items with the given field.
|
ContentItemQueryImpl |
fieldLike(String fieldLike)
Only select content items with a field like the given string.
|
Boolean |
getContentAvailable() |
Long |
getContentSize() |
String |
getContentStoreId() |
String |
getContentStoreIdLike() |
String |
getContentStoreName() |
String |
getContentStoreNameLike() |
String |
getCreatedBy() |
String |
getCreatedByLike() |
Date |
getCreatedDate() |
Date |
getCreatedDateAfter() |
Date |
getCreatedDateBefore() |
String |
getField() |
String |
getFieldLike() |
String |
getId() |
Set<String> |
getIds() |
String |
getLastModifiedBy() |
String |
getLastModifiedByLike() |
Date |
getLastModifiedDate() |
Date |
getLastModifiedDateAfter() |
Date |
getLastModifiedDateBefore() |
Long |
getMaxContentSize() |
String |
getMimeType() |
String |
getMimeTypeLike() |
Long |
getMinContentSize() |
String |
getName() |
String |
getNameLike() |
String |
getProcessInstanceId() |
String |
getProcessInstanceIdLike() |
String |
getScopeId() |
String |
getScopeIdLike() |
String |
getScopeType() |
String |
getScopeTypeLike() |
String |
getTaskId() |
String |
getTaskIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
ContentItemQueryImpl |
id(String id)
Only select content items with the given id.
|
ContentItemQueryImpl |
ids(Set<String> ids)
Only select content items with the given ids.
|
boolean |
isWithoutTenantId() |
ContentItemQueryImpl |
lastModifiedBy(String lastModifiedBy)
Only select content items with the given last modified by value.
|
ContentItemQueryImpl |
lastModifiedByLike(String lastModifiedByLike)
Only select content items with a last modified by like the given string.
|
ContentItemQueryImpl |
lastModifiedDate(Date lastModifiedDate)
Only select content items last modified on the given time
|
ContentItemQueryImpl |
lastModifiedDateAfter(Date lastModifiedDateAfter)
Only select content items last modified after the given time
|
ContentItemQueryImpl |
lastModifiedDateBefore(Date lastModifiedDateBefore)
Only select content items last modified before the given time
|
ContentItemQueryImpl |
maxContentSize(Long maxContentSize)
Only select content items with the given maximum content size.
|
ContentItemQueryImpl |
mimeType(String mimeType)
Only select content items with the given mime type.
|
ContentItemQueryImpl |
mimeTypeLike(String mimeTypeLike)
Only select content items with a mime type like the given string.
|
ContentItemQueryImpl |
minContentSize(Long minContentSize)
Only select content items with the given minimal content size.
|
ContentItemQueryImpl |
name(String name)
Only select content items with the given name.
|
ContentItemQueryImpl |
nameLike(String nameLike)
Only select content items with a name like the given string.
|
ContentItemQuery |
orderByCreatedDate()
Order by created date (needs to be followed by
Query.asc() or Query.desc()). |
ContentItemQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
ContentItemQueryImpl |
processInstanceId(String processInstanceId)
Only select content items with the given process instance id.
|
ContentItemQueryImpl |
processInstanceIdLike(String processInstanceIdLike)
Only select content items with a process instance id like the given string.
|
ContentItemQueryImpl |
scopeId(String scopeId)
Only select content items with the given scopeId.
|
ContentItemQueryImpl |
scopeIdLike(String scopeIdLike)
Only select content items with the scope id like given string.
|
ContentItemQueryImpl |
scopeType(String scopeType)
Only select content items with the scope type as given string.
|
ContentItemQueryImpl |
scopeTypeLike(String scopeTypeLike)
Only select content items with the scope type like given string.
|
ContentItemQueryImpl |
taskId(String taskId)
Only select content items with the given task id.
|
ContentItemQueryImpl |
taskIdLike(String taskIdLike)
Only select content items with a task id like the given string.
|
ContentItemQueryImpl |
tenantId(String tenantId)
Only select content items that have the given tenant id.
|
ContentItemQueryImpl |
tenantIdLike(String tenantIdLike)
Only select content items with a tenant id like the given one.
|
ContentItemQueryImpl |
withoutTenantId()
Only select content items that do not have a tenant id.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected String id
protected String name
protected String nameLike
protected String mimeType
protected String mimeTypeLike
protected String taskId
protected String taskIdLike
protected String processInstanceId
protected String processInstanceIdLike
protected String scopeId
protected String scopeIdLike
protected String scopeType
protected String scopeTypeLike
protected String contentStoreId
protected String contentStoreIdLike
protected String contentStoreName
protected String contentStoreNameLike
protected String field
protected String fieldLike
protected Boolean contentAvailable
protected Long contentSize
protected Long minContentSize
protected Long maxContentSize
protected Date createdDate
protected Date createdDateBefore
protected Date createdDateAfter
protected String createdBy
protected String createdByLike
protected Date lastModifiedDate
protected Date lastModifiedDateBefore
protected Date lastModifiedDateAfter
protected String lastModifiedBy
protected String lastModifiedByLike
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public ContentItemQueryImpl(CommandContext commandContext)
public ContentItemQueryImpl(CommandExecutor commandExecutor)
public ContentItemQueryImpl id(String id)
ContentItemBaseQueryid in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl ids(Set<String> ids)
ContentItemBaseQueryids in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl name(String name)
ContentItemBaseQueryname in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl nameLike(String nameLike)
ContentItemBaseQuerynameLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl mimeType(String mimeType)
ContentItemBaseQuerymimeType in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl mimeTypeLike(String mimeTypeLike)
ContentItemBaseQuerymimeTypeLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl taskId(String taskId)
ContentItemBaseQuerytaskId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl taskIdLike(String taskIdLike)
ContentItemBaseQuerytaskIdLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl processInstanceId(String processInstanceId)
ContentItemBaseQueryprocessInstanceId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl processInstanceIdLike(String processInstanceIdLike)
ContentItemBaseQueryprocessInstanceIdLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl scopeId(String scopeId)
ContentItemBaseQueryscopeId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl scopeIdLike(String scopeIdLike)
ContentItemBaseQueryscopeIdLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl scopeType(String scopeType)
ContentItemBaseQueryscopeType in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl scopeTypeLike(String scopeTypeLike)
ContentItemBaseQueryscopeTypeLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl field(String field)
ContentItemBaseQueryfield in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl fieldLike(String fieldLike)
ContentItemBaseQueryfieldLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl contentStoreId(String contentStoreId)
ContentItemBaseQuerycontentStoreId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl contentStoreIdLike(String contentStoreIdLike)
ContentItemBaseQuerycontentStoreIdLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl contentStoreName(String contentStoreName)
ContentItemBaseQuerycontentStoreName in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl contentStoreNameLike(String contentStoreNameLike)
ContentItemBaseQuerycontentStoreNameLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl contentAvailable(Boolean contentAvailable)
ContentItemBaseQuerycontentAvailable in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl contentSize(Long contentSize)
ContentItemBaseQuerycontentSize in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl minContentSize(Long minContentSize)
ContentItemBaseQueryminContentSize in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl maxContentSize(Long maxContentSize)
ContentItemBaseQuerymaxContentSize in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl createdDate(Date createdDate)
ContentItemBaseQuerycreatedDate in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl createdDateBefore(Date createdDateBefore)
ContentItemBaseQuerycreatedDateBefore in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl createdDateAfter(Date createdDateAfter)
ContentItemBaseQuerycreatedDateAfter in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl createdBy(String createdBy)
ContentItemBaseQuerycreatedBy in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl createdByLike(String createdByLike)
ContentItemBaseQuerycreatedByLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl lastModifiedDate(Date lastModifiedDate)
ContentItemBaseQuerylastModifiedDate in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl lastModifiedDateBefore(Date lastModifiedDateBefore)
ContentItemBaseQuerylastModifiedDateBefore in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl lastModifiedDateAfter(Date lastModifiedDateAfter)
ContentItemBaseQuerylastModifiedDateAfter in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl lastModifiedBy(String lastModifiedBy)
ContentItemBaseQuerylastModifiedBy in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl lastModifiedByLike(String lastModifiedByLike)
ContentItemBaseQuerylastModifiedByLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl tenantId(String tenantId)
ContentItemBaseQuerytenantId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl tenantIdLike(String tenantIdLike)
ContentItemBaseQuerytenantIdLike in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQueryImpl withoutTenantId()
ContentItemBaseQuerywithoutTenantId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQuery orderByCreatedDate()
ContentItemBaseQueryQuery.asc() or Query.desc()).orderByCreatedDate in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public ContentItemQuery orderByTenantId()
ContentItemBaseQueryQuery.asc() or Query.desc()).orderByTenantId in interface ContentItemBaseQuery<ContentItemQuery,ContentItem>public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ContentItemQuery,ContentItem>public List<ContentItem> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<ContentItemQuery,ContentItem>public String getId()
getId in interface CacheAwareQuery<ContentItemEntity>public String getName()
public String getNameLike()
public String getTaskId()
public String getTaskIdLike()
public String getProcessInstanceId()
public String getProcessInstanceIdLike()
public String getScopeId()
public String getScopeIdLike()
public String getScopeType()
public String getScopeTypeLike()
public String getContentStoreId()
public String getContentStoreIdLike()
public String getContentStoreName()
public String getContentStoreNameLike()
public String getMimeType()
public String getMimeTypeLike()
public String getField()
public String getFieldLike()
public Boolean getContentAvailable()
public Long getContentSize()
public Long getMinContentSize()
public Long getMaxContentSize()
public Date getCreatedDate()
public Date getCreatedDateBefore()
public Date getCreatedDateAfter()
public String getCreatedBy()
public String getCreatedByLike()
public Date getLastModifiedDate()
public Date getLastModifiedDateBefore()
public Date getLastModifiedDateAfter()
public String getLastModifiedBy()
public String getLastModifiedByLike()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2023 Flowable. All rights reserved.