Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableUpdate
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionOptimizeService.getHistoricVariableUpdates
(Date occurredAfter, Date occurredAt, boolean excludeObjectValues, int maxResults) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl.cmd.optimize
Modifier and TypeMethodDescriptionOptimizeHistoricVariableUpdateQueryCmd.execute
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected boolean
OptimizeHistoricVariableUpdateQueryCmd.isHistoricDetailVariableInstanceUpdateEntity
(HistoricVariableUpdate variableUpdate) Modifier and TypeMethodDescriptionOptimizeHistoricVariableUpdateQueryCmd.getByteArrayIds
(List<HistoricVariableUpdate> variableUpdates) protected void
OptimizeHistoricVariableUpdateQueryCmd.resolveTypedValues
(List<HistoricVariableUpdate> variableUpdates) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl.optimize
Modifier and TypeMethodDescriptionOptimizeManager.getHistoricVariableUpdates
(Date occurredAfter, Date occurredAt, int maxResults) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionstatic HistoricVariableUpdateDto
HistoricVariableUpdateDto.fromHistoricVariableUpdate
(HistoricVariableUpdate historicVariableUpdate) protected static void
HistoricVariableUpdateDto.fromHistoricVariableUpdate
(HistoricVariableUpdateDto dto, HistoricVariableUpdate historicVariableUpdate) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.rest.dto.history.optimize
Modifier and TypeMethodDescriptionOptimizeHistoricVariableUpdateDto.fromHistoricVariableUpdate
(HistoricVariableUpdate historicVariableUpdate)