public interface CompoundAgendaFilter
#accept(Match) method for its list of agenda filters (set
via setAgendaFilters(List). It returns true only if all the contained agenda filters return true. The
evaluation of the contained AgendaFilters is stopped as soon as the first agenda filter returns false (unless the
setForceAllEvaluations(boolean) field is set to true which forces the evaluation of all agenda filters.| Modifier and Type | Method and Description |
|---|---|
void |
setAgendaFilters(List<AgendaFilter> agendaFilters)
set the given agenda filters for this compound agenda filter.
|
void |
setForceAllEvaluations(boolean forceAllEvaluations)
if set to true the compound agenda filter will evaluate all registered agenda filters via their
#accept(Match) method (as opposed to stop evaluation when the first agenda filter returns false) |
void setForceAllEvaluations(boolean forceAllEvaluations)
#accept(Match) method (as opposed to stop evaluation when the first agenda filter returns false)void setAgendaFilters(List<AgendaFilter> agendaFilters)
Copyright © 2017 SAP SE. All Rights Reserved.