Uses of Interface
org.camunda.bpm.engine.impl.history.event.HistoryEventType

Packages that use HistoryEventType
org.camunda.bpm.engine.impl.history   
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of HistoryEventType in org.camunda.bpm.engine.impl.history
 

Methods in org.camunda.bpm.engine.impl.history with parameters of type HistoryEventType
 boolean HistoryLevelAudit.isHistoryEventProduced(HistoryEventType eventType, Object entity)
           
 boolean HistoryLevel.isHistoryEventProduced(HistoryEventType eventType, Object entity)
          Returns true if a given history event should be produced.
 boolean HistoryLevelFull.isHistoryEventProduced(HistoryEventType eventType, Object entity)
           
 boolean HistoryLevelNone.isHistoryEventProduced(HistoryEventType eventType, Object entity)
           
 boolean HistoryLevelActivity.isHistoryEventProduced(HistoryEventType eventType, Object entity)
           
 

Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.event
 

Classes in org.camunda.bpm.engine.impl.history.event that implement HistoryEventType
 class HistoryEventTypes
          The set of built-in history event types.
 

Uses of HistoryEventType in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventType
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricJobLogEvt(Job job, HistoryEventType eventType)
           
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, HistoryEventType eventType)
           
protected  void DefaultHistoryEventProducer.initActivityInstanceEvent(HistoricActivityInstanceEventEntity evt, ExecutionEntity execution, HistoryEventType eventType)
           
protected  void DefaultHistoryEventProducer.initHistoricIncidentEvent(HistoricIncidentEventEntity evt, Incident incident, HistoryEventType eventType)
           
protected  void DefaultHistoryEventProducer.initHistoricJobLogEvent(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType)
           
protected  void DefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt, VariableInstanceEntity variableInstance, HistoryEventType eventType)
           
protected  void DefaultHistoryEventProducer.initProcessInstanceEvent(HistoricProcessInstanceEventEntity evt, ExecutionEntity execution, HistoryEventType eventType)
           
protected  void DefaultHistoryEventProducer.initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt, TaskEntity taskEntity, HistoryEventType eventType)
           
 

Uses of HistoryEventType in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoryEventType
protected  void IncidentEntity.fireHistoricIncidentEvent(HistoryEventType eventType)
           
protected  boolean HistoricJobLogManager.isHistoryEventProduced(HistoryEventType eventType, Job job)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.