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