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