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.lensClasses in com.evolveum.midpoint.model.impl.lens with type parameters of type ItemValueWithOriginModifier and TypeClassDescriptionclassIvwoConsolidator<V extends PrismValue,D extends ItemDefinition<?>, I extends ItemValueWithOrigin<V, D>> Consolidate the output of mappings for a single item to a delta.final classIvwoConsolidatorBuilder<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 TypeMethodDescriptionvoidLensProjectionContext.setSqueezedAssociations(Map<QName, DeltaSetTriple<ItemValueWithOrigin<ShadowAssociationValue, ShadowAssociationDefinition>>> squeezedAssociations) voidLensProjectionContext.setSqueezedAttributes(Map<QName, DeltaSetTriple<ItemValueWithOrigin<?, ?>>> squeezedAttributes) voidLensProjectionContext.setSqueezedAuxiliaryObjectClasses(Map<QName, DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>, PrismPropertyDefinition<QName>>>> squeezedAuxiliaryObjectClasses) 
- 
Uses of ItemValueWithOrigin in com.evolveum.midpoint.model.impl.lens.projector.focusMethods 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.