Interface AsGroupMergeStrategy

All Known Implementing Classes:
AbstractAsGroupMergeStrategy, AsGroupInheritMergeStrategy, AsGroupReplaceMergeStrategy

public interface AsGroupMergeStrategy
Strategy for merging group configuration.
  • Method Details

    • mergeGroup

      void mergeGroup(AsSearchProfileResult source, AsSearchProfileResult target)
      Merges the group configuration from the source result into the target result.
      Parameters:
      source - - the source result
      target - - the target result