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

      void synchronousReindexAgentInstances()
    • synchronousReindexAgentInstance

      void synchronousReindexAgentInstance(String agentInstanceId)
    • synchronousReindexAgentInvocations

      void synchronousReindexAgentInvocations()
    • synchronousReindexAgentInvocation

      void synchronousReindexAgentInvocation(String agentInvocationId)
    • synchronousReindexAgentInvocationEvaluations

      void synchronousReindexAgentInvocationEvaluations()
    • synchronousReindexAgentInvocationEvaluation

      void synchronousReindexAgentInvocationEvaluation(String agentInvocationEvaluationId)
    • synchronousReindexWork

      void synchronousReindexWork()
    • synchronousReindexWorkProcessInstance

      void synchronousReindexWorkProcessInstance(String processInstanceId)
    • synchronousReindexWorkCaseInstance

      void synchronousReindexWorkCaseInstance(String caseInstanceId)