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 | |
org.camunda.bpm.engine.rest.dto.history | |
org.camunda.bpm.engine.rest.dto.history.optimize |
Modifier and Type | Method and Description |
---|---|
List<HistoricVariableUpdate> |
OptimizeService.getHistoricVariableUpdates(Date occurredAfter,
Date occurredAt,
boolean excludeObjectValues,
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 |
Modifier and Type | Method and Description |
---|---|
static HistoricVariableUpdateDto |
HistoricVariableUpdateDto.fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate) |
protected static void |
HistoricVariableUpdateDto.fromHistoricVariableUpdate(HistoricVariableUpdateDto dto,
HistoricVariableUpdate historicVariableUpdate) |
Modifier and Type | Method and Description |
---|---|
static OptimizeHistoricVariableUpdateDto |
OptimizeHistoricVariableUpdateDto.fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate) |
Copyright © 2022. All rights reserved.