Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableUpdate
-
Packages that use HistoricVariableUpdate 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 -
-
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricVariableUpdate Modifier and Type Method Description java.util.List<HistoricVariableUpdate>OptimizeService. getHistoricVariableUpdates(java.util.Date occurredAfter, java.util.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 HistoricVariableUpdate Modifier and Type Method Description java.util.List<HistoricVariableUpdate>OptimizeHistoricVariableUpdateQueryCmd. execute(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd.optimize with parameters of type HistoricVariableUpdate Modifier and Type Method Description protected booleanOptimizeHistoricVariableUpdateQueryCmd. isHistoricDetailVariableInstanceUpdateEntity(HistoricVariableUpdate variableUpdate)Method parameters in org.camunda.bpm.engine.impl.cmd.optimize with type arguments of type HistoricVariableUpdate Modifier and Type Method Description protected java.util.List<java.lang.String>OptimizeHistoricVariableUpdateQueryCmd. getByteArrayIds(java.util.List<HistoricVariableUpdate> variableUpdates)protected voidOptimizeHistoricVariableUpdateQueryCmd. resolveTypedValues(java.util.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 HistoricVariableUpdate Modifier and Type Method Description java.util.List<HistoricVariableUpdate>OptimizeManager. getHistoricVariableUpdates(java.util.Date occurredAfter, java.util.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 Modifier and Type Class Description classHistoricDetailVariableInstanceUpdateEntity -
Uses of HistoricVariableUpdate in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricVariableUpdate Modifier and Type Method Description static HistoricVariableUpdateDtoHistoricVariableUpdateDto. fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate)protected static voidHistoricVariableUpdateDto. 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 HistoricVariableUpdate Modifier and Type Method Description static OptimizeHistoricVariableUpdateDtoOptimizeHistoricVariableUpdateDto. fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate)
-