Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableUpdate
Packages that use HistoricVariableUpdate
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricVariableUpdateModifier and TypeMethodDescriptionOptimizeService.getHistoricVariableUpdates
(Date occurredAfter, Date occurredAt, boolean excludeObjectValues, int maxResults) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl.cmd.optimize
Methods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type HistoricVariableUpdateModifier and TypeMethodDescriptionOptimizeHistoricVariableUpdateQueryCmd.execute
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd.optimize with parameters of type HistoricVariableUpdateModifier and TypeMethodDescriptionprotected boolean
OptimizeHistoricVariableUpdateQueryCmd.isHistoricDetailVariableInstanceUpdateEntity
(HistoricVariableUpdate variableUpdate) Method parameters in org.camunda.bpm.engine.impl.cmd.optimize with type arguments of type HistoricVariableUpdateModifier and TypeMethodDescriptionOptimizeHistoricVariableUpdateQueryCmd.getByteArrayIds
(List<HistoricVariableUpdate> variableUpdates) protected void
OptimizeHistoricVariableUpdateQueryCmd.resolveTypedValues
(List<HistoricVariableUpdate> variableUpdates) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl.optimize
Methods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type HistoricVariableUpdateModifier and TypeMethodDescriptionOptimizeManager.getHistoricVariableUpdates
(Date occurredAfter, Date occurredAt, int maxResults) -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricVariableUpdate -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricVariableUpdateModifier 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
Methods in org.camunda.bpm.engine.rest.dto.history.optimize with parameters of type HistoricVariableUpdateModifier and TypeMethodDescriptionOptimizeHistoricVariableUpdateDto.fromHistoricVariableUpdate
(HistoricVariableUpdate historicVariableUpdate)