Uses of Class
com.flowable.indexing.job.history.async.AsyncIndexingHistorySession
Package
Description
-
Uses of AsyncIndexingHistorySession in com.flowable.indexing.api
-
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job
Modifier and TypeMethodDescriptionprotected HistoryJobEntity
IndexingAsyncHistoryJobProducer.createJob
(AsyncIndexingHistorySession asyncHistorySession, JobServiceConfiguration jobServiceConfiguration, String jobType) -
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job.history.async
Modifier and TypeFieldDescriptionprotected AsyncIndexingHistorySession
AsyncIndexingHistorySessionCommandContextCloseListener.asyncHistorySession
Modifier and TypeMethodDescriptionAsyncIndexingHistorySessionCommandContextCloseListener.getAsyncHistorySession()
Modifier and TypeMethodDescriptionvoid
AsyncIndexingHistorySessionCommandContextCloseListener.setAsyncHistorySession
(AsyncIndexingHistorySession asyncHistorySession) ModifierConstructorDescriptionAsyncIndexingHistorySessionCommandContextCloseListener
(AsyncIndexingHistorySession asyncHistorySession, IndexingHistoryJobProducer jobProducer) -
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job.impl
Modifier and TypeMethodDescriptionprotected void
BulkIndexRequestExecutorImpl.addHistoricData
(HistoryJobEntity originalHistoryJobEntity, AsyncIndexingHistorySession asyncIndexingHistorySession, String type, com.fasterxml.jackson.databind.node.ObjectNode data, String tenantId, CommandContext commandContext) -
Uses of AsyncIndexingHistorySession in com.flowable.platform.engine.impl.indexing.job.history
Modifier and TypeMethodDescriptionAbstractSyncHistoryIndexingManager.getAsyncIndexingHistorySession()
IndexingManagerHelperImpl.getAsyncIndexingHistorySession()
Modifier and TypeMethodDescriptionstatic void
BulkDeleteInstanceUtil.addBulkInstanceDeleteData
(AsyncIndexingHistorySession session, JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode instanceData, String tenantId) -
Uses of AsyncIndexingHistorySession in com.flowable.platform.engine.impl.indexing.tenant
Modifier and TypeMethodDescriptionprotected AsyncIndexingHistorySession
IndexingFlowableChangeTenantIdEventListener.getAsyncIndexingHistorySession()