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