Uses of Interface
com.flowable.indexing.BulkRequestItem
Packages that use BulkRequestItem
-
Uses of BulkRequestItem in com.flowable.indexing
Methods in com.flowable.indexing with parameters of type BulkRequestItemModifier and TypeMethodDescriptionElasticsearchClient.BulkRequestClient.addItem
(BulkRequestItem item) ElasticsearchClientImpl.BulkRequestClientImpl.addItem
(BulkRequestItem item) -
Uses of BulkRequestItem in com.flowable.indexing.job.impl
Classes in com.flowable.indexing.job.impl that implement BulkRequestItemModifier and TypeClassDescriptionclass
class
class
class
class
Fields in com.flowable.indexing.job.impl with type parameters of type BulkRequestItemMethods in com.flowable.indexing.job.impl that return types with arguments of type BulkRequestItemMethods in com.flowable.indexing.job.impl with parameters of type BulkRequestItemModifier and TypeMethodDescriptionvoid
BulkRequest.addBulkRequestItem
(BulkRequestItem bulkRequestItem) Method parameters in com.flowable.indexing.job.impl with type arguments of type BulkRequestItemModifier and TypeMethodDescriptionprotected void
BulkIndexRequestExecutorImpl.scheduleNewHistoryJobForRequestsInError
(CommandContext commandContext, BulkIndexingSession bulkIndexingSession, HistoryJobEntity originalHistoryJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests) void
BulkRequest.setBulkRequestItems
(List<BulkRequestItem> bulkRequestItems) protected boolean
BulkIndexRequestExecutorImpl.shouldScheduleNewHistoryJobForRequestsInError
(HistoryJobEntity historyJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests)