Interface SynchronousPlatformReindexService

All Known Implementing Classes:
PlatformReindexServiceImpl

public interface SynchronousPlatformReindexService
  • Method Details

    • 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)