Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
-
Packages that use HistoricVariableUpdateDto Package Description org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.dto.history.optimize -
-
Uses of HistoricVariableUpdateDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricVariableUpdateDto Modifier and Type Method Description static HistoricVariableUpdateDtoHistoricVariableUpdateDto. fromHistoricVariableUpdate(org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricVariableUpdateDto Modifier and Type Method Description protected static voidHistoricVariableUpdateDto. fromHistoricVariableUpdate(HistoricVariableUpdateDto dto, org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate) -
Uses of HistoricVariableUpdateDto in org.camunda.bpm.engine.rest.dto.history.optimize
Subclasses of HistoricVariableUpdateDto in org.camunda.bpm.engine.rest.dto.history.optimize Modifier and Type Class Description classOptimizeHistoricVariableUpdateDto
-