Interface AsGroupMergeStrategy
- All Known Implementing Classes:
AbstractAsGroupMergeStrategy,AsGroupInheritMergeStrategy,AsGroupReplaceMergeStrategy
public interface AsGroupMergeStrategy
Strategy for merging group configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeGroup(AsSearchProfileResult source, AsSearchProfileResult target) Merges the group configuration from the source result into the target result.
-
Method Details
-
mergeGroup
Merges the group configuration from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-