Class RequiredItemMerger
java.lang.Object
com.evolveum.midpoint.schema.merger.RequiredItemMerger
- All Implemented Interfaces:
- ItemMerger
Does no actual data movement; just requires that the value does exist in the target object.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidmerge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source) Merges all data about specific item (named `itemName`) from `source` container value to `target` one, according to (its own) strategy.
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
RequiredItemMergerpublic RequiredItemMerger()
 
- 
- 
Method Details- 
mergepublic void merge(@NotNull @NotNull ItemName itemName, @NotNull @NotNull PrismContainerValue<?> target, @NotNull @NotNull PrismContainerValue<?> source) throws ConfigurationException Description copied from interface:ItemMergerMerges all data about specific item (named `itemName`) from `source` container value to `target` one, according to (its own) strategy. So, `source` is not modified; the `target` is. The implementation is responsible for setting origin information on all prism values copied from `source` to `target`.- Specified by:
- mergein interface- ItemMerger
- Throws:
- ConfigurationException
 
 
-