Uses of Class
com.flowable.indexing.job.history.async.AsyncIndexingHistorySession
Packages that use AsyncIndexingHistorySession
Package
Description
-
Uses of AsyncIndexingHistorySession in com.flowable.indexing.api
Methods in com.flowable.indexing.api that return AsyncIndexingHistorySession -
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job
Methods in com.flowable.indexing.job with parameters of type AsyncIndexingHistorySessionModifier and TypeMethodDescriptionprotected HistoryJobEntity
IndexingAsyncHistoryJobProducer.createJob
(AsyncIndexingHistorySession asyncHistorySession, JobServiceConfiguration jobServiceConfiguration, String jobType) -
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async declared as AsyncIndexingHistorySessionModifier and TypeFieldDescriptionprotected AsyncIndexingHistorySession
AsyncIndexingHistorySessionCommandContextCloseListener.asyncHistorySession
Methods in com.flowable.indexing.job.history.async that return AsyncIndexingHistorySessionModifier and TypeMethodDescriptionAsyncIndexingHistorySessionCommandContextCloseListener.getAsyncHistorySession()
Methods in com.flowable.indexing.job.history.async with parameters of type AsyncIndexingHistorySessionModifier and TypeMethodDescriptionvoid
AsyncIndexingHistorySessionCommandContextCloseListener.setAsyncHistorySession
(AsyncIndexingHistorySession asyncHistorySession) Constructors in com.flowable.indexing.job.history.async with parameters of type AsyncIndexingHistorySessionModifierConstructorDescriptionAsyncIndexingHistorySessionCommandContextCloseListener
(AsyncIndexingHistorySession asyncHistorySession, IndexingHistoryJobProducer jobProducer) -
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job.impl
Methods in com.flowable.indexing.job.impl with parameters of type AsyncIndexingHistorySessionModifier 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
Methods in com.flowable.platform.engine.impl.indexing.job.history that return AsyncIndexingHistorySessionModifier and TypeMethodDescriptionAbstractSyncHistoryIndexingManager.getAsyncIndexingHistorySession()
IndexingManagerHelperImpl.getAsyncIndexingHistorySession()
Methods in com.flowable.platform.engine.impl.indexing.job.history with parameters of type AsyncIndexingHistorySessionModifier 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
Methods in com.flowable.platform.engine.impl.indexing.tenant that return AsyncIndexingHistorySessionModifier and TypeMethodDescriptionprotected AsyncIndexingHistorySession
IndexingFlowableChangeTenantIdEventListener.getAsyncIndexingHistorySession()