public class RenditionItemQueryImpl extends AbstractQuery<RenditionItemQuery,RenditionItem> implements RenditionItemQuery, CacheAwareQuery<RenditionItemEntity>, 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 |
|---|
RenditionItemQueryImpl(CommandContext commandContext) |
RenditionItemQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
RenditionItemQueryImpl |
contentAvailable(Boolean contentAvailable)
Only select rendition items with content available or not.
|
RenditionItemQueryImpl |
contentItemId(String contentItemId)
Only select rendition items with the given id.
|
RenditionItemQueryImpl |
contentItemIdLike(String contentItemIdLike)
Only select rendition items with the id like the given string.
|
RenditionItemQueryImpl |
contentItemName(String contentItemName)
Only select rendition items with the given content item name.
|
RenditionItemQueryImpl |
contentItemNameLike(String contentItemNameLike)
Only select rendition items with the content item name like the given string.
|
RenditionItemQueryImpl |
contentSize(Long contentSize)
Only select rendition items with the given content size.
|
RenditionItemQueryImpl |
contentStoreId(String contentStoreId)
Only select rendition items with the given content store id.
|
RenditionItemQueryImpl |
contentStoreIdLike(String contentStoreIdLike)
Only select rendition items with a content store id like the given string.
|
RenditionItemQueryImpl |
contentStoreName(String contentStoreName)
Only select rendition items with the given content store name.
|
RenditionItemQueryImpl |
contentStoreNameLike(String contentStoreNameLike)
Only select rendition items with a content store name like the given string.
|
RenditionItemQueryImpl |
createdDate(Date createdDate)
Only select rendition items created on the given time
|
RenditionItemQueryImpl |
createdDateAfter(Date createdDateAfter)
Only select rendition items created after the given time
|
RenditionItemQueryImpl |
createdDateBefore(Date createdDateBefore)
Only select rendition items created before the given time
|
long |
executeCount(CommandContext commandContext) |
List<RenditionItem> |
executeList(CommandContext commandContext) |
Boolean |
getContentAvailable() |
String |
getContentItemId() |
String |
getContentItemIdLike() |
String |
getContentItemName() |
String |
getContentItemNameLike() |
Long |
getContentSize() |
String |
getContentStoreId() |
String |
getContentStoreIdLike() |
String |
getContentStoreName() |
String |
getContentStoreNameLike() |
Date |
getCreatedDate() |
Date |
getCreatedDateAfter() |
Date |
getCreatedDateBefore() |
String |
getId() |
Set<String> |
getIds() |
Date |
getLastModifiedDate() |
Date |
getLastModifiedDateAfter() |
Date |
getLastModifiedDateBefore() |
Long |
getMaxContentSize() |
String |
getMimeType() |
String |
getMimeTypeLike() |
Long |
getMinContentSize() |
String |
getProcessInstanceId() |
String |
getProcessInstanceIdLike() |
String |
getRenditionType() |
String |
getScopeId() |
String |
getScopeIdLike() |
String |
getScopeType() |
String |
getScopeTypeLike() |
String |
getTaskId() |
String |
getTaskIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
RenditionItemQueryImpl |
id(String id)
Only select rendition items with the given id.
|
RenditionItemQueryImpl |
ids(Set<String> ids)
Only select rendition items with the given ids.
|
boolean |
isWithoutTenantId() |
RenditionItemQueryImpl |
lastModifiedDate(Date lastModifiedDate)
Only select rendition items last modified on the given time
|
RenditionItemQueryImpl |
lastModifiedDateAfter(Date lastModifiedDateAfter)
Only select rendition items last modified after the given time
|
RenditionItemQueryImpl |
lastModifiedDateBefore(Date lastModifiedDateBefore)
Only select rendition items last modified before the given time
|
RenditionItemQueryImpl |
maxContentSize(Long maxContentSize)
Only select rendition items with the given maximum content size.
|
RenditionItemQueryImpl |
mimeType(String mimeType)
Only select rendition items with the given mime type.
|
RenditionItemQueryImpl |
mimeTypeLike(String mimeTypeLike)
Only select rendition items with a mime type like the given string.
|
RenditionItemQueryImpl |
minContentSize(Long minContentSize)
Only select rendition items with the given minimal content size.
|
RenditionItemQueryImpl |
name(String name)
Only select rendition items with the given name.
|
RenditionItemQueryImpl |
nameLike(String nameLike)
Only select rendition items with a name like the given string.
|
RenditionItemQuery |
orderByCreatedDate()
Order by created date (needs to be followed by
Query.asc() or Query.desc()). |
RenditionItemQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
RenditionItemQueryImpl |
processInstanceId(String processInstanceId)
Only select rendition items with the given process instance id.
|
RenditionItemQueryImpl |
processInstanceIdLike(String processInstanceIdLike)
Only select rendition items with a process instance id like the given string.
|
RenditionItemQueryImpl |
renditionType(String renditionType)
Only select rendition items with the give type
|
RenditionItemQueryImpl |
scopeId(String scopeId)
Only select rendition items with the given scopeId.
|
RenditionItemQueryImpl |
scopeIdLike(String scopeIdLike)
Only select rendition items with the scope id like given string.
|
RenditionItemQueryImpl |
scopeType(String scopeType)
Only select rendition items with the scope type as given string.
|
RenditionItemQueryImpl |
scopeTypeLike(String scopeTypeLike)
Only select rendition items with the scope type like given string.
|
RenditionItemQueryImpl |
taskId(String taskId)
Only select rendition items with the given task id.
|
RenditionItemQueryImpl |
taskIdLike(String taskIdLike)
Only select rendition items with a task id like the given string.
|
RenditionItemQueryImpl |
tenantId(String tenantId)
Only select rendition items that have the given tenant id.
|
RenditionItemQueryImpl |
tenantIdLike(String tenantIdLike)
Only select rendition items with a tenant id like the given one.
|
RenditionItemQueryImpl |
withoutTenantId()
Only select rendition 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 contentItemId
protected String contentItemIdLike
protected String contentItemName
protected String contentItemNameLike
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 Boolean contentAvailable
protected Long contentSize
protected Long minContentSize
protected Long maxContentSize
protected Date createdDate
protected Date createdDateBefore
protected Date createdDateAfter
protected Date lastModifiedDate
protected Date lastModifiedDateBefore
protected Date lastModifiedDateAfter
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String renditionType
public RenditionItemQueryImpl(CommandContext commandContext)
public RenditionItemQueryImpl(CommandExecutor commandExecutor)
public RenditionItemQueryImpl id(String id)
RenditionItemQueryid in interface RenditionItemQuerypublic RenditionItemQueryImpl ids(Set<String> ids)
RenditionItemQueryids in interface RenditionItemQuerypublic RenditionItemQueryImpl contentItemId(String contentItemId)
RenditionItemQuerycontentItemId in interface RenditionItemQuerypublic RenditionItemQueryImpl contentItemIdLike(String contentItemIdLike)
RenditionItemQuerycontentItemIdLike in interface RenditionItemQuerypublic RenditionItemQueryImpl contentItemName(String contentItemName)
RenditionItemQuerycontentItemName in interface RenditionItemQuerypublic RenditionItemQueryImpl contentItemNameLike(String contentItemNameLike)
RenditionItemQuerycontentItemNameLike in interface RenditionItemQuerypublic RenditionItemQueryImpl name(String name)
RenditionItemQueryname in interface RenditionItemQuerypublic RenditionItemQueryImpl nameLike(String nameLike)
RenditionItemQuerynameLike in interface RenditionItemQuerypublic RenditionItemQueryImpl mimeType(String mimeType)
RenditionItemQuerymimeType in interface RenditionItemQuerypublic RenditionItemQueryImpl mimeTypeLike(String mimeTypeLike)
RenditionItemQuerymimeTypeLike in interface RenditionItemQuerypublic RenditionItemQueryImpl taskId(String taskId)
RenditionItemQuerytaskId in interface RenditionItemQuerypublic RenditionItemQueryImpl taskIdLike(String taskIdLike)
RenditionItemQuerytaskIdLike in interface RenditionItemQuerypublic RenditionItemQueryImpl processInstanceId(String processInstanceId)
RenditionItemQueryprocessInstanceId in interface RenditionItemQuerypublic RenditionItemQueryImpl processInstanceIdLike(String processInstanceIdLike)
RenditionItemQueryprocessInstanceIdLike in interface RenditionItemQuerypublic RenditionItemQueryImpl scopeId(String scopeId)
RenditionItemQueryscopeId in interface RenditionItemQuerypublic RenditionItemQueryImpl scopeIdLike(String scopeIdLike)
RenditionItemQueryscopeIdLike in interface RenditionItemQuerypublic RenditionItemQueryImpl scopeType(String scopeType)
RenditionItemQueryscopeType in interface RenditionItemQuerypublic RenditionItemQueryImpl scopeTypeLike(String scopeTypeLike)
RenditionItemQueryscopeTypeLike in interface RenditionItemQuerypublic RenditionItemQueryImpl contentStoreId(String contentStoreId)
RenditionItemQuerycontentStoreId in interface RenditionItemQuerypublic RenditionItemQueryImpl contentStoreIdLike(String contentStoreIdLike)
RenditionItemQuerycontentStoreIdLike in interface RenditionItemQuerypublic RenditionItemQueryImpl contentStoreName(String contentStoreName)
RenditionItemQuerycontentStoreName in interface RenditionItemQuerypublic RenditionItemQueryImpl contentStoreNameLike(String contentStoreNameLike)
RenditionItemQuerycontentStoreNameLike in interface RenditionItemQuerypublic RenditionItemQueryImpl contentAvailable(Boolean contentAvailable)
RenditionItemQuerycontentAvailable in interface RenditionItemQuerypublic RenditionItemQueryImpl contentSize(Long contentSize)
RenditionItemQuerycontentSize in interface RenditionItemQuerypublic RenditionItemQueryImpl minContentSize(Long minContentSize)
RenditionItemQueryminContentSize in interface RenditionItemQuerypublic RenditionItemQueryImpl maxContentSize(Long maxContentSize)
RenditionItemQuerymaxContentSize in interface RenditionItemQuerypublic RenditionItemQueryImpl createdDate(Date createdDate)
RenditionItemQuerycreatedDate in interface RenditionItemQuerypublic RenditionItemQueryImpl createdDateBefore(Date createdDateBefore)
RenditionItemQuerycreatedDateBefore in interface RenditionItemQuerypublic RenditionItemQueryImpl createdDateAfter(Date createdDateAfter)
RenditionItemQuerycreatedDateAfter in interface RenditionItemQuerypublic RenditionItemQueryImpl lastModifiedDate(Date lastModifiedDate)
RenditionItemQuerylastModifiedDate in interface RenditionItemQuerypublic RenditionItemQueryImpl lastModifiedDateBefore(Date lastModifiedDateBefore)
RenditionItemQuerylastModifiedDateBefore in interface RenditionItemQuerypublic RenditionItemQueryImpl lastModifiedDateAfter(Date lastModifiedDateAfter)
RenditionItemQuerylastModifiedDateAfter in interface RenditionItemQuerypublic RenditionItemQueryImpl tenantId(String tenantId)
RenditionItemQuerytenantId in interface RenditionItemQuerypublic RenditionItemQueryImpl tenantIdLike(String tenantIdLike)
RenditionItemQuerytenantIdLike in interface RenditionItemQuerypublic RenditionItemQueryImpl withoutTenantId()
RenditionItemQuerywithoutTenantId in interface RenditionItemQuerypublic RenditionItemQueryImpl renditionType(String renditionType)
RenditionItemQueryrenditionType in interface RenditionItemQuerypublic RenditionItemQuery orderByCreatedDate()
RenditionItemQueryQuery.asc() or Query.desc()).orderByCreatedDate in interface RenditionItemQuerypublic RenditionItemQuery orderByTenantId()
RenditionItemQueryQuery.asc() or Query.desc()).orderByTenantId in interface RenditionItemQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<RenditionItemQuery,RenditionItem>public List<RenditionItem> executeList(CommandContext commandContext)
executeList in class AbstractQuery<RenditionItemQuery,RenditionItem>public String getId()
getId in interface CacheAwareQuery<RenditionItemEntity>public String getContentItemId()
public String getContentItemIdLike()
public String getContentItemName()
public String getContentItemNameLike()
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 Boolean getContentAvailable()
public Long getContentSize()
public Long getMinContentSize()
public Long getMaxContentSize()
public Date getCreatedDate()
public Date getCreatedDateBefore()
public Date getCreatedDateAfter()
public Date getLastModifiedDate()
public Date getLastModifiedDateBefore()
public Date getLastModifiedDateAfter()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getRenditionType()