Uses of Interface
com.flowable.indexing.ElasticsearchBulkResponseItem
-
Packages that use ElasticsearchBulkResponseItem Package Description com.flowable.indexing com.flowable.indexing.job.impl -
-
Uses of ElasticsearchBulkResponseItem in com.flowable.indexing
Methods in com.flowable.indexing that return types with arguments of type ElasticsearchBulkResponseItem Modifier and Type Method Description List<ElasticsearchBulkResponseItem>
ElasticsearchBulkResponse. getItems()
-
Uses of ElasticsearchBulkResponseItem in com.flowable.indexing.job.impl
Classes in com.flowable.indexing.job.impl that implement ElasticsearchBulkResponseItem Modifier and Type Class Description class
DefaultBulkResponseItem
Fields in com.flowable.indexing.job.impl with type parameters of type ElasticsearchBulkResponseItem Modifier and Type Field Description protected List<ElasticsearchBulkResponseItem>
DefaultBulkResponse. items
Methods in com.flowable.indexing.job.impl that return types with arguments of type ElasticsearchBulkResponseItem Modifier and Type Method Description List<ElasticsearchBulkResponseItem>
DefaultBulkResponse. getItems()
Constructor parameters in com.flowable.indexing.job.impl with type arguments of type ElasticsearchBulkResponseItem Constructor Description DefaultBulkResponse(List<ElasticsearchBulkResponseItem> items, long tookInMillis, boolean hasErrors)
-