Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationListener
-
Packages that use DmnDecisionEvaluationListener Package Description org.camunda.bpm.dmn.engine org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.metrics -
-
Uses of DmnDecisionEvaluationListener in org.camunda.bpm.dmn.engine
Methods in org.camunda.bpm.dmn.engine that return types with arguments of type DmnDecisionEvaluationListener Modifier and Type Method Description abstract List<DmnDecisionEvaluationListener>DmnEngineConfiguration. getCustomPostDecisionEvaluationListeners()abstract List<DmnDecisionEvaluationListener>DmnEngineConfiguration. getCustomPreDecisionEvaluationListeners()Method parameters in org.camunda.bpm.dmn.engine with type arguments of type DmnDecisionEvaluationListener Modifier and Type Method Description abstract DmnEngineConfigurationDmnEngineConfiguration. customPostDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)Set the list of post decision evaluation listeners.abstract DmnEngineConfigurationDmnEngineConfiguration. customPreDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)Set the list of pre decision evaluation listeners.abstract voidDmnEngineConfiguration. setCustomPostDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)Set the list of post decision evaluation listeners.abstract voidDmnEngineConfiguration. setCustomPreDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)Set the list of pre decision evaluation listeners. -
Uses of DmnDecisionEvaluationListener in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionEvaluationListener Modifier and Type Field Description protected List<DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. customPostDecisionEvaluationListenersprotected List<DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. customPreDecisionEvaluationListenersprotected List<DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. decisionEvaluationListenersprotected List<DmnDecisionEvaluationListener>DefaultDmnDecisionContext. evaluationListenersMethods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnDecisionEvaluationListener Modifier and Type Method Description List<DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. getCustomPostDecisionEvaluationListeners()List<DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. getCustomPreDecisionEvaluationListeners()List<DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. getDecisionEvaluationListeners()The list of decision evaluation listeners of the configuration.protected Collection<? extends DmnDecisionEvaluationListener>DefaultDmnEngineConfiguration. getDefaultDmnDecisionEvaluationListeners()Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnDecisionEvaluationListener Modifier and Type Method Description DefaultDmnEngineConfigurationDefaultDmnEngineConfiguration. customPostDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)DefaultDmnEngineConfigurationDefaultDmnEngineConfiguration. customPreDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)voidDefaultDmnEngineConfiguration. setCustomPostDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners)voidDefaultDmnEngineConfiguration. setCustomPreDecisionEvaluationListeners(List<DmnDecisionEvaluationListener> decisionEvaluationListeners) -
Uses of DmnDecisionEvaluationListener in org.camunda.bpm.dmn.engine.impl.metrics
Classes in org.camunda.bpm.dmn.engine.impl.metrics that implement DmnDecisionEvaluationListener Modifier and Type Class Description classDefaultEngineMetricCollectorclassDmnEngineMetricCollectorWrapper
-