Uses of Class
com.flowable.indexing.job.impl.BulkRequest
Packages that use BulkRequest
-
Uses of BulkRequest in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async declared as BulkRequestMethods in com.flowable.indexing.job.history.async that return BulkRequestMethods in com.flowable.indexing.job.history.async with parameters of type BulkRequestModifier and TypeMethodDescriptionvoidBulkIndexRequestInterceptor.afterRequestExecution(BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse) voidBulkIndexRequestInterceptor.beforeRequestExecution(BulkRequest bulkRequest) -
Uses of BulkRequest in com.flowable.indexing.job.impl
Methods in com.flowable.indexing.job.impl with parameters of type BulkRequestModifier and TypeMethodDescriptionprotected voidBulkIndexRequestExecutorImpl.handleBulkResponse(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJob, BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse)