Class GroupPropertiesViewFilter

    • Constructor Detail

      • GroupPropertiesViewFilter

        public GroupPropertiesViewFilter​(QueryFilter next)
        Creates a group properties filter that is able to filter the display result based on a group prefix
        Parameters:
        next - - the next query filter
      • GroupPropertiesViewFilter

        public GroupPropertiesViewFilter​(Set groupView,
                                         QueryFilter next)
        Creates a group properties filter that is able to filter the display result based on a group prefix
        Parameters:
        groupView - - the group filter to use
        next - - the next query filter
    • Method Detail

      • filterView

        protected Map filterView​(Map data)
        Filter the properties that matches the group prefix only.
        Overrides:
        filterView in class PropertiesViewFilter
        Parameters:
        data - - map data to filter
        Returns:
        - filtered map data