| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.db | |
| org.camunda.bpm.engine.impl.history | |
| org.camunda.bpm.engine.impl.history.parser | |
| org.camunda.bpm.engine.impl.history.transformer | |
| org.camunda.bpm.engine.impl.persistence | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.telemetry.reporter |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
ProcessEngineImpl.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoryLevelSetupCommand.determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration,
HistoryLevel databaseHistoryLevel) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
ProcessEngineConfigurationImpl.historyLevel |
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoryLevel> |
ProcessEngineConfigurationImpl.customHistoryLevels
a list of supported custom history levels
|
protected List<HistoryLevel> |
ProcessEngineConfigurationImpl.historyLevels
a list of supported history levels
|
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
ProcessEngineConfigurationImpl.getDefaultHistoryLevel() |
HistoryLevel |
ProcessEngineConfigurationImpl.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryLevel> |
ProcessEngineConfigurationImpl.getCustomHistoryLevels() |
List<HistoryLevel> |
ProcessEngineConfigurationImpl.getHistoryLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomHistoryLevels(List<HistoryLevel> customHistoryLevels) |
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
DetermineHistoryLevelCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnginePersistenceLogger.creatingHistoryLevelPropertyInDatabase(HistoryLevel historyLevel) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHistoryLevel |
class |
HistoryLevelActivity |
class |
HistoryLevelAudit |
class |
HistoryLevelFull |
class |
HistoryLevelNone |
| Modifier and Type | Field and Description |
|---|---|
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_ACTIVITY |
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_AUDIT |
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_FULL |
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_NONE |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
HistoryDecisionEvaluationListener.historyLevel |
protected HistoryLevel |
HistoryParseListener.historyLevel |
protected HistoryLevel |
HistoryExecutionListener.historyLevel |
protected HistoryLevel |
HistoryTaskListener.historyLevel |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
HistoryCaseExecutionListener.historyLevel |
protected HistoryLevel |
CmmnHistoryTransformListener.historyLevel |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
AbstractHistoricManager.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryLevel |
VariableInstanceHistoryListener.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
TelemetrySendingTask.calculateUniqueUserCount(CommandContext commandContext,
HistoryLevel historyLevel,
Date currentTime) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.