Interface AsGroupMergeStrategy
-
- All Known Implementing Classes:
AbstractAsGroupMergeStrategy,AsGroupInheritMergeStrategy,AsGroupReplaceMergeStrategy
public interface AsGroupMergeStrategyStrategy for merging group configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmergeGroup(AsSearchProfileResult source, AsSearchProfileResult target)Merges the group configuration from the source result into the target result.
-
-
-
Method Detail
-
mergeGroup
void mergeGroup(AsSearchProfileResult source, AsSearchProfileResult target)
Merges the group configuration from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-
-