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 List<HistoricVariableUpdate>
OptimizeService. 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 HistoricVariableUpdate Modifier and Type Method Description 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 boolean
OptimizeHistoricVariableUpdateQueryCmd. 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 List<String>
OptimizeHistoricVariableUpdateQueryCmd. 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 HistoricVariableUpdate Modifier and Type Method Description List<HistoricVariableUpdate>
OptimizeManager. 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 Modifier and Type Class Description class
HistoricDetailVariableInstanceUpdateEntity
-
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 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 HistoricVariableUpdate Modifier and Type Method Description static OptimizeHistoricVariableUpdateDto
OptimizeHistoricVariableUpdateDto. fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate)
-