Uses of Class
com.evolveum.midpoint.model.impl.lens.ItemValueWithOrigin
-
-
Uses of ItemValueWithOrigin in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens with type parameters of type ItemValueWithOrigin Modifier and Type Class Description class
IvwoConsolidator<V extends PrismValue,D extends ItemDefinition<?>,I extends ItemValueWithOrigin<V,D>>
Consolidate the output of mappings for a single item to a delta.class
IvwoConsolidatorBuilder<V extends PrismValue,D extends ItemDefinition<?>,I extends ItemValueWithOrigin<V,D>>
Methods in com.evolveum.midpoint.model.impl.lens that return ItemValueWithOrigin Modifier and Type Method Description ItemValueWithOrigin<V,D>
ItemValueWithOrigin. clone()
Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ItemValueWithOrigin Modifier and Type Method Description static <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()
Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>,PrismPropertyDefinition<?>>>>
LensProjectionContext. getSqueezedAttributes()
Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>,PrismPropertyDefinition<QName>>>>
LensProjectionContext. getSqueezedAuxiliaryObjectClasses()
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ItemValueWithOrigin Modifier and Type Method Description protected void
ItemValueWithOrigin. copyValues(ItemValueWithOrigin<V,D> clone)
Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ItemValueWithOrigin Modifier and Type Method Description void
LensProjectionContext. setSqueezedAssociations(Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismContainerValue<ShadowAssociationType>,PrismContainerDefinition<ShadowAssociationType>>>> squeezedAssociations)
void
LensProjectionContext. setSqueezedAttributes(Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>,PrismPropertyDefinition<?>>>> 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 ItemValueWithOrigin Modifier and Type Method Description DeltaSetTriple<ItemValueWithOrigin<V,D>>
FocalMappingSetEvaluation.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 ItemValueWithOrigin Modifier and Type Method Description DeltaSetTriple<ItemValueWithOrigin<V,D>>
FocalMappingSetEvaluation.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 ItemValueWithOrigin Constructor Description DeltaSetTripleMapConsolidation(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)
-