Uses of Interface
com.flowable.indexing.BulkRequestItem
Packages that use BulkRequestItem
Package
Description
-
Uses of BulkRequestItem in com.flowable.indexing
Methods in com.flowable.indexing that return BulkRequestItemMethods 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.history.async
Methods in com.flowable.indexing.job.history.async that return types with arguments of type BulkRequestItemMethods in com.flowable.indexing.job.history.async with parameters of type BulkRequestItem -
Uses of BulkRequestItem in com.flowable.indexing.job.impl
Classes in com.flowable.indexing.job.impl that implement BulkRequestItemModifier and TypeClassDescriptionclassBulk request item using the Elasticsearchcreateaction: the document is written only if no document with the same_idalready exists (otherwise ES returns409and leaves the existing one untouched).classclassclassclassclassFields in com.flowable.indexing.job.impl with type parameters of type BulkRequestItemMethods in com.flowable.indexing.job.impl that return BulkRequestItemModifier and TypeMethodDescriptionabstract BulkRequestItemFullDocBulkRequestItem.copyForIndex(String index) Methods 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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity originalHistoryJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests) voidBulkRequest.setBulkRequestItems(List<BulkRequestItem> bulkRequestItems) protected booleanBulkIndexRequestExecutorImpl.shouldScheduleNewHistoryJobForRequestsInError(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests)