Uses of Interface
com.flowable.indexing.api.LowLevelIndexingService.BulkIndexRequestConflictHandler
Package
Description
-
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.indexing.api
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
BulkIndexingSession.registerFullIndexWithExternalVersion
(String type, String id, LowLevelIndexingService.BulkIndexRequestConflictHandler bulkIndexRequestConflictHandler) -
Uses of LowLevelIndexingService.BulkIndexRequestConflictHandler in com.flowable.platform.engine.impl.indexing.job.transformer
Modifier 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