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 IndexingContextImplIndexingContextImpl.forCases(CommandContext commandContext, IndexManager indexManager, List<HistoricCaseInstance> caseInstances) static IndexingContextImplIndexingContextImpl.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 voidSyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricCaseInstanceIndexing(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricCaseInstance historicCaseInstance) protected voidSyncHistoryIndexScopeInstanceTransformer.handleHistoricCaseInstanceIndexing(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricCaseInstance historicCaseInstance) protected voidSyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricProcessInstanceIndexing(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricProcessInstance historicProcessInstance) protected voidSyncHistoryIndexScopeInstanceTransformer.handleHistoricProcessInstanceIndexing(IndexingContextImpl indexingContext, CommandContext commandContext, HistoricProcessInstance historicProcessInstance)