Class HistoryLevelUtils

java.lang.Object
org.operaton.bpm.engine.impl.HistoryLevelUtils

public final class HistoryLevelUtils extends Object
Static utility methods for reading and writing the history level property in the database.
Since:
2.1
  • Method Details

    • databaseHistoryLevel

      public static Integer databaseHistoryLevel(CommandContext commandContext)
      Returns the history level stored in the database, or null if none is found.
    • dbCreateHistoryLevel

      public static void dbCreateHistoryLevel(CommandContext commandContext)
      Inserts the currently configured history level into the database.