Uses of Interface
org.camunda.bpm.engine.impl.history.HistoryLevel
Packages that use HistoryLevel
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as HistoryLevelMethods in org.camunda.bpm.engine.impl with parameters of type HistoryLevelModifier and TypeMethodDescriptionprotected voidHistoryLevelSetupCommand.determineAutoHistoryLevel(ProcessEngineConfigurationImpl engineConfiguration, HistoryLevel databaseHistoryLevel) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as HistoryLevelModifier and TypeFieldDescriptionprotected HistoryLevelProcessEngineConfigurationImpl.historyLevelFields in org.camunda.bpm.engine.impl.cfg with type parameters of type HistoryLevelModifier and TypeFieldDescriptionprotected List<HistoryLevel>ProcessEngineConfigurationImpl.customHistoryLevelsa list of supported custom history levelsprotected List<HistoryLevel>ProcessEngineConfigurationImpl.historyLevelsa list of supported history levelsMethods in org.camunda.bpm.engine.impl.cfg that return HistoryLevelModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getDefaultHistoryLevel()ProcessEngineConfigurationImpl.getHistoryLevel()Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type HistoryLevelModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomHistoryLevels()ProcessEngineConfigurationImpl.getHistoryLevels()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryLevelModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.setHistoryLevel(HistoryLevel historyLevel) Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type HistoryLevelModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomHistoryLevels(List<HistoryLevel> customHistoryLevels) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return HistoryLevelModifier and TypeMethodDescriptionDetermineHistoryLevelCmd.execute(CommandContext commandContext) Constructor parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type HistoryLevel -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with parameters of type HistoryLevelModifier and TypeMethodDescriptionvoidEnginePersistenceLogger.creatingHistoryLevelPropertyInDatabase(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history
Classes in org.camunda.bpm.engine.impl.history that implement HistoryLevelModifier and TypeClassDescriptionclassclassclassclassclassFields in org.camunda.bpm.engine.impl.history declared as HistoryLevelModifier and TypeFieldDescriptionstatic final HistoryLevelHistoryLevel.HISTORY_LEVEL_ACTIVITYstatic final HistoryLevelHistoryLevel.HISTORY_LEVEL_AUDITstatic final HistoryLevelHistoryLevel.HISTORY_LEVEL_FULLstatic final HistoryLevelHistoryLevel.HISTORY_LEVEL_NONE -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history.parser
Fields in org.camunda.bpm.engine.impl.history.parser declared as HistoryLevelModifier and TypeFieldDescriptionprotected HistoryLevelHistoryDecisionEvaluationListener.historyLevelprotected HistoryLevelHistoryExecutionListener.historyLevelprotected HistoryLevelHistoryParseListener.historyLevelprotected HistoryLevelHistoryTaskListener.historyLevel -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history.transformer
Fields in org.camunda.bpm.engine.impl.history.transformer declared as HistoryLevelModifier and TypeFieldDescriptionprotected HistoryLevelCmmnHistoryTransformListener.historyLevelprotected HistoryLevelHistoryCaseExecutionListener.historyLevel -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence
Fields in org.camunda.bpm.engine.impl.persistence declared as HistoryLevel -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoryLevelModifier and TypeMethodDescriptionprotected HistoryLevelVariableInstanceHistoryListener.getHistoryLevel() -
Uses of HistoryLevel in org.camunda.bpm.spring.boot.starter.jdbc
Fields in org.camunda.bpm.spring.boot.starter.jdbc with type parameters of type HistoryLevelModifier and TypeFieldDescriptionprotected final List<HistoryLevel>HistoryLevelDeterminatorJdbcTemplateImpl.historyLevelsMethod parameters in org.camunda.bpm.spring.boot.starter.jdbc with type arguments of type HistoryLevelModifier and TypeMethodDescriptionvoidHistoryLevelDeterminatorJdbcTemplateImpl.addCustomHistoryLevels(Collection<HistoryLevel> customHistoryLevels)