Interface SynchronousPlatformReindexService
-
- All Known Implementing Classes:
PlatformReindexServiceImpl
public interface SynchronousPlatformReindexService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
synchronousReindexActivities()
void
synchronousReindexActivity(String activityInstanceId)
void
synchronousReindexCaseInstance(String caseInstanceId)
void
synchronousReindexCaseInstances()
void
synchronousReindexContentItem(String contentItemId)
void
synchronousReindexContentItems()
void
synchronousReindexPlanItemInstance(String planItemInstanceId)
void
synchronousReindexPlanItemInstances()
void
synchronousReindexProcessInstance(String processInstanceId)
void
synchronousReindexProcessInstances()
void
synchronousReindexTask(String taskId)
void
synchronousReindexTasks()
void
synchronousReindexWork()
void
synchronousReindexWorkCaseInstance(String caseInstanceId)
void
synchronousReindexWorkProcessInstance(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)
-
-