Uses of Class
org.flowable.common.engine.impl.history.HistoryLevel
-
Packages that use HistoryLevel Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.history -
-
Uses of HistoryLevel in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as HistoryLevel Modifier and Type Field Description protected HistoryLevelAbstractServiceConfiguration. historyLevelMethods in org.flowable.common.engine.impl that return HistoryLevel Modifier and Type Method Description HistoryLevelAbstractServiceConfiguration. getHistoryLevel()Methods in org.flowable.common.engine.impl with parameters of type HistoryLevel Modifier and Type Method Description booleanAbstractServiceConfiguration. isHistoryLevelAtLeast(HistoryLevel level)AbstractServiceConfigurationAbstractServiceConfiguration. setHistoryLevel(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.flowable.common.engine.impl.history
Methods in org.flowable.common.engine.impl.history that return HistoryLevel Modifier and Type Method Description static HistoryLevelHistoryLevel. getHistoryLevelForKey(String key)static HistoryLevelHistoryLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static HistoryLevel[]HistoryLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flowable.common.engine.impl.history with parameters of type HistoryLevel Modifier and Type Method Description booleanHistoryLevel. isAtLeast(HistoryLevel level)Checks if the given level is the same as, or higher in order than the level this method is executed on.
-