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 AsyncIndexingHistorySessionIndexingManagerHelper. 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 voidBulkIndexRequestExecutorImpl. addHistoricData(HistoryJobEntity originalHistoryJobEntity, AsyncIndexingHistorySession asyncIndexingHistorySession, com.fasterxml.jackson.databind.node.ObjectNode objectNode, CommandContext commandContext)protected voidBulkIndexRequestExecutorImpl. 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 AsyncIndexingHistorySessionAbstractSyncHistoryIndexingManager. getAsyncIndexingHistorySession()AsyncIndexingHistorySessionIndexingManagerHelperImpl. 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 AsyncIndexingHistorySessionIndexingFlowableChangeTenantIdEventListener. getAsyncIndexingHistorySession()
-