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 TypeClassDescriptionclassclassclassclassclassFields 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 TypeMethodDescriptionvoidBulkRequest.addBulkRequestItem(BulkRequestItem bulkRequestItem) Method parameters in com.flowable.indexing.job.impl with type arguments of type BulkRequestItemModifier and TypeMethodDescriptionprotected voidBulkIndexRequestExecutorImpl.scheduleNewHistoryJobForRequestsInError(CommandContext commandContext, BulkIndexingSession bulkIndexingSession, HistoryJobEntity originalHistoryJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests) voidBulkRequest.setBulkRequestItems(List<BulkRequestItem> bulkRequestItems) protected booleanBulkIndexRequestExecutorImpl.shouldScheduleNewHistoryJobForRequestsInError(HistoryJobEntity historyJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests)