Class CustomAgendaFilterCreationStrategy
- java.lang.Object
-
- de.hybris.platform.droolsruleengineservices.agendafilter.CustomAgendaFilterCreationStrategy
-
- All Implemented Interfaces:
AgendaFilterCreationStrategy
public class CustomAgendaFilterCreationStrategy extends java.lang.Object implements AgendaFilterCreationStrategy
-
-
Constructor Summary
Constructors Constructor Description CustomAgendaFilterCreationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.rule.AgendaFilter
createAgendaFilter(AbstractRuleEngineContextModel context)
creates an AgendaFilter based on the given rule engine context.
-
-
-
Method Detail
-
createAgendaFilter
public org.kie.api.runtime.rule.AgendaFilter createAgendaFilter(AbstractRuleEngineContextModel context)
Description copied from interface:AgendaFilterCreationStrategy
creates an AgendaFilter based on the given rule engine context.- Specified by:
createAgendaFilter
in interfaceAgendaFilterCreationStrategy
- Parameters:
context
- the rule engine context- Returns:
- an AgendaFilter (to be registered with a drools session)
-
-