Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationListener
-
-
Uses of DmnDecisionTableEvaluationListener in org.camunda.bpm.dmn.engine
Methods in org.camunda.bpm.dmn.engine that return types with arguments of type DmnDecisionTableEvaluationListener Modifier and Type Method Description abstract List<DmnDecisionTableEvaluationListener>DmnEngineConfiguration. getCustomPostDecisionTableEvaluationListeners()abstract List<DmnDecisionTableEvaluationListener>DmnEngineConfiguration. getCustomPreDecisionTableEvaluationListeners()Method parameters in org.camunda.bpm.dmn.engine with type arguments of type DmnDecisionTableEvaluationListener Modifier and Type Method Description abstract DmnEngineConfigurationDmnEngineConfiguration. customPostDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)Set the list of post decision table evaluation listeners.abstract DmnEngineConfigurationDmnEngineConfiguration. customPreDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)Set the list of pre decision table evaluation listeners.abstract voidDmnEngineConfiguration. setCustomPostDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)Set the list of post decision table evaluation listeners.abstract voidDmnEngineConfiguration. setCustomPreDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)Set the list of pre decision table evaluation listeners. -
Uses of DmnDecisionTableEvaluationListener in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionTableEvaluationListener Modifier and Type Field Description protected List<DmnDecisionTableEvaluationListener>DefaultDmnEngineConfiguration. customPostDecisionTableEvaluationListenersprotected List<DmnDecisionTableEvaluationListener>DefaultDmnEngineConfiguration. customPreDecisionTableEvaluationListenersprotected List<DmnDecisionTableEvaluationListener>DefaultDmnEngineConfiguration. decisionTableEvaluationListenersMethods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnDecisionTableEvaluationListener Modifier and Type Method Description List<DmnDecisionTableEvaluationListener>DefaultDmnEngineConfiguration. getCustomPostDecisionTableEvaluationListeners()List<DmnDecisionTableEvaluationListener>DefaultDmnEngineConfiguration. getCustomPreDecisionTableEvaluationListeners()List<DmnDecisionTableEvaluationListener>DefaultDmnEngineConfiguration. getDecisionTableEvaluationListeners()The list of decision table evaluation listeners of the configuration.Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnDecisionTableEvaluationListener Modifier and Type Method Description DefaultDmnEngineConfigurationDefaultDmnEngineConfiguration. customPostDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)DefaultDmnEngineConfigurationDefaultDmnEngineConfiguration. customPreDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)voidDefaultDmnEngineConfiguration. setCustomPostDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners)voidDefaultDmnEngineConfiguration. setCustomPreDecisionTableEvaluationListeners(List<DmnDecisionTableEvaluationListener> decisionTableEvaluationListeners) -
Uses of DmnDecisionTableEvaluationListener in org.camunda.bpm.dmn.engine.impl.evaluation
Fields in org.camunda.bpm.dmn.engine.impl.evaluation with type parameters of type DmnDecisionTableEvaluationListener Modifier and Type Field Description protected List<DmnDecisionTableEvaluationListener>DecisionTableEvaluationHandler. evaluationListeners -
Uses of DmnDecisionTableEvaluationListener in org.camunda.bpm.dmn.engine.impl.metrics
Classes in org.camunda.bpm.dmn.engine.impl.metrics that implement DmnDecisionTableEvaluationListener Modifier and Type Class Description classDefaultEngineMetricCollectorclassDmnEngineMetricCollectorWrapper -
Uses of DmnDecisionTableEvaluationListener in org.camunda.bpm.dmn.engine.spi
Subinterfaces of DmnDecisionTableEvaluationListener in org.camunda.bpm.dmn.engine.spi Modifier and Type Interface Description interfaceDmnEngineMetricCollectorDMN engine metric collector which records the executed decision elements since since its creation.
-