Class Filters


  • public class Filters
    extends Object
    Methods to help in filtering.
    Author:
    douglm
    • Constructor Detail

      • Filters

        public 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 SynchException
        Apply a list of filters.
        Parameters:
        val - object to filter
        filters - the list of filters to apply
        Returns:
        null for discarded object, otherwise possibly modified object
        Throws:
        SynchException