Package org.bedework.synch.filters
Class Filters
- java.lang.Object
-
- org.bedework.synch.filters.Filters
-
public class Filters extends Object
Methods to help in filtering.- Author:
- douglm
-
-
Constructor Summary
Constructors Constructor Description Filters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddDifferSkipItems(List<Object> skipList, List<Filter> filters)static ietf.params.xml.ns.icalendar_2.IcalendarTypedoFilters(ietf.params.xml.ns.icalendar_2.IcalendarType val, List<Filter> filters)Apply a list of filters.
-
-
-
Method Detail
-
doFilters
public static ietf.params.xml.ns.icalendar_2.IcalendarType doFilters(ietf.params.xml.ns.icalendar_2.IcalendarType val, List<Filter> filters) throws SynchExceptionApply a list of filters.- Parameters:
val- object to filterfilters- the list of filters to apply- Returns:
- null for discarded object, otherwise possibly modified object
- Throws:
SynchException
-
addDifferSkipItems
public static void addDifferSkipItems(List<Object> skipList, List<Filter> filters) throws SynchException
- Throws:
SynchException
-
-