Uses of Interface
com.flowable.indexing.job.impl.BulkRequestItem
Package | Description |
---|---|
com.flowable.indexing.job.impl |
-
Uses of BulkRequestItem in com.flowable.indexing.job.impl
Classes in com.flowable.indexing.job.impl that implement BulkRequestItem Modifier and Type Class Description class
AbstractBulkRequestItem
class
IndexBulkRequestItem
class
RetryFailedBulkRequestItem
class
UpsertBulkRequestItem
Fields in com.flowable.indexing.job.impl with type parameters of type BulkRequestItem Modifier and Type Field Description protected java.util.List<BulkRequestItem>
BulkRequest. bulkRequestItems
Methods in com.flowable.indexing.job.impl that return types with arguments of type BulkRequestItem Modifier and Type Method Description java.util.List<BulkRequestItem>
BulkRequest. getBulkRequestItems()
Methods in com.flowable.indexing.job.impl with parameters of type BulkRequestItem Modifier and Type Method Description void
BulkRequest. addBulkRequestItem(BulkRequestItem bulkRequestItem)
protected java.lang.String
BulkRequest. concatenate(com.fasterxml.jackson.databind.ObjectMapper objectMapper, BulkRequestItem bulkRequestItem, ElasticsearchCompatibility elasticsearchCompatibility)
Method parameters in com.flowable.indexing.job.impl with type arguments of type BulkRequestItem Modifier and Type Method Description protected void
BulkIndexRequestExecutorImpl. scheduleNewHistoryJobForFailedRequests(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity originalHistoryJobEntity, java.util.List<BulkRequestItem> failedRequests)
void
BulkRequest. setBulkRequestItems(java.util.List<BulkRequestItem> bulkRequestItems)