Uses of Interface
org.camunda.bpm.engine.impl.history.HistoryLevel
-
Packages that use HistoryLevel 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 -
-
Uses of HistoryLevel in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as HistoryLevel Modifier and Type Field Description protected HistoryLevelProcessEngineImpl. historyLevelMethods in org.camunda.bpm.engine.impl with parameters of type HistoryLevel Modifier and Type Method Description protected 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 HistoryLevel Modifier and Type Field Description protected HistoryLevelProcessEngineConfigurationImpl. historyLevelFields in org.camunda.bpm.engine.impl.cfg with type parameters of type HistoryLevel Modifier and Type Field Description protected 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 HistoryLevel Modifier and Type Method Description HistoryLevelProcessEngineConfigurationImpl. getDefaultHistoryLevel()HistoryLevelProcessEngineConfigurationImpl. getHistoryLevel()Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type HistoryLevel Modifier and Type Method Description List<HistoryLevel>ProcessEngineConfigurationImpl. getCustomHistoryLevels()List<HistoryLevel>ProcessEngineConfigurationImpl. getHistoryLevels()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryLevel Modifier and Type Method Description voidProcessEngineConfigurationImpl. setHistoryLevel(HistoryLevel historyLevel)Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type HistoryLevel Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomHistoryLevels(List<HistoryLevel> customHistoryLevels) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return HistoryLevel Modifier and Type Method Description HistoryLevelDetermineHistoryLevelCmd. execute(CommandContext commandContext)Constructor parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type HistoryLevel Constructor Description DetermineHistoryLevelCmd(List<HistoryLevel> historyLevels) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with parameters of type HistoryLevel Modifier and Type Method Description voidEnginePersistenceLogger. creatingHistoryLevelPropertyInDatabase(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.history
Classes in org.camunda.bpm.engine.impl.history that implement HistoryLevel Modifier and Type Class Description classAbstractHistoryLevelclassHistoryLevelActivityclassHistoryLevelAuditclassHistoryLevelFullclassHistoryLevelNoneFields in org.camunda.bpm.engine.impl.history declared as HistoryLevel Modifier and Type Field Description static HistoryLevelHistoryLevel. HISTORY_LEVEL_ACTIVITYstatic HistoryLevelHistoryLevel. HISTORY_LEVEL_AUDITstatic HistoryLevelHistoryLevel. HISTORY_LEVEL_FULLstatic 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 HistoryLevel Modifier and Type Field Description protected 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 HistoryLevel Modifier and Type Field Description protected 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 Modifier and Type Field Description protected HistoryLevelAbstractHistoricManager. historyLevel -
Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoryLevel Modifier and Type Method Description protected HistoryLevelVariableInstanceHistoryListener. getHistoryLevel()
-