Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
-
Uses of HistoricVariableUpdateEventEntity in org.camunda.bpm.engine.impl.history.handler
Methods in org.camunda.bpm.engine.impl.history.handler with parameters of type HistoricVariableUpdateEventEntity Modifier and Type Method Description protected voidDbHistoryEventHandler. insertHistoricVariableUpdateEntity(HistoricVariableUpdateEventEntity historyEvent)customized insert behavior for HistoricVariableUpdateEventEntityprotected booleanDbHistoryEventHandler. shouldWriteHistoricDetail(HistoricVariableUpdateEventEntity historyEvent) -
Uses of HistoricVariableUpdateEventEntity in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricVariableUpdateEventEntity Modifier and Type Method Description protected HistoricVariableUpdateEventEntityDefaultHistoryEventProducer. newVariableUpdateEventEntity(ExecutionEntity execution)Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricVariableUpdateEventEntity Modifier and Type Method Description protected voidDefaultHistoryEventProducer. initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt, VariableInstanceEntity variableInstance, HistoryEventType eventType) -
Uses of HistoricVariableUpdateEventEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of HistoricVariableUpdateEventEntity in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description classHistoricDetailVariableInstanceUpdateEntityMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableUpdateEventEntity Modifier and Type Method Description voidHistoricVariableInstanceEntity. updateFromEvent(HistoricVariableUpdateEventEntity historyEvent)Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableUpdateEventEntity Constructor Description HistoricVariableInstanceEntity(HistoricVariableUpdateEventEntity historyEvent)
-