Uses of Enum Class
org.activiti.engine.impl.history.HistoryLevel
Packages that use HistoryLevel
-
Uses of HistoryLevel in org.activiti.engine
Fields in org.activiti.engine declared as HistoryLevelMethods in org.activiti.engine that return HistoryLevelMethods in org.activiti.engine with parameters of type HistoryLevelModifier and TypeMethodDescriptionProcessEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.activiti.engine.impl.history
Methods in org.activiti.engine.impl.history that return HistoryLevelModifier and TypeMethodDescriptionDefaultHistoryManager.getHistoryLevel()static HistoryLevelHistoryLevel.getHistoryLevelForKey(String key) static HistoryLevelReturns the enum constant of this class with the specified name.static HistoryLevel[]HistoryLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.activiti.engine.impl.history with parameters of type HistoryLevelModifier and TypeMethodDescriptionbooleanHistoryLevel.isAtLeast(HistoryLevel level) Checks if the given level is the same as, or higher in order than the level this method is executed on.booleanDefaultHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) booleanHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) voidDefaultHistoryManager.setHistoryLevel(HistoryLevel historyLevel) Constructors in org.activiti.engine.impl.history with parameters of type HistoryLevelModifierConstructorDescriptionDefaultHistoryManager(ProcessEngineConfigurationImpl processEngineConfiguration, HistoryLevel historyLevel)