Uses of Interface
com.flowable.indexing.api.LowLevelIndexingService.BulkIndexRequestConflictHandler
-
-
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.indexing.api
Methods in com.flowable.indexing.api with parameters of type LowLevelIndexingService.BulkIndexRequestConflictHandler Modifier and Type Method Description void
LowLevelIndexingService. addToCurrentBulkRequestAsFullIndexWithExternalVersion(CommandContext commandContext, String type, String id, com.fasterxml.jackson.databind.node.ObjectNode data, String idFieldName, LowLevelIndexingService.BulkIndexRequestConflictHandler bulkIndexRequestConflictHandler)
Equivalent toLowLevelIndexingService.addToCurrentBulkRequestAsFullIndex(CommandContext, String, String, ObjectNode, String)
, but using external versioning (vs the one from Elasticsearch). -
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.indexing.impl
Methods in com.flowable.indexing.impl with parameters of type LowLevelIndexingService.BulkIndexRequestConflictHandler Modifier and Type Method Description void
IndexingServiceImpl. addToCurrentBulkRequestAsFullIndexWithExternalVersion(CommandContext commandContext, String type, String id, com.fasterxml.jackson.databind.node.ObjectNode data, String idFieldName, LowLevelIndexingService.BulkIndexRequestConflictHandler bulkIndexRequestConflictHandler)
-
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async with type parameters of type LowLevelIndexingService.BulkIndexRequestConflictHandler Modifier and Type Field Description protected Map<String,LowLevelIndexingService.BulkIndexRequestConflictHandler>
BulkIndexingSession. bulkIndexRequestConflictHandlers
Methods in com.flowable.indexing.job.history.async that return LowLevelIndexingService.BulkIndexRequestConflictHandler Modifier and Type Method Description LowLevelIndexingService.BulkIndexRequestConflictHandler
BulkIndexingSession. getConflictHandler(String type)
Methods in com.flowable.indexing.job.history.async with parameters of type LowLevelIndexingService.BulkIndexRequestConflictHandler Modifier and Type Method Description void
BulkIndexingSession. registerFullIndexWithExternalVersion(String type, String id, LowLevelIndexingService.BulkIndexRequestConflictHandler bulkIndexRequestConflictHandler)
-
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.platform.engine.impl.indexing.job.transformer
Classes in com.flowable.platform.engine.impl.indexing.job.transformer that implement LowLevelIndexingService.BulkIndexRequestConflictHandler Modifier and Type Class Description class
DefaultBulkIndexRequestConflictHandler
-