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
(CommandContext commandContext, IndexManager indexManager, List<HistoricCaseInstance> caseInstances) static IndexingContextImpl
IndexingContextImpl.forProcesses
(CommandContext commandContext, IndexManager indexManager, List<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, CommandContext commandContext, HistoricCaseInstance historicCaseInstance) protected void
SyncHistoryIndexScopeInstanceTransformer.handleHistoricCaseInstanceIndexing
(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricCaseInstance historicCaseInstance) protected void
SyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricProcessInstanceIndexing
(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricProcessInstance historicProcessInstance) protected void
SyncHistoryIndexScopeInstanceTransformer.handleHistoricProcessInstanceIndexing
(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricProcessInstance historicProcessInstance)