Uses of Enum Class
org.flowable.common.engine.impl.history.HistoryLevel
Packages that use HistoryLevel
-
Uses of HistoryLevel in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as HistoryLevelModifier and TypeFieldDescriptionprotected HistoryLevelAbstractServiceConfiguration.historyLevelMethods in org.flowable.common.engine.impl that return HistoryLevelMethods in org.flowable.common.engine.impl with parameters of type HistoryLevelModifier and TypeMethodDescriptionbooleanAbstractServiceConfiguration.isHistoryLevelAtLeast(HistoryLevel level) AbstractServiceConfiguration.setHistoryLevel(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.flowable.common.engine.impl.history
Methods in org.flowable.common.engine.impl.history that return HistoryLevelModifier and TypeMethodDescriptionstatic 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.flowable.common.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.