Class OnLoadFilters

    • Field Detail

      • ALLOW_ALL_FILTER

        public static final IOnLoadFilter ALLOW_ALL_FILTER
    • Constructor Detail

      • OnLoadFilters

        public OnLoadFilters()
    • Method Detail

      • includeEvents

        public static IOnLoadFilter includeEvents​(Collection<String> includedTypeIds)
        Filter that allows a specified set of events.
        Parameters:
        includedTypeIds - the event type ids to include
        Returns:
        a filter
      • excludeEvents

        public static IOnLoadFilter excludeEvents​(Collection<String> excludedTypeIds)
        Filter that disallows a specified set of events.
        Parameters:
        excludedTypeIds - the event type ids to exclude
        Returns:
        a filter
      • includeEvents

        public static IOnLoadFilter includeEvents​(Pattern includeRegexp)
        Filter that allows a specified set of events.
        Parameters:
        includeRegexp - regular expression for which event type ids to include
        Returns:
        a filter
      • excludeEvents

        public static IOnLoadFilter excludeEvents​(Pattern excludeRegexp)
        Filter that disallows a specified set of events.
        Parameters:
        excludeRegexp - regular expression for which event type ids to exclude
        Returns:
        a filter