Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity

Packages that use HistoricVariableUpdateEventEntity
org.camunda.bpm.engine.impl.history.handler   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

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
protected  void DbHistoryEventHandler.insertHistoricVariableUpdateEntity(HistoricVariableUpdateEventEntity historyEvent)
          customized insert behavior for HistoricVariableUpdateEventEntity
protected  boolean DbHistoryEventHandler.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
protected  HistoricVariableUpdateEventEntity DefaultHistoryEventProducer.newVariableUpdateEventEntity(ExecutionEntity execution)
           
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricVariableUpdateEventEntity
protected  void DefaultHistoryEventProducer.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
 class HistoricDetailVariableInstanceUpdateEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableUpdateEventEntity
 void HistoricVariableInstanceEntity.updateFromEvent(HistoricVariableUpdateEventEntity historyEvent)
           
 

Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableUpdateEventEntity
HistoricVariableInstanceEntity(HistoricVariableUpdateEventEntity historyEvent)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.