Interface SynchronousPlatformReindexService
- All Known Implementing Classes:
PlatformReindexServiceImpl
public interface SynchronousPlatformReindexService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsynchronousReindexActivity(String activityInstanceId) voidsynchronousReindexCaseInstance(String caseInstanceId) voidvoidsynchronousReindexContentItem(String contentItemId) voidvoidsynchronousReindexPlanItemInstance(String planItemInstanceId) voidvoidsynchronousReindexProcessInstance(String processInstanceId) voidvoidsynchronousReindexTask(String taskId) voidvoidvoidsynchronousReindexWorkCaseInstance(String caseInstanceId) voidsynchronousReindexWorkProcessInstance(String processInstanceId)
-
Method Details
-
synchronousReindexProcessInstances
void synchronousReindexProcessInstances() -
synchronousReindexProcessInstance
-
synchronousReindexActivities
void synchronousReindexActivities() -
synchronousReindexActivity
-
synchronousReindexTasks
void synchronousReindexTasks() -
synchronousReindexTask
-
synchronousReindexCaseInstances
void synchronousReindexCaseInstances() -
synchronousReindexCaseInstance
-
synchronousReindexPlanItemInstances
void synchronousReindexPlanItemInstances() -
synchronousReindexPlanItemInstance
-
synchronousReindexContentItems
void synchronousReindexContentItems() -
synchronousReindexContentItem
-
synchronousReindexWork
void synchronousReindexWork() -
synchronousReindexWorkProcessInstance
-
synchronousReindexWorkCaseInstance
-