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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, IndexManager indexManager, List<org.flowable.cmmn.api.history.HistoricCaseInstance> caseInstances) static IndexingContextImplIndexingContextImpl.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 voidSyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricCaseInstanceIndexing(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) protected voidSyncHistoryIndexScopeInstanceTransformer.handleHistoricCaseInstanceIndexing(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) protected voidSyncHistoryIndexBulkScopeInstancesTransformer.handleHistoricProcessInstanceIndexing(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.history.HistoricProcessInstance historicProcessInstance) protected voidSyncHistoryIndexScopeInstanceTransformer.handleHistoricProcessInstanceIndexing(IndexingContextImpl indexingContext, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.history.HistoricProcessInstance historicProcessInstance)