public class GroupPropertiesViewFilter extends PropertiesViewFilter
next, viewFilterQUERY_DELIMETER| Constructor and Description |
|---|
GroupPropertiesViewFilter(QueryFilter next)
Creates a group properties filter that is able to filter the display
result based on a group prefix
|
GroupPropertiesViewFilter(java.util.Set groupView,
QueryFilter next)
Creates a group properties filter that is able to filter the display
result based on a group prefix
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
filterView(java.util.Map data)
Filter the properties that matches the group prefix only.
|
filterViewCollection, query, querypublic GroupPropertiesViewFilter(QueryFilter next)
next - - the next query filterpublic GroupPropertiesViewFilter(java.util.Set groupView,
QueryFilter next)
groupView - - the group filter to usenext - - the next query filterprotected java.util.Map filterView(java.util.Map data)
filterView in class PropertiesViewFilterdata - - map data to filterCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.