public class ContentItemQueryImpl extends AbstractQuery<ContentItemQuery,ContentItem> implements ContentItemQuery, Serializable
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrdercommandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
ContentItemQueryImpl(CommandContext commandContext) |
ContentItemQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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)
id in interface ContentItemQuerypublic ContentItemQueryImpl ids(Set<String> ids)
ids in interface ContentItemQuerypublic ContentItemQueryImpl name(String name)
name in interface ContentItemQuerypublic ContentItemQueryImpl nameLike(String nameLike)
nameLike in interface ContentItemQuerypublic ContentItemQueryImpl mimeType(String mimeType)
mimeType in interface ContentItemQuerypublic ContentItemQueryImpl mimeTypeLike(String mimeTypeLike)
mimeTypeLike in interface ContentItemQuerypublic ContentItemQueryImpl taskId(String taskId)
taskId in interface ContentItemQuerypublic ContentItemQueryImpl taskIdLike(String taskIdLike)
taskIdLike in interface ContentItemQuerypublic ContentItemQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface ContentItemQuerypublic ContentItemQueryImpl processInstanceIdLike(String processInstanceIdLike)
processInstanceIdLike in interface ContentItemQuerypublic ContentItemQueryImpl scopeId(String scopeId)
scopeId in interface ContentItemQuerypublic ContentItemQueryImpl scopeIdLike(String scopeIdLike)
scopeIdLike in interface ContentItemQuerypublic ContentItemQueryImpl scopeType(String scopeType)
scopeType in interface ContentItemQuerypublic ContentItemQueryImpl scopeTypeLike(String scopeTypeLike)
scopeTypeLike in interface ContentItemQuerypublic ContentItemQueryImpl field(String field)
field in interface ContentItemQuerypublic ContentItemQueryImpl fieldLike(String fieldLike)
fieldLike in interface ContentItemQuerypublic ContentItemQueryImpl contentStoreId(String contentStoreId)
contentStoreId in interface ContentItemQuerypublic ContentItemQueryImpl contentStoreIdLike(String contentStoreIdLike)
contentStoreIdLike in interface ContentItemQuerypublic ContentItemQueryImpl contentStoreName(String contentStoreName)
contentStoreName in interface ContentItemQuerypublic ContentItemQueryImpl contentStoreNameLike(String contentStoreNameLike)
contentStoreNameLike in interface ContentItemQuerypublic ContentItemQueryImpl contentAvailable(Boolean contentAvailable)
contentAvailable in interface ContentItemQuerypublic ContentItemQueryImpl contentSize(Long contentSize)
contentSize in interface ContentItemQuerypublic ContentItemQueryImpl minContentSize(Long minContentSize)
minContentSize in interface ContentItemQuerypublic ContentItemQueryImpl maxContentSize(Long maxContentSize)
maxContentSize in interface ContentItemQuerypublic ContentItemQueryImpl createdDate(Date createdDate)
createdDate in interface ContentItemQuerypublic ContentItemQueryImpl createdDateBefore(Date createdDateBefore)
createdDateBefore in interface ContentItemQuerypublic ContentItemQueryImpl createdDateAfter(Date createdDateAfter)
createdDateAfter in interface ContentItemQuerypublic ContentItemQueryImpl createdBy(String createdBy)
createdBy in interface ContentItemQuerypublic ContentItemQueryImpl createdByLike(String createdByLike)
createdByLike in interface ContentItemQuerypublic ContentItemQueryImpl lastModifiedDate(Date lastModifiedDate)
lastModifiedDate in interface ContentItemQuerypublic ContentItemQueryImpl lastModifiedDateBefore(Date lastModifiedDateBefore)
lastModifiedDateBefore in interface ContentItemQuerypublic ContentItemQueryImpl lastModifiedDateAfter(Date lastModifiedDateAfter)
lastModifiedDateAfter in interface ContentItemQuerypublic ContentItemQueryImpl lastModifiedBy(String lastModifiedBy)
lastModifiedBy in interface ContentItemQuerypublic ContentItemQueryImpl lastModifiedByLike(String lastModifiedByLike)
lastModifiedByLike in interface ContentItemQuerypublic ContentItemQueryImpl tenantId(String tenantId)
tenantId in interface ContentItemQuerypublic ContentItemQueryImpl tenantIdLike(String tenantIdLike)
tenantIdLike in interface ContentItemQuerypublic ContentItemQueryImpl withoutTenantId()
withoutTenantId in interface ContentItemQuerypublic ContentItemQuery orderByCreatedDate()
orderByCreatedDate in interface ContentItemQuerypublic ContentItemQuery orderByTenantId()
orderByTenantId in interface ContentItemQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ContentItemQuery,ContentItem>public List<ContentItem> executeList(CommandContext commandContext)
executeList in class AbstractQuery<ContentItemQuery,ContentItem>public String getId()
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 © 2019 Flowable. All rights reserved.