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