public class RenditionItemQueryImpl extends AbstractQuery<RenditionItemQuery,RenditionItem> implements RenditionItemQuery, CacheAwareQuery<RenditionItemEntity>, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
commandContext, commandExecutor
databaseType, 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, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected 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)
RenditionItemQuery
id
in interface RenditionItemQuery
public RenditionItemQueryImpl ids(Set<String> ids)
RenditionItemQuery
ids
in interface RenditionItemQuery
public RenditionItemQueryImpl contentItemId(String contentItemId)
RenditionItemQuery
contentItemId
in interface RenditionItemQuery
public RenditionItemQueryImpl contentItemIdLike(String contentItemIdLike)
RenditionItemQuery
contentItemIdLike
in interface RenditionItemQuery
public RenditionItemQueryImpl contentItemName(String contentItemName)
RenditionItemQuery
contentItemName
in interface RenditionItemQuery
public RenditionItemQueryImpl contentItemNameLike(String contentItemNameLike)
RenditionItemQuery
contentItemNameLike
in interface RenditionItemQuery
public RenditionItemQueryImpl name(String name)
RenditionItemQuery
name
in interface RenditionItemQuery
public RenditionItemQueryImpl nameLike(String nameLike)
RenditionItemQuery
nameLike
in interface RenditionItemQuery
public RenditionItemQueryImpl mimeType(String mimeType)
RenditionItemQuery
mimeType
in interface RenditionItemQuery
public RenditionItemQueryImpl mimeTypeLike(String mimeTypeLike)
RenditionItemQuery
mimeTypeLike
in interface RenditionItemQuery
public RenditionItemQueryImpl taskId(String taskId)
RenditionItemQuery
taskId
in interface RenditionItemQuery
public RenditionItemQueryImpl taskIdLike(String taskIdLike)
RenditionItemQuery
taskIdLike
in interface RenditionItemQuery
public RenditionItemQueryImpl processInstanceId(String processInstanceId)
RenditionItemQuery
processInstanceId
in interface RenditionItemQuery
public RenditionItemQueryImpl processInstanceIdLike(String processInstanceIdLike)
RenditionItemQuery
processInstanceIdLike
in interface RenditionItemQuery
public RenditionItemQueryImpl scopeId(String scopeId)
RenditionItemQuery
scopeId
in interface RenditionItemQuery
public RenditionItemQueryImpl scopeIdLike(String scopeIdLike)
RenditionItemQuery
scopeIdLike
in interface RenditionItemQuery
public RenditionItemQueryImpl scopeType(String scopeType)
RenditionItemQuery
scopeType
in interface RenditionItemQuery
public RenditionItemQueryImpl scopeTypeLike(String scopeTypeLike)
RenditionItemQuery
scopeTypeLike
in interface RenditionItemQuery
public RenditionItemQueryImpl contentStoreId(String contentStoreId)
RenditionItemQuery
contentStoreId
in interface RenditionItemQuery
public RenditionItemQueryImpl contentStoreIdLike(String contentStoreIdLike)
RenditionItemQuery
contentStoreIdLike
in interface RenditionItemQuery
public RenditionItemQueryImpl contentStoreName(String contentStoreName)
RenditionItemQuery
contentStoreName
in interface RenditionItemQuery
public RenditionItemQueryImpl contentStoreNameLike(String contentStoreNameLike)
RenditionItemQuery
contentStoreNameLike
in interface RenditionItemQuery
public RenditionItemQueryImpl contentAvailable(Boolean contentAvailable)
RenditionItemQuery
contentAvailable
in interface RenditionItemQuery
public RenditionItemQueryImpl contentSize(Long contentSize)
RenditionItemQuery
contentSize
in interface RenditionItemQuery
public RenditionItemQueryImpl minContentSize(Long minContentSize)
RenditionItemQuery
minContentSize
in interface RenditionItemQuery
public RenditionItemQueryImpl maxContentSize(Long maxContentSize)
RenditionItemQuery
maxContentSize
in interface RenditionItemQuery
public RenditionItemQueryImpl createdDate(Date createdDate)
RenditionItemQuery
createdDate
in interface RenditionItemQuery
public RenditionItemQueryImpl createdDateBefore(Date createdDateBefore)
RenditionItemQuery
createdDateBefore
in interface RenditionItemQuery
public RenditionItemQueryImpl createdDateAfter(Date createdDateAfter)
RenditionItemQuery
createdDateAfter
in interface RenditionItemQuery
public RenditionItemQueryImpl lastModifiedDate(Date lastModifiedDate)
RenditionItemQuery
lastModifiedDate
in interface RenditionItemQuery
public RenditionItemQueryImpl lastModifiedDateBefore(Date lastModifiedDateBefore)
RenditionItemQuery
lastModifiedDateBefore
in interface RenditionItemQuery
public RenditionItemQueryImpl lastModifiedDateAfter(Date lastModifiedDateAfter)
RenditionItemQuery
lastModifiedDateAfter
in interface RenditionItemQuery
public RenditionItemQueryImpl tenantId(String tenantId)
RenditionItemQuery
tenantId
in interface RenditionItemQuery
public RenditionItemQueryImpl tenantIdLike(String tenantIdLike)
RenditionItemQuery
tenantIdLike
in interface RenditionItemQuery
public RenditionItemQueryImpl withoutTenantId()
RenditionItemQuery
withoutTenantId
in interface RenditionItemQuery
public RenditionItemQueryImpl renditionType(String renditionType)
RenditionItemQuery
renditionType
in interface RenditionItemQuery
public RenditionItemQuery orderByCreatedDate()
RenditionItemQuery
Query.asc()
or Query.desc()
).orderByCreatedDate
in interface RenditionItemQuery
public RenditionItemQuery orderByTenantId()
RenditionItemQuery
Query.asc()
or Query.desc()
).orderByTenantId
in interface RenditionItemQuery
public 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()