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(java.lang.String activityInstanceId)voidsynchronousReindexCaseInstance(java.lang.String caseInstanceId)voidsynchronousReindexCaseInstances()voidsynchronousReindexContentItem(java.lang.String contentItemId)voidsynchronousReindexContentItems()voidsynchronousReindexPlanItemInstance(java.lang.String planItemInstanceId)voidsynchronousReindexPlanItemInstances()voidsynchronousReindexProcessInstance(java.lang.String processInstanceId)voidsynchronousReindexProcessInstances()voidsynchronousReindexTask(java.lang.String taskId)voidsynchronousReindexTasks()voidsynchronousReindexWork()voidsynchronousReindexWorkCaseInstance(java.lang.String caseInstanceId)voidsynchronousReindexWorkProcessInstance(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)
-
-