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