public class GroupPropertiesViewFilter extends PropertiesViewFilter
next, viewFilter
QUERY_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(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 Map |
filterView(Map data)
Filter the properties that matches the group prefix only.
|
filterViewCollection, query, query
public GroupPropertiesViewFilter(QueryFilter next)
next
- - the next query filterpublic GroupPropertiesViewFilter(Set groupView, QueryFilter next)
groupView
- - the group filter to usenext
- - the next query filterprotected Map filterView(Map data)
filterView
in class PropertiesViewFilter
data
- - map data to filterCopyright © 2005–2018 FuseSource, Corp.. All rights reserved.