Interface ConfigOverviewGroupFilter
- All Known Implementing Classes:
DefaultOverviewGroupFilter
public interface ConfigOverviewGroupFilter
Handling group filtering.
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupsToBeDisplayed(InstanceModel instanceModel, Set<String> filteredOutgroups) Checks which groups are filtered out and which are displayed.
-
Method Details
-
getGroupsToBeDisplayed
Checks which groups are filtered out and which are displayed.- Parameters:
instanceModel- current instancefilteredOutgroups- already filtered out groups- Returns:
- ids of the groups to be displayed
-