Uses of Interface
de.hybris.platform.ruleengineservices.rule.evaluation.impl.RuleAndRuleGroupExecutionTracker
-
-
Uses of RuleAndRuleGroupExecutionTracker in de.hybris.platform.droolsruleengineservices.agendafilter.impl
Classes in de.hybris.platform.droolsruleengineservices.agendafilter.impl that implement RuleAndRuleGroupExecutionTracker Modifier and Type Class Description classDefaultRuleAndRuleGroupExecutionTrackerUsed during rule execution to track and control rule executionMethods in de.hybris.platform.droolsruleengineservices.agendafilter.impl that return types with arguments of type RuleAndRuleGroupExecutionTracker Modifier and Type Method Description protected java.util.Optional<RuleAndRuleGroupExecutionTracker>RuleAndRuleGroupTrackingAgendaFilter. getTracker(org.kie.api.runtime.rule.Match match)returns the RuleAndRuleGroupExecutionTracker -
Uses of RuleAndRuleGroupExecutionTracker in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl that return RuleAndRuleGroupExecutionTracker Modifier and Type Method Description protected RuleAndRuleGroupExecutionTrackerDefaultCommerceRuleEngineService. addDroolsRuleExecutionTracker(RuleEvaluationContext context) -
Uses of RuleAndRuleGroupExecutionTracker in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return RuleAndRuleGroupExecutionTracker Modifier and Type Method Description protected RuleAndRuleGroupExecutionTrackerAbstractRuleExecutableSupport. getRuntimeTracker(RuleActionContext context)
-