Uses of Class
com.evolveum.midpoint.model.impl.lens.ItemValueWithOrigin
Packages that use ItemValueWithOrigin
Package
Description
-
Uses of ItemValueWithOrigin in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens with type parameters of type ItemValueWithOriginModifier and TypeClassDescriptionclass
IvwoConsolidator<V extends PrismValue,
D extends ItemDefinition<?>, I extends ItemValueWithOrigin<V, D>> Consolidate the output of mappings for a single item to a delta.final class
IvwoConsolidatorBuilder<V extends PrismValue,
D extends ItemDefinition<?>, I extends ItemValueWithOrigin<V, D>> Methods in com.evolveum.midpoint.model.impl.lens that return ItemValueWithOriginMethods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ItemValueWithOriginModifier and TypeMethodDescriptionstatic <V extends PrismValue,
D extends ItemDefinition<?>>
DeltaSetTriple<ItemValueWithOrigin<V,D>> ItemValueWithOrigin.createOutputTriple
(PrismValueDeltaSetTripleProducer<V, D> mapping) LensProjectionContext.getSqueezedAssociations()
LensProjectionContext.getSqueezedAttributes()
Map<QName,
DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>, PrismPropertyDefinition<QName>>>> LensProjectionContext.getSqueezedAuxiliaryObjectClasses()
Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ItemValueWithOriginModifier and TypeMethodDescriptionvoid
LensProjectionContext.setSqueezedAssociations
(Map<QName, DeltaSetTriple<ItemValueWithOrigin<ShadowAssociationValue, ShadowAssociationDefinition>>> squeezedAssociations) void
LensProjectionContext.setSqueezedAttributes
(Map<QName, DeltaSetTriple<ItemValueWithOrigin<?, ?>>> squeezedAttributes) void
LensProjectionContext.setSqueezedAuxiliaryObjectClasses
(Map<QName, DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>, PrismPropertyDefinition<QName>>>> squeezedAuxiliaryObjectClasses) -
Uses of ItemValueWithOrigin in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus that return types with arguments of type ItemValueWithOriginModifier and TypeMethodDescriptionFocalMappingSetEvaluation.TripleCustomizer.customize
(DeltaSetTriple<ItemValueWithOrigin<V, D>> triple, FocalMappingEvaluationRequest<?, ?> request) Method parameters in com.evolveum.midpoint.model.impl.lens.projector.focus with type arguments of type ItemValueWithOriginModifier and TypeMethodDescriptionFocalMappingSetEvaluation.TripleCustomizer.customize
(DeltaSetTriple<ItemValueWithOrigin<V, D>> triple, FocalMappingEvaluationRequest<?, ?> request) <V extends PrismValue,
D extends ItemDefinition<?>>
voidDeltaSetTripleIvwoMap.putOrMerge
(@NotNull ItemPath outputPath, @Nullable DeltaSetTriple<ItemValueWithOrigin<V, D>> outputTriple) Puts the specified triple into the map; either "as is", or merging it with existing triple for the given path.