Package org.operaton.bpm.engine.impl
Class HistoryLevelUtils
java.lang.Object
org.operaton.bpm.engine.impl.HistoryLevelUtils
Static utility methods for reading and writing the history level property in the database.
- Since:
- 2.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntegerdatabaseHistoryLevel(CommandContext commandContext) Returns the history level stored in the database, ornullif none is found.static voiddbCreateHistoryLevel(CommandContext commandContext) Inserts the currently configured history level into the database.
-
Method Details
-
databaseHistoryLevel
Returns the history level stored in the database, ornullif none is found. -
dbCreateHistoryLevel
Inserts the currently configured history level into the database.
-