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 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) Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismContainerValue<ShadowAssociationType>, PrismContainerDefinition<ShadowAssociationType>>>> LensProjectionContext.getSqueezedAssociations()LensProjectionContext.getSqueezedAttributes()Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>, PrismPropertyDefinition<QName>>>> LensProjectionContext.getSqueezedAuxiliaryObjectClasses()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ItemValueWithOriginModifier and TypeMethodDescriptionprotected voidItemValueWithOrigin.copyValues(ItemValueWithOrigin<V, D> clone) Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ItemValueWithOriginModifier and TypeMethodDescriptionvoidLensProjectionContext.setSqueezedAssociations(Map<QName, DeltaSetTriple<ItemValueWithOrigin<PrismContainerValue<ShadowAssociationType>, PrismContainerDefinition<ShadowAssociationType>>>> squeezedAssociations) voidLensProjectionContext.setSqueezedAttributes(Map<QName, DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>, PrismPropertyDefinition<?>>>> squeezedAttributes) voidLensProjectionContext.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) -
Uses of ItemValueWithOrigin in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation
Constructor parameters in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation with type arguments of type ItemValueWithOriginModifierConstructorDescriptionDeltaSetTripleMapConsolidation(PathKeyedMap<DeltaSetTriple<ItemValueWithOrigin<?, ?>>> outputTripleMap, PrismObject<T> targetObject, ObjectDelta<T> targetAPrioriDelta, Function<ItemPath, Boolean> itemDeltaExistsProvider, Boolean addUnchangedValuesOverride, Consumer<IvwoConsolidatorBuilder> consolidatorCustomizer, DeltaSetTripleMapConsolidation.ItemDefinitionProvider itemDefinitionProvider, MappingEvaluationEnvironment env, ModelBeans beans, @Nullable LensContext<?> lensContext, OperationResult parentResult)