Package de.hybris.platform.droolsruleengineservices.agendafilter
-
Interface Summary Interface Description AgendaFilterCreationStrategy The AgendaFilterCreationStrategy is used in theDefaultAgendaFilterFactory
to create AgendaFilters.AgendaFilterFactory The AgendaFilterFactory provides a factory to createAgendaFilter
s.CompoundAgendaFilter Provides a compound AgendaFilter which calls theAgendaFilter.accept(Match)
method for its list of agenda filters (set viaCompoundAgendaFilter.setAgendaFilters(List)
. -
Class Summary Class Description CustomAgendaFilter CustomAgendaFilterCreationStrategy CustomAgendaFilterSupportIT CustomAgendaFilterSupportIT tests the support for custom AgendaFiltersDefaultAgendaFilterFactoryTest