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   
org.camunda.bpm.engine.impl.persistence.entity   
 

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.createBatchEvent(BatchEntity batch, HistoryEventTypes eventType)
           
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricIdentityLinkEvt(IdentityLink identityLink, HistoryEventTypes eventType)
           
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.DmnDecisionLogicEvaluationEvent evaluationEvent, HistoryEventTypes eventType)
           
 

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

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoryEventTypes
 void TaskEntity.fireIdentityLinkHistoryEvents(String userId, String groupId, String type, HistoryEventTypes historyEventType)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.