public interface ContentItemQuery extends Query<ContentItemQuery,ContentItem>
ContentItems.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
ContentItemQuery |
contentAvailable(Boolean contentAvailable)
Only select content items with content available or not.
|
ContentItemQuery |
contentSize(Long contentSize)
Only select content items with the given content size.
|
ContentItemQuery |
contentStoreId(String contentStoreId)
Only select content items with the given content store id.
|
ContentItemQuery |
contentStoreIdLike(String contentStoreIdLike)
Only select content items with a content store id like the given string.
|
ContentItemQuery |
contentStoreName(String contentStoreName)
Only select content items with the given content store name.
|
ContentItemQuery |
contentStoreNameLike(String contentStoreNameLike)
Only select content items with a content store name like the given string.
|
ContentItemQuery |
createdBy(String submittedBy)
Only select content items with the given created by value.
|
ContentItemQuery |
createdByLike(String submittedByLike)
Only select content items with a create by like the given string.
|
ContentItemQuery |
createdDate(Date submittedDate)
Only select content items created on the given time
|
ContentItemQuery |
createdDateAfter(Date afterTime)
Only select content items created after the given time
|
ContentItemQuery |
createdDateBefore(Date beforeTime)
Only select content items created before the given time
|
ContentItemQuery |
field(String field)
Only select content items with the given field.
|
ContentItemQuery |
fieldLike(String fieldLike)
Only select content items with a field like the given string.
|
ContentItemQuery |
id(String id)
Only select content items with the given id.
|
ContentItemQuery |
ids(Set<String> ids)
Only select content items with the given ids.
|
ContentItemQuery |
lastModifiedBy(String lastModifiedBy)
Only select content items with the given last modified by value.
|
ContentItemQuery |
lastModifiedByLike(String lastModifiedByLike)
Only select content items with a last modified by like the given string.
|
ContentItemQuery |
lastModifiedDate(Date lastModifiedDate)
Only select content items last modified on the given time
|
ContentItemQuery |
lastModifiedDateAfter(Date afterTime)
Only select content items last modified after the given time
|
ContentItemQuery |
lastModifiedDateBefore(Date beforeTime)
Only select content items last modified before the given time
|
ContentItemQuery |
maxContentSize(Long maxContentSize)
Only select content items with the given maximum content size.
|
ContentItemQuery |
mimeType(String mimeType)
Only select content items with the given mime type.
|
ContentItemQuery |
mimeTypeLike(String mimeTypeLike)
Only select content items with a mime type like the given string.
|
ContentItemQuery |
minContentSize(Long minContentSize)
Only select content items with the given minimal content size.
|
ContentItemQuery |
name(String name)
Only select content items with the given name.
|
ContentItemQuery |
nameLike(String nameLike)
Only select content items with a name like the given string.
|
ContentItemQuery |
orderByCreatedDate()
Order by created date (needs to be followed by
Query.asc() or Query.desc()). |
ContentItemQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
ContentItemQuery |
processInstanceId(String processInstanceId)
Only select content items with the given process instance id.
|
ContentItemQuery |
processInstanceIdLike(String processInstanceIdLike)
Only select content items with a process instance id like the given string.
|
ContentItemQuery |
scopeId(String scopeId)
Only select content items with the given scopeId.
|
ContentItemQuery |
scopeIdLike(String scopeIdLike)
Only select content items with the scope id like given string.
|
ContentItemQuery |
scopeType(String scopeType)
Only select content items with the scope type as given string.
|
ContentItemQuery |
scopeTypeLike(String scopeTypeLike)
Only select content items with the scope type like given string.
|
ContentItemQuery |
taskId(String taskId)
Only select content items with the given task id.
|
ContentItemQuery |
taskIdLike(String taskIdLike)
Only select content items with a task id like the given string.
|
ContentItemQuery |
tenantId(String tenantId)
Only select content items that have the given tenant id.
|
ContentItemQuery |
tenantIdLike(String tenantIdLike)
Only select content items with a tenant id like the given one.
|
ContentItemQuery |
withoutTenantId()
Only select content items that do not have a tenant id.
|
ContentItemQuery id(String id)
ContentItemQuery ids(Set<String> ids)
ContentItemQuery name(String name)
ContentItemQuery nameLike(String nameLike)
ContentItemQuery mimeType(String mimeType)
ContentItemQuery mimeTypeLike(String mimeTypeLike)
ContentItemQuery taskId(String taskId)
ContentItemQuery taskIdLike(String taskIdLike)
ContentItemQuery scopeType(String scopeType)
ContentItemQuery scopeTypeLike(String scopeTypeLike)
ContentItemQuery scopeId(String scopeId)
ContentItemQuery scopeIdLike(String scopeIdLike)
ContentItemQuery processInstanceId(String processInstanceId)
ContentItemQuery processInstanceIdLike(String processInstanceIdLike)
ContentItemQuery contentStoreId(String contentStoreId)
ContentItemQuery contentStoreIdLike(String contentStoreIdLike)
ContentItemQuery contentStoreName(String contentStoreName)
ContentItemQuery contentStoreNameLike(String contentStoreNameLike)
ContentItemQuery contentAvailable(Boolean contentAvailable)
ContentItemQuery contentSize(Long contentSize)
ContentItemQuery minContentSize(Long minContentSize)
ContentItemQuery maxContentSize(Long maxContentSize)
ContentItemQuery field(String field)
ContentItemQuery fieldLike(String fieldLike)
ContentItemQuery createdDate(Date submittedDate)
ContentItemQuery createdDateBefore(Date beforeTime)
ContentItemQuery createdDateAfter(Date afterTime)
ContentItemQuery createdBy(String submittedBy)
ContentItemQuery createdByLike(String submittedByLike)
ContentItemQuery lastModifiedDate(Date lastModifiedDate)
ContentItemQuery lastModifiedDateBefore(Date beforeTime)
ContentItemQuery lastModifiedDateAfter(Date afterTime)
ContentItemQuery lastModifiedBy(String lastModifiedBy)
ContentItemQuery lastModifiedByLike(String lastModifiedByLike)
ContentItemQuery tenantId(String tenantId)
ContentItemQuery tenantIdLike(String tenantIdLike)
ContentItemQuery withoutTenantId()
ContentItemQuery orderByCreatedDate()
Query.asc() or Query.desc()).ContentItemQuery orderByTenantId()
Query.asc() or Query.desc()).Copyright © 2019 Flowable. All rights reserved.