| 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.history | |
| org.camunda.bpm.engine.impl.history.parser | |
| org.camunda.bpm.engine.impl.history.transformer | |
| org.camunda.bpm.engine.impl.persistence |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
ProcessEngineImpl.historyLevel |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
ProcessEngineConfigurationImpl.historyLevel |
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoryLevel> |
ProcessEngineConfigurationImpl.customHistoryLevels
a list of supported custom history levels
|
protected List<HistoryLevel> |
ProcessEngineConfigurationImpl.historyLevels
a list of supported history levels
|
| Modifier and Type | Method and Description |
|---|---|
HistoryLevel |
ProcessEngineConfigurationImpl.getHistoryLevel() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryLevel> |
ProcessEngineConfigurationImpl.getCustomHistoryLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.setHistoryLevel(HistoryLevel historyLevel) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomHistoryLevels(List<HistoryLevel> customHistoryLevels) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHistoryLevel |
class |
HistoryLevelActivity |
class |
HistoryLevelAudit |
class |
HistoryLevelFull |
class |
HistoryLevelNone |
| Modifier and Type | Field and Description |
|---|---|
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_ACTIVITY |
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_AUDIT |
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_FULL |
static HistoryLevel |
HistoryLevel.HISTORY_LEVEL_NONE |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
HistoryExecutionListener.historyLevel |
protected HistoryLevel |
HistoryParseListener.historyLevel |
protected HistoryLevel |
HistoryTaskListener.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoryParseListener.initExecutionListeners(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
CmmnHistoryTransformListener.historyLevel |
protected HistoryLevel |
HistoryCaseExecutionListener.historyLevel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmmnHistoryTransformListener.initCaseExecutionListeners(CmmnHistoryEventProducer historyEventProducer,
HistoryLevel historyLevel) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryLevel |
AbstractHistoricManager.historyLevel |
Copyright © 2018. All rights reserved.