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(java.lang.String activityInstanceId)
void
synchronousReindexCaseInstance(java.lang.String caseInstanceId)
void
synchronousReindexCaseInstances()
void
synchronousReindexContentItem(java.lang.String contentItemId)
void
synchronousReindexContentItems()
void
synchronousReindexPlanItemInstance(java.lang.String planItemInstanceId)
void
synchronousReindexPlanItemInstances()
void
synchronousReindexProcessInstance(java.lang.String processInstanceId)
void
synchronousReindexProcessInstances()
void
synchronousReindexTask(java.lang.String taskId)
void
synchronousReindexTasks()
void
synchronousReindexWork()
void
synchronousReindexWorkCaseInstance(java.lang.String caseInstanceId)
void
synchronousReindexWorkProcessInstance(java.lang.String processInstanceId)
-
-
-
Method Detail
-
synchronousReindexProcessInstances
void synchronousReindexProcessInstances()
-
synchronousReindexProcessInstance
void synchronousReindexProcessInstance(java.lang.String processInstanceId)
-
synchronousReindexActivities
void synchronousReindexActivities()
-
synchronousReindexActivity
void synchronousReindexActivity(java.lang.String activityInstanceId)
-
synchronousReindexTasks
void synchronousReindexTasks()
-
synchronousReindexTask
void synchronousReindexTask(java.lang.String taskId)
-
synchronousReindexCaseInstances
void synchronousReindexCaseInstances()
-
synchronousReindexCaseInstance
void synchronousReindexCaseInstance(java.lang.String caseInstanceId)
-
synchronousReindexPlanItemInstances
void synchronousReindexPlanItemInstances()
-
synchronousReindexPlanItemInstance
void synchronousReindexPlanItemInstance(java.lang.String planItemInstanceId)
-
synchronousReindexContentItems
void synchronousReindexContentItems()
-
synchronousReindexContentItem
void synchronousReindexContentItem(java.lang.String contentItemId)
-
synchronousReindexWork
void synchronousReindexWork()
-
synchronousReindexWorkProcessInstance
void synchronousReindexWorkProcessInstance(java.lang.String processInstanceId)
-
synchronousReindexWorkCaseInstance
void synchronousReindexWorkCaseInstance(java.lang.String caseInstanceId)
-
-