Interface SynchronousPlatformReindexService
-
- All Known Implementing Classes:
PlatformReindexServiceImpl
public interface SynchronousPlatformReindexService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsynchronousReindexActivities()voidsynchronousReindexActivity(String activityInstanceId)voidsynchronousReindexCaseInstance(String caseInstanceId)voidsynchronousReindexCaseInstances()voidsynchronousReindexContentItem(String contentItemId)voidsynchronousReindexContentItems()voidsynchronousReindexPlanItemInstance(String planItemInstanceId)voidsynchronousReindexPlanItemInstances()voidsynchronousReindexProcessInstance(String processInstanceId)voidsynchronousReindexProcessInstances()voidsynchronousReindexTask(String taskId)voidsynchronousReindexTasks()voidsynchronousReindexWork()voidsynchronousReindexWorkCaseInstance(String caseInstanceId)voidsynchronousReindexWorkProcessInstance(String processInstanceId)
-
-
-
Method Detail
-
synchronousReindexProcessInstances
void synchronousReindexProcessInstances()
-
synchronousReindexProcessInstance
void synchronousReindexProcessInstance(String processInstanceId)
-
synchronousReindexActivities
void synchronousReindexActivities()
-
synchronousReindexActivity
void synchronousReindexActivity(String activityInstanceId)
-
synchronousReindexTasks
void synchronousReindexTasks()
-
synchronousReindexTask
void synchronousReindexTask(String taskId)
-
synchronousReindexCaseInstances
void synchronousReindexCaseInstances()
-
synchronousReindexCaseInstance
void synchronousReindexCaseInstance(String caseInstanceId)
-
synchronousReindexPlanItemInstances
void synchronousReindexPlanItemInstances()
-
synchronousReindexPlanItemInstance
void synchronousReindexPlanItemInstance(String planItemInstanceId)
-
synchronousReindexContentItems
void synchronousReindexContentItems()
-
synchronousReindexContentItem
void synchronousReindexContentItem(String contentItemId)
-
synchronousReindexWork
void synchronousReindexWork()
-
synchronousReindexWorkProcessInstance
void synchronousReindexWorkProcessInstance(String processInstanceId)
-
synchronousReindexWorkCaseInstance
void synchronousReindexWorkCaseInstance(String caseInstanceId)
-
-