Class GroupPropertiesViewFilter

java.lang.Object
org.apache.activemq.console.filter.PropertiesViewFilter
org.apache.activemq.console.filter.GroupPropertiesViewFilter
All Implemented Interfaces:
QueryFilter

public class GroupPropertiesViewFilter extends PropertiesViewFilter
  • Constructor Details

    • 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 Details

    • 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