| Package | Description |
|---|---|
| org.flowable.common.engine.impl | |
| org.flowable.common.engine.impl.history |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
AbstractServiceConfiguration.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
AbstractServiceConfiguration.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractServiceConfiguration.isHistoryLevelAtLeast(HistoryLevel level) |
AbstractServiceConfiguration |
AbstractServiceConfiguration.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryLevel |
HistoryLevel.getHistoryLevelForKey(String key) |
static HistoryLevel |
HistoryLevel.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoryLevel.isAtLeast(HistoryLevel level)
Checks if the given level is the same as, or higher in order than the level this method is executed on.
|
Copyright © 2019 Flowable. All rights reserved.