Class HistoryTestHelper

java.lang.Object
org.flowable.engine.impl.test.HistoryTestHelper

public class HistoryTestHelper extends Object
Author:
Tijs Rademakers
  • Constructor Details

    • HistoryTestHelper

      public HistoryTestHelper()
  • Method Details

    • isHistoryLevelAtLeast

      public static boolean isHistoryLevelAtLeast(HistoryLevel historyLevel, ProcessEngineConfigurationImpl processEngineConfiguration)
    • isHistoryLevelAtLeast

      public static boolean isHistoryLevelAtLeast(HistoryLevel historyLevel, ProcessEngineConfigurationImpl processEngineConfiguration, long time)
    • waitForJobExecutorToProcessAllHistoryJobs

      public static void waitForJobExecutorToProcessAllHistoryJobs(FlowableRule activitiRule, long maxMillisToWait, long intervalMillis)
    • waitForJobExecutorToProcessAllHistoryJobs

      public static void waitForJobExecutorToProcessAllHistoryJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis)
    • waitForJobExecutorToProcessAllHistoryJobs

      public static void waitForJobExecutorToProcessAllHistoryJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished)
    • areHistoryJobsAvailable

      public static boolean areHistoryJobsAvailable(FlowableRule activitiRule)
    • areHistoryJobsAvailable

      public static boolean areHistoryJobsAvailable(ManagementService managementService)
    • isHistoricTaskLoggingEnabled

      public static boolean isHistoricTaskLoggingEnabled(ProcessEngineConfiguration configuration)