|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.history | |
| org.camunda.bpm.engine.impl.history.parser | |
| org.camunda.bpm.engine.impl.history.transformer | |
| org.camunda.bpm.engine.impl.persistence | |
| Uses of HistoryLevel in org.camunda.bpm.engine.impl |
|---|
| Fields in org.camunda.bpm.engine.impl declared as HistoryLevel | |
|---|---|
protected HistoryLevel |
ProcessEngineImpl.historyLevel
|
| 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.getHistoryLevel()
|
| Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type HistoryLevel | |
|---|---|
List<HistoryLevel> |
ProcessEngineConfigurationImpl.getCustomHistoryLevels()
|
| 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.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 |
HistoryExecutionListener.historyLevel
|
protected HistoryLevel |
HistoryTaskListener.historyLevel
|
protected HistoryLevel |
HistoryParseListener.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)
|
|
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)
|
|
| 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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||