Uses of Interface
org.camunda.bpm.engine.impl.history.HistoryLevel
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionprotected void
HistoryLevelSetupCommand.determineAutoHistoryLevel
(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected HistoryLevel
ProcessEngineConfigurationImpl.historyLevel
Modifier and TypeFieldDescriptionprotected List<HistoryLevel>
ProcessEngineConfigurationImpl.customHistoryLevels
a list of supported custom history levelsprotected List<HistoryLevel>
ProcessEngineConfigurationImpl.historyLevels
a list of supported history levelsModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getDefaultHistoryLevel()
ProcessEngineConfigurationImpl.getHistoryLevel()
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomHistoryLevels()
ProcessEngineConfigurationImpl.getHistoryLevels()
Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setHistoryLevel
(HistoryLevel historyLevel) Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomHistoryLevels
(List<HistoryLevel> customHistoryLevels) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionDetermineHistoryLevelCmd.execute
(CommandContext commandContext) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.db
Modifier and TypeMethodDescriptionvoid
EnginePersistenceLogger.creatingHistoryLevelPropertyInDatabase
(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionstatic final HistoryLevel
HistoryLevel.HISTORY_LEVEL_ACTIVITY
static final HistoryLevel
HistoryLevel.HISTORY_LEVEL_AUDIT
static final HistoryLevel
HistoryLevel.HISTORY_LEVEL_FULL
static final HistoryLevel
HistoryLevel.HISTORY_LEVEL_NONE
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeFieldDescriptionprotected HistoryLevel
HistoryDecisionEvaluationListener.historyLevel
protected HistoryLevel
HistoryExecutionListener.historyLevel
protected HistoryLevel
HistoryParseListener.historyLevel
protected HistoryLevel
HistoryTaskListener.historyLevel
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history.transformer
Modifier and TypeFieldDescriptionprotected HistoryLevel
CmmnHistoryTransformListener.historyLevel
protected HistoryLevel
HistoryCaseExecutionListener.historyLevel
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected HistoryLevel
VariableInstanceHistoryListener.getHistoryLevel()
-
Uses of HistoryLevel in org.camunda.bpm.spring.boot.starter.jdbc
Modifier and TypeFieldDescriptionprotected final List<HistoryLevel>
HistoryLevelDeterminatorJdbcTemplateImpl.historyLevels
Modifier and TypeMethodDescriptionvoid
HistoryLevelDeterminatorJdbcTemplateImpl.addCustomHistoryLevels
(Collection<HistoryLevel> customHistoryLevels)