Interface SynchronousPlatformReindexService
- All Known Implementing Classes:
PlatformReindexServiceImpl
public interface SynchronousPlatformReindexService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
synchronousReindexActivity
(String activityInstanceId) void
synchronousReindexCaseInstance
(String caseInstanceId) void
void
synchronousReindexContentItem
(String contentItemId) void
void
synchronousReindexPlanItemInstance
(String planItemInstanceId) void
void
synchronousReindexProcessInstance
(String processInstanceId) void
void
synchronousReindexTask
(String taskId) void
void
void
synchronousReindexWorkCaseInstance
(String caseInstanceId) void
synchronousReindexWorkProcessInstance
(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
-