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, 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()
Methods in com.flowable.platform.engine.impl.indexing.job.history with parameters of type AsyncIndexingHistorySession Modifier and Type Method Description static 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 AsyncIndexingHistorySession Modifier and Type Method Description protected AsyncIndexingHistorySession
IndexingFlowableChangeTenantIdEventListener. getAsyncIndexingHistorySession()
-