Interface SynchronousPlatformReindexService
- All Known Implementing Classes:
PlatformReindexServiceImpl
public interface SynchronousPlatformReindexService
-
Method Summary
Modifier and Type Method Description voidsynchronousReindexActivities()voidsynchronousReindexCaseInstances()voidsynchronousReindexContentItems()voidsynchronousReindexPlanItemInstances()voidsynchronousReindexProcessInstances()voidsynchronousReindexTasks()voidsynchronousReindexWork()
-
Method Details
-
synchronousReindexProcessInstances
void synchronousReindexProcessInstances() -
synchronousReindexActivities
void synchronousReindexActivities() -
synchronousReindexTasks
void synchronousReindexTasks() -
synchronousReindexCaseInstances
void synchronousReindexCaseInstances() -
synchronousReindexPlanItemInstances
void synchronousReindexPlanItemInstances() -
synchronousReindexContentItems
void synchronousReindexContentItems() -
synchronousReindexWork
void synchronousReindexWork()
-