| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.cmd.optimize | |
| org.camunda.bpm.engine.impl.optimize | |
| org.camunda.bpm.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricVariableUpdate> |
OptimizeService.getHistoricVariableUpdates(Date occurredAfter,
Date occurredAt,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricVariableUpdate> |
OptimizeHistoricVariableUpdateQueryCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OptimizeHistoricVariableUpdateQueryCmd.isHistoricDetailVariableInstanceUpdateEntity(HistoricVariableUpdate variableUpdate) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
OptimizeHistoricVariableUpdateQueryCmd.getByteArrayIds(List<HistoricVariableUpdate> variableUpdates) |
protected void |
OptimizeHistoricVariableUpdateQueryCmd.resolveTypedValues(List<HistoricVariableUpdate> variableUpdates) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricVariableUpdate> |
OptimizeManager.getHistoricVariableUpdates(Date occurredAfter,
Date occurredAt,
int maxResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricDetailVariableInstanceUpdateEntity |
Copyright © 2013–2021 camunda services GmbH. All rights reserved.