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 void
HistoricDecisionInstanceManager. 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 void
DbHistoryEventHandler. 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 HistoricDecisionEvaluationEvent
DefaultDmnHistoryEventProducer. newDecisionEvaluationEvent(DmnDecisionEvaluationEvent evaluationEvent)
-