Uses of Interface
org.camunda.bpm.engine.impl.history.HistoryLevel

Packages that use HistoryLevel
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.dmn.configuration   
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
protected  HistoryLevel ProcessEngineImpl.historyLevel
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type HistoryLevel
protected  void SchemaOperationsProcessEngineBuild.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
protected  HistoryLevel ProcessEngineConfigurationImpl.historyLevel
           
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type HistoryLevel
protected  List<HistoryLevel> ProcessEngineConfigurationImpl.customHistoryLevels
          a list of supported custom history levels
protected  List<HistoryLevel> ProcessEngineConfigurationImpl.historyLevels
          a list of supported history levels
 

Methods in org.camunda.bpm.engine.impl.cfg that return HistoryLevel
 HistoryLevel ProcessEngineConfigurationImpl.getDefaultHistoryLevel()
           
 HistoryLevel ProcessEngineConfigurationImpl.getHistoryLevel()
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type HistoryLevel
 List<HistoryLevel> ProcessEngineConfigurationImpl.getCustomHistoryLevels()
           
 List<HistoryLevel> ProcessEngineConfigurationImpl.getHistoryLevels()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryLevel
 void ProcessEngineConfigurationImpl.setHistoryLevel(HistoryLevel historyLevel)
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type HistoryLevel
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.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
 HistoryLevel DetermineHistoryLevelCmd.execute(CommandContext commandContext)
           
 

Constructor parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type HistoryLevel
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
 void EnginePersistenceLogger.creatingHistoryLevelPropertyInDatabase(HistoryLevel historyLevel)
           
 

Uses of HistoryLevel in org.camunda.bpm.engine.impl.dmn.configuration
 

Fields in org.camunda.bpm.engine.impl.dmn.configuration declared as HistoryLevel
protected  HistoryLevel DmnEngineConfigurationBuilder.historyLevel
           
 

Methods in org.camunda.bpm.engine.impl.dmn.configuration with parameters of type HistoryLevel
 DmnEngineConfigurationBuilder DmnEngineConfigurationBuilder.historyLevel(HistoryLevel historyLevel)
           
 

Uses of HistoryLevel in org.camunda.bpm.engine.impl.history
 

Classes in org.camunda.bpm.engine.impl.history that implement HistoryLevel
 class AbstractHistoryLevel
           
 class HistoryLevelActivity
           
 class HistoryLevelAudit
           
 class HistoryLevelFull
           
 class HistoryLevelNone
           
 

Fields in org.camunda.bpm.engine.impl.history declared as HistoryLevel
static HistoryLevel HistoryLevel.HISTORY_LEVEL_ACTIVITY
           
static HistoryLevel HistoryLevel.HISTORY_LEVEL_AUDIT
           
static HistoryLevel HistoryLevel.HISTORY_LEVEL_FULL
           
static HistoryLevel HistoryLevel.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
protected  HistoryLevel HistoryParseListener.historyLevel
           
protected  HistoryLevel HistoryTaskListener.historyLevel
           
protected  HistoryLevel HistoryExecutionListener.historyLevel
           
protected  HistoryLevel HistoryDecisionEvaluationListener.historyLevel
           
 

Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryLevel
protected  void HistoryParseListener.initExecutionListeners(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 

Constructors in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryLevel
ActivityInstanceEndListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
ActivityInstanceStartListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
HistoryExecutionListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
HistoryParseListener(HistoryLevel historyLevel, HistoryEventProducer historyEventProducer)
           
HistoryTaskListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
ProcessInstanceEndListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
ProcessInstanceStartListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
ProcessInstanceUpdateListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 

Uses of HistoryLevel in org.camunda.bpm.engine.impl.history.transformer
 

Fields in org.camunda.bpm.engine.impl.history.transformer declared as HistoryLevel
protected  HistoryLevel HistoryCaseExecutionListener.historyLevel
           
protected  HistoryLevel CmmnHistoryTransformListener.historyLevel
           
 

Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type HistoryLevel
protected  void CmmnHistoryTransformListener.initCaseExecutionListeners(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 

Constructors in org.camunda.bpm.engine.impl.history.transformer with parameters of type HistoryLevel
CaseActivityInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseActivityInstanceEndListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseActivityInstanceUpdateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseInstanceCloseListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseInstanceUpdateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CmmnHistoryTransformListener(HistoryLevel historyLevel, CmmnHistoryEventProducer historyEventProducer)
           
HistoryCaseExecutionListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 

Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence
 

Fields in org.camunda.bpm.engine.impl.persistence declared as HistoryLevel
protected  HistoryLevel AbstractHistoricManager.historyLevel
           
 

Uses of HistoryLevel in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoryLevel
protected  HistoryLevel VariableInstanceHistoryListener.getHistoryLevel()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.