Interface ConfigOverviewGroupFilter

All Known Implementing Classes:
DefaultOverviewGroupFilter

public interface ConfigOverviewGroupFilter
Handling group filtering.
  • Method Details

    • getGroupsToBeDisplayed

      Set<String> getGroupsToBeDisplayed(InstanceModel instanceModel, Set<String> filteredOutgroups)
      Checks which groups are filtered out and which are displayed.
      Parameters:
      instanceModel - current instance
      filteredOutgroups - already filtered out groups
      Returns:
      ids of the groups to be displayed