Class GroupPropertiesViewFilter
java.lang.Object
org.apache.activemq.console.filter.PropertiesViewFilter
org.apache.activemq.console.filter.GroupPropertiesViewFilter
- All Implemented Interfaces:
QueryFilter
-
Field Summary
Fields inherited from class org.apache.activemq.console.filter.PropertiesViewFilter
next, viewFilterFields inherited from interface org.apache.activemq.console.filter.QueryFilter
QUERY_DELIMETER -
Constructor Summary
ConstructorsConstructorDescriptionGroupPropertiesViewFilter(Set groupView, QueryFilter next) Creates a group properties filter that is able to filter the display result based on a group prefixCreates a group properties filter that is able to filter the display result based on a group prefix -
Method Summary
Modifier and TypeMethodDescriptionprotected MapfilterView(Map data) Filter the properties that matches the group prefix only.Methods inherited from class org.apache.activemq.console.filter.PropertiesViewFilter
filterViewCollection, query, query
-
Constructor Details
-
GroupPropertiesViewFilter
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
Creates a group properties filter that is able to filter the display result based on a group prefix- Parameters:
groupView- - the group filter to usenext- - the next query filter
-
-
Method Details
-
filterView
Filter the properties that matches the group prefix only.- Overrides:
filterViewin classPropertiesViewFilter- Parameters:
data- - map data to filter- Returns:
- - filtered map data
-