public interface RenditionItemQuery extends Query<RenditionItemQuery,RenditionItem>
Query.NullHandlingOnOrder
Modifier and Type | Method and Description |
---|---|
RenditionItemQuery |
contentAvailable(Boolean contentAvailable)
Only select rendition items with content available or not.
|
RenditionItemQuery |
contentItemId(String contentItemId)
Only select rendition items with the given id.
|
RenditionItemQuery |
contentItemIdLike(String contentItemIdLike)
Only select rendition items with the id like the given string.
|
RenditionItemQuery |
contentItemName(String contentItemName)
Only select rendition items with the given content item name.
|
RenditionItemQuery |
contentItemNameLike(String contentItemNameLike)
Only select rendition items with the content item name like the given string.
|
RenditionItemQuery |
contentSize(Long contentSize)
Only select rendition items with the given content size.
|
RenditionItemQuery |
contentStoreId(String contentStoreId)
Only select rendition items with the given content store id.
|
RenditionItemQuery |
contentStoreIdLike(String contentStoreIdLike)
Only select rendition items with a content store id like the given string.
|
RenditionItemQuery |
contentStoreName(String contentStoreName)
Only select rendition items with the given content store name.
|
RenditionItemQuery |
contentStoreNameLike(String contentStoreNameLike)
Only select rendition items with a content store name like the given string.
|
RenditionItemQuery |
createdDate(Date submittedDate)
Only select rendition items created on the given time
|
RenditionItemQuery |
createdDateAfter(Date afterTime)
Only select rendition items created after the given time
|
RenditionItemQuery |
createdDateBefore(Date beforeTime)
Only select rendition items created before the given time
|
RenditionItemQuery |
id(String id)
Only select rendition items with the given id.
|
RenditionItemQuery |
ids(Set<String> ids)
Only select rendition items with the given ids.
|
RenditionItemQuery |
lastModifiedDate(Date lastModifiedDate)
Only select rendition items last modified on the given time
|
RenditionItemQuery |
lastModifiedDateAfter(Date afterTime)
Only select rendition items last modified after the given time
|
RenditionItemQuery |
lastModifiedDateBefore(Date beforeTime)
Only select rendition items last modified before the given time
|
RenditionItemQuery |
maxContentSize(Long maxContentSize)
Only select rendition items with the given maximum content size.
|
RenditionItemQuery |
mimeType(String mimeType)
Only select rendition items with the given mime type.
|
RenditionItemQuery |
mimeTypeLike(String mimeTypeLike)
Only select rendition items with a mime type like the given string.
|
RenditionItemQuery |
minContentSize(Long minContentSize)
Only select rendition items with the given minimal content size.
|
RenditionItemQuery |
name(String name)
Only select rendition items with the given name.
|
RenditionItemQuery |
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() ). |
RenditionItemQuery |
processInstanceId(String processInstanceId)
Only select rendition items with the given process instance id.
|
RenditionItemQuery |
processInstanceIdLike(String processInstanceIdLike)
Only select rendition items with a process instance id like the given string.
|
RenditionItemQuery |
renditionType(String renditionType)
Only select rendition items with the give type
|
RenditionItemQuery |
scopeId(String scopeId)
Only select rendition items with the given scopeId.
|
RenditionItemQuery |
scopeIdLike(String scopeIdLike)
Only select rendition items with the scope id like given string.
|
RenditionItemQuery |
scopeType(String scopeType)
Only select rendition items with the scope type as given string.
|
RenditionItemQuery |
scopeTypeLike(String scopeTypeLike)
Only select rendition items with the scope type like given string.
|
RenditionItemQuery |
taskId(String taskId)
Only select rendition items with the given task id.
|
RenditionItemQuery |
taskIdLike(String taskIdLike)
Only select rendition items with a task id like the given string.
|
RenditionItemQuery |
tenantId(String tenantId)
Only select rendition items that have the given tenant id.
|
RenditionItemQuery |
tenantIdLike(String tenantIdLike)
Only select rendition items with a tenant id like the given one.
|
RenditionItemQuery |
withoutTenantId()
Only select rendition items that do not have a tenant id.
|
RenditionItemQuery id(String id)
RenditionItemQuery ids(Set<String> ids)
RenditionItemQuery contentItemId(String contentItemId)
RenditionItemQuery contentItemIdLike(String contentItemIdLike)
RenditionItemQuery contentItemName(String contentItemName)
RenditionItemQuery contentItemNameLike(String contentItemNameLike)
RenditionItemQuery name(String name)
RenditionItemQuery nameLike(String nameLike)
RenditionItemQuery mimeType(String mimeType)
RenditionItemQuery mimeTypeLike(String mimeTypeLike)
RenditionItemQuery taskId(String taskId)
RenditionItemQuery taskIdLike(String taskIdLike)
RenditionItemQuery scopeType(String scopeType)
RenditionItemQuery scopeTypeLike(String scopeTypeLike)
RenditionItemQuery scopeId(String scopeId)
RenditionItemQuery scopeIdLike(String scopeIdLike)
RenditionItemQuery processInstanceId(String processInstanceId)
RenditionItemQuery processInstanceIdLike(String processInstanceIdLike)
RenditionItemQuery contentStoreId(String contentStoreId)
RenditionItemQuery contentStoreIdLike(String contentStoreIdLike)
RenditionItemQuery contentStoreName(String contentStoreName)
RenditionItemQuery contentStoreNameLike(String contentStoreNameLike)
RenditionItemQuery contentAvailable(Boolean contentAvailable)
RenditionItemQuery contentSize(Long contentSize)
RenditionItemQuery minContentSize(Long minContentSize)
RenditionItemQuery maxContentSize(Long maxContentSize)
RenditionItemQuery createdDate(Date submittedDate)
RenditionItemQuery createdDateBefore(Date beforeTime)
RenditionItemQuery createdDateAfter(Date afterTime)
RenditionItemQuery lastModifiedDate(Date lastModifiedDate)
RenditionItemQuery lastModifiedDateBefore(Date beforeTime)
RenditionItemQuery lastModifiedDateAfter(Date afterTime)
RenditionItemQuery tenantId(String tenantId)
RenditionItemQuery tenantIdLike(String tenantIdLike)
RenditionItemQuery withoutTenantId()
RenditionItemQuery orderByCreatedDate()
Query.asc()
or Query.desc()
).RenditionItemQuery orderByTenantId()
Query.asc()
or Query.desc()
).RenditionItemQuery renditionType(String renditionType)