Uses of Interface
com.evolveum.midpoint.model.common.mapping.PrismValueDeltaSetTripleProducer
-
-
Uses of PrismValueDeltaSetTripleProducer in com.evolveum.midpoint.model.common.mapping
Classes in com.evolveum.midpoint.model.common.mapping that implement PrismValueDeltaSetTripleProducer Modifier and Type Class Description classAbstractMappingImpl<V extends PrismValue,D extends ItemDefinition<?>,MBT extends AbstractMappingType>Evaluation of a mapping.classMappingImpl<V extends PrismValue,D extends ItemDefinition<?>>(Traditional) data mapping.Methods in com.evolveum.midpoint.model.common.mapping that return PrismValueDeltaSetTripleProducer Modifier and Type Method Description PrismValueDeltaSetTripleProducer<V,D>PrismValueDeltaSetTripleProducer. clone() -
Uses of PrismValueDeltaSetTripleProducer in com.evolveum.midpoint.model.common.mapping.metadata
Classes in com.evolveum.midpoint.model.common.mapping.metadata that implement PrismValueDeltaSetTripleProducer Modifier and Type Class Description classMetadataMappingImpl<V extends PrismValue,D extends ItemDefinition<?>>Evaluated or to-be-evaluated metadata mapping. -
Uses of PrismValueDeltaSetTripleProducer in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return PrismValueDeltaSetTripleProducer Modifier and Type Method Description PrismValueDeltaSetTripleProducer<V,D>ItemValueWithOrigin. getMapping()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type PrismValueDeltaSetTripleProducer Modifier and Type Method Description static <V extends PrismValue,D extends ItemDefinition<?>>
DeltaSetTriple<ItemValueWithOrigin<V,D>>ItemValueWithOrigin. createOutputTriple(PrismValueDeltaSetTripleProducer<V,D> mapping)Constructors in com.evolveum.midpoint.model.impl.lens with parameters of type PrismValueDeltaSetTripleProducer Constructor Description ItemValueWithOrigin(V itemValue, PrismValueDeltaSetTripleProducer<V,D> mapping, ResourceObjectConstruction accountConstruction) -
Uses of PrismValueDeltaSetTripleProducer in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector that return types with arguments of type PrismValueDeltaSetTripleProducer Modifier and Type Method Description Collection<? extends PrismValueDeltaSetTripleProducer<V,D>>EvaluatedConstructionMappingExtractor. getMappings(EvaluatedResourceObjectConstructionImpl<AH,?> evaluatedConstruction)
-