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 classAbstractBulkRequestItemclassIndexBulkRequestItemclassRetryFailedBulkRequestItemclassUpsertBulkRequestItemFields in com.flowable.indexing.job.impl with type parameters of type BulkRequestItem Modifier and Type Field Description protected java.util.List<BulkRequestItem>BulkRequest. bulkRequestItemsMethods 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 voidBulkRequest. addBulkRequestItem(BulkRequestItem bulkRequestItem)protected java.lang.StringBulkRequest. 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 voidBulkIndexRequestExecutorImpl. 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)voidBulkRequest. setBulkRequestItems(java.util.List<BulkRequestItem> bulkRequestItems)