Uses of Class
com.flowable.indexing.job.history.async.AsyncIndexingHistorySession
Package | Description |
---|---|
com.flowable.indexing.api | |
com.flowable.indexing.job.impl | |
com.flowable.platform.engine.impl.indexing.job.history |
-
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(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity originalHistoryJobEntity, AsyncIndexingHistorySession asyncIndexingHistorySession, com.fasterxml.jackson.databind.node.ObjectNode objectNode, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected void
BulkIndexRequestExecutorImpl. addHistoricData(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity originalHistoryJobEntity, AsyncIndexingHistorySession asyncIndexingHistorySession, java.lang.String type, com.fasterxml.jackson.databind.node.ObjectNode data, java.lang.String tenantId, org.flowable.common.engine.impl.interceptor.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()