public class PlatformReindexServiceImpl extends Object implements PlatformReindexService, SynchronousPlatformReindexService
| Modifier and Type | Field and Description |
|---|---|
protected ActivityIndexingScheduler |
activityIndexingScheduler |
protected CaseInstanceIndexingScheduler |
caseInstanceIndexingScheduler |
protected org.flowable.cmmn.engine.CmmnEngine |
cmmnEngine |
protected ContentItemIndexingScheduler |
contentItemIndexingScheduler |
protected com.flowable.core.content.api.CoreContentService |
contentService |
protected PlanItemInstanceIndexingScheduler |
planItemInstanceIndexingScheduler |
protected org.flowable.engine.ProcessEngine |
processEngine |
protected ProcessInstanceIndexingScheduler |
processInstanceIndexingScheduler |
protected ReindexManager |
reindexManager |
protected TaskIndexingScheduler |
taskIndexingScheduler |
protected WorkIndexingScheduler |
workIndexingScheduler |
| Constructor and Description |
|---|
PlatformReindexServiceImpl(org.flowable.engine.ProcessEngine processEngine,
org.flowable.cmmn.engine.CmmnEngine cmmnEngine,
com.flowable.core.content.api.CoreContentService contentService,
ReindexManager reindexManager,
ProcessInstanceIndexingScheduler processInstanceIndexingScheduler,
CaseInstanceIndexingScheduler caseInstanceIndexingScheduler,
TaskIndexingScheduler taskIndexingScheduler,
PlanItemInstanceIndexingScheduler planItemInstanceIndexingScheduler,
WorkIndexingScheduler workIndexingScheduler,
ActivityIndexingScheduler activityIndexingScheduler,
ContentItemIndexingScheduler contentItemIndexingScheduler) |
| Modifier and Type | Method and Description |
|---|---|
void |
reindexActivities() |
void |
reindexCaseInstances() |
void |
reindexContentItems() |
void |
reindexPlanItemInstances() |
void |
reindexProcessInstances() |
void |
reindexTasks() |
void |
reindexWork() |
void |
synchronousReindexActivities() |
void |
synchronousReindexCaseInstances() |
void |
synchronousReindexContentItems() |
void |
synchronousReindexPlanItemInstances() |
void |
synchronousReindexProcessInstances() |
void |
synchronousReindexTasks() |
void |
synchronousReindexWork() |
protected org.flowable.engine.ProcessEngine processEngine
protected org.flowable.cmmn.engine.CmmnEngine cmmnEngine
protected com.flowable.core.content.api.CoreContentService contentService
protected ReindexManager reindexManager
protected ProcessInstanceIndexingScheduler processInstanceIndexingScheduler
protected CaseInstanceIndexingScheduler caseInstanceIndexingScheduler
protected PlanItemInstanceIndexingScheduler planItemInstanceIndexingScheduler
protected TaskIndexingScheduler taskIndexingScheduler
protected WorkIndexingScheduler workIndexingScheduler
protected ActivityIndexingScheduler activityIndexingScheduler
protected ContentItemIndexingScheduler contentItemIndexingScheduler
public PlatformReindexServiceImpl(org.flowable.engine.ProcessEngine processEngine,
org.flowable.cmmn.engine.CmmnEngine cmmnEngine,
com.flowable.core.content.api.CoreContentService contentService,
ReindexManager reindexManager,
ProcessInstanceIndexingScheduler processInstanceIndexingScheduler,
CaseInstanceIndexingScheduler caseInstanceIndexingScheduler,
TaskIndexingScheduler taskIndexingScheduler,
PlanItemInstanceIndexingScheduler planItemInstanceIndexingScheduler,
WorkIndexingScheduler workIndexingScheduler,
ActivityIndexingScheduler activityIndexingScheduler,
ContentItemIndexingScheduler contentItemIndexingScheduler)
@Async public void reindexProcessInstances()
reindexProcessInstances in interface PlatformReindexServicepublic void synchronousReindexProcessInstances()
synchronousReindexProcessInstances in interface SynchronousPlatformReindexService@Async public void reindexCaseInstances()
reindexCaseInstances in interface PlatformReindexServicepublic void synchronousReindexCaseInstances()
synchronousReindexCaseInstances in interface SynchronousPlatformReindexService@Async public void reindexPlanItemInstances()
reindexPlanItemInstances in interface PlatformReindexServicepublic void synchronousReindexPlanItemInstances()
synchronousReindexPlanItemInstances in interface SynchronousPlatformReindexService@Async public void reindexTasks()
reindexTasks in interface PlatformReindexServicepublic void synchronousReindexTasks()
synchronousReindexTasks in interface SynchronousPlatformReindexService@Async public void reindexWork()
reindexWork in interface PlatformReindexServicepublic void synchronousReindexWork()
synchronousReindexWork in interface SynchronousPlatformReindexService@Async public void reindexActivities()
reindexActivities in interface PlatformReindexServicepublic void synchronousReindexActivities()
synchronousReindexActivities in interface SynchronousPlatformReindexService@Async public void reindexContentItems()
reindexContentItems in interface PlatformReindexServicepublic void synchronousReindexContentItems()
synchronousReindexContentItems in interface SynchronousPlatformReindexServiceCopyright © 2019. All rights reserved.