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

Packages that use HistoryEventTypes
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.history.producer   
 

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

Methods in org.camunda.bpm.engine.impl.history.event that return HistoryEventTypes
static HistoryEventTypes HistoryEventTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HistoryEventTypes[] HistoryEventTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventTypes
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricIncidentEvt(Incident incident, HistoryEventTypes eventType)
           
protected  void DefaultCmmnHistoryEventProducer.initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)
           
protected  void DefaultCmmnHistoryEventProducer.initCaseInstanceEvent(HistoricCaseInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)
           
protected  void DefaultDmnHistoryEventProducer.initDecisionInstanceEvent(HistoricDecisionInstanceEntity event, org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent evaluationEvent, HistoryEventTypes eventType)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.