Uses of Interface
com.flowable.indexing.api.LowLevelIndexingService.BulkIndexRequestConflictHandler
Packages that use LowLevelIndexingService.BulkIndexRequestConflictHandler
Package
Description
-
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.indexing.api
Methods in com.flowable.indexing.api with parameters of type LowLevelIndexingService.BulkIndexRequestConflictHandlerModifier and TypeMethodDescriptionvoid
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.BulkIndexRequestConflictHandlerModifier and TypeMethodDescriptionvoid
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.BulkIndexRequestConflictHandlerMethods in com.flowable.indexing.job.history.async that return LowLevelIndexingService.BulkIndexRequestConflictHandlerMethods in com.flowable.indexing.job.history.async with parameters of type LowLevelIndexingService.BulkIndexRequestConflictHandlerModifier and TypeMethodDescriptionvoid
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.BulkIndexRequestConflictHandlerFields in com.flowable.platform.engine.impl.indexing.job.transformer declared as LowLevelIndexingService.BulkIndexRequestConflictHandlerModifier and TypeFieldDescriptionprotected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexScopeInstanceTransformer.CASE_CONFLICT_HANDLER
protected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexActivityTransformer.CONFLICT_RETRY_FUNCTION
protected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexSlaAuditInstanceTransformer.CONFLICT_RETRY_FUNCTION
protected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexContentItemTransformer.CONTENT_CONFLICT_HANDLER
protected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexPlanItemInstanceTransformer.PLANITEM_CONFLICT_HANDLER
protected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexScopeInstanceTransformer.PROCESS_CONFLICT_RETRY_FUNCTION
protected static LowLevelIndexingService.BulkIndexRequestConflictHandler
SyncHistoryIndexScopeInstanceTransformer.TASK_CONFLICT_HANDLER