Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricDecisionEvaluationEvent
-
Packages that use HistoricDecisionEvaluationEvent Package Description org.camunda.bpm.engine.impl.history.event org.camunda.bpm.engine.impl.history.handler org.camunda.bpm.engine.impl.history.producer -
-
Uses of HistoricDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event with parameters of type HistoricDecisionEvaluationEvent Modifier and Type Method Description voidHistoricDecisionInstanceManager. insertHistoricDecisionInstances(HistoricDecisionEvaluationEvent event) -
Uses of HistoricDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.handler
Methods in org.camunda.bpm.engine.impl.history.handler with parameters of type HistoricDecisionEvaluationEvent Modifier and Type Method Description protected voidDbHistoryEventHandler. insertHistoricDecisionEvaluationEvent(HistoricDecisionEvaluationEvent event) -
Uses of HistoricDecisionEvaluationEvent in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricDecisionEvaluationEvent Modifier and Type Method Description protected HistoricDecisionEvaluationEventDefaultDmnHistoryEventProducer. newDecisionEvaluationEvent(org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent evaluationEvent)
-