Uses of Class
com.flowable.platform.engine.impl.indexing.cache.IndexingContextImpl
Packages that use IndexingContextImpl
Package
Description
-
Uses of IndexingContextImpl in com.flowable.platform.engine.impl.indexing.cache
Methods in com.flowable.platform.engine.impl.indexing.cache that return IndexingContextImplModifier and TypeMethodDescriptionstatic IndexingContextImpl
IndexingContextImpl.forCases
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, IndexManager indexManager, List<org.flowable.cmmn.api.history.HistoricCaseInstance> caseInstances) static IndexingContextImpl
IndexingContextImpl.forProcesses
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, IndexManager indexManager, List<org.flowable.engine.history.HistoricProcessInstance> processInstances) -
Uses of IndexingContextImpl in com.flowable.platform.engine.impl.indexing.job.transformer
Methods in com.flowable.platform.engine.impl.indexing.job.transformer with parameters of type IndexingContextImplModifier and TypeMethodDescriptionprotected void
SyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricCaseInstanceIndexing
(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) protected void
SyncHistoryIndexScopeInstanceTransformer.handleHistoricCaseInstanceIndexing
(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) protected void
SyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricProcessInstanceIndexing
(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.history.HistoricProcessInstance historicProcessInstance) protected void
SyncHistoryIndexScopeInstanceTransformer.handleHistoricProcessInstanceIndexing
(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.history.HistoricProcessInstance historicProcessInstance)