Uses of Class
com.flowable.indexing.job.history.async.AsyncIndexingHistorySession
-
-
Uses of AsyncIndexingHistorySession in com.flowable.indexing.api
Methods in com.flowable.indexing.api that return AsyncIndexingHistorySession Modifier and Type Method Description AsyncIndexingHistorySession
IndexingManagerHelper. getAsyncIndexingHistorySession()
-
Uses of AsyncIndexingHistorySession in com.flowable.indexing.job.impl
Methods in com.flowable.indexing.job.impl with parameters of type AsyncIndexingHistorySession Modifier and Type Method Description protected void
BulkIndexRequestExecutorImpl. addHistoricData(HistoryJobEntity originalHistoryJobEntity, AsyncIndexingHistorySession asyncIndexingHistorySession, com.fasterxml.jackson.databind.node.ObjectNode objectNode, CommandContext commandContext)
protected 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 AsyncIndexingHistorySession Modifier and Type Method Description AsyncIndexingHistorySession
AbstractSyncHistoryIndexingManager. getAsyncIndexingHistorySession()
AsyncIndexingHistorySession
IndexingManagerHelperImpl. getAsyncIndexingHistorySession()
-
Uses of AsyncIndexingHistorySession in com.flowable.platform.engine.impl.indexing.tenant
Methods in com.flowable.platform.engine.impl.indexing.tenant that return AsyncIndexingHistorySession Modifier and Type Method Description protected AsyncIndexingHistorySession
IndexingFlowableChangeTenantIdEventListener. getAsyncIndexingHistorySession()
-