Uses of Interface
com.evolveum.midpoint.prism.delta.DeltaMapTriple
- 
- 
Uses of DeltaMapTriple in com.evolveum.midpoint.model.impl.lens.constructionMethods in com.evolveum.midpoint.model.impl.lens.construction that return DeltaMapTriple Modifier and Type Method Description DeltaMapTriple<K,EvaluatedConstructionPack<EC>>ConstructionCollector. getEvaluatedConstructionMapTriple()
- 
Uses of DeltaMapTriple in com.evolveum.midpoint.model.impl.lens.projectorMethods in com.evolveum.midpoint.model.impl.lens.projector that return DeltaMapTriple Modifier and Type Method Description <AH extends AssignmentHolderType,K extends HumanReadableDescribable,ACT extends AbstractConstructionType,AC extends AbstractConstruction<AH,ACT,EC>,EC extends EvaluatedAbstractConstruction<AH>>
 DeltaMapTriple<K,EvaluatedConstructionPack<EC>>ConstructionProcessor. distributeConstructions(DeltaSetTriple<EvaluatedAssignmentImpl<AH>> evaluatedAssignmentTriple, Function<EvaluatedAssignmentImpl<AH>,DeltaSetTriple<AC>> constructionTripleExtractor, FailableLensFunction<EC,K> keyGenerator, ComplexConstructionConsumer<K,EC> consumer)Categorizes assigned constructions (resource object or persona ones) from evaluated assignments into other structures by calling appropriate methods on the consumer.Methods in com.evolveum.midpoint.model.impl.lens.projector with parameters of type DeltaMapTriple Modifier and Type Method Description voidComplexConstructionConsumer. after(K key, String desc, DeltaMapTriple<K,EvaluatedConstructionPack<EC>> constructionMapTriple)
- 
Uses of DeltaMapTriple in com.evolveum.midpoint.prism.deltaMethods in com.evolveum.midpoint.prism.delta that return DeltaMapTriple Modifier and Type Method Description DeltaMapTriple<K,V>DeltaMapTriple. clone(Cloner<Map.Entry<K,V>> cloner)<K,V>
 DeltaMapTriple<K,V>DeltaFactory. createDeltaMapTriple()Methods in com.evolveum.midpoint.prism.delta with parameters of type DeltaMapTriple Modifier and Type Method Description voidDeltaMapTriple. merge(DeltaMapTriple<K,V> triple)
- 
Uses of DeltaMapTriple in com.evolveum.midpoint.prism.impl.deltaClasses in com.evolveum.midpoint.prism.impl.delta that implement DeltaMapTriple Modifier and Type Class Description classDeltaMapTripleImpl<K,V>Methods in com.evolveum.midpoint.prism.impl.delta that return DeltaMapTriple Modifier and Type Method Description DeltaMapTriple<K,V>DeltaMapTripleImpl. clone(Cloner<Map.Entry<K,V>> cloner)<K,V>
 DeltaMapTriple<K,V>DeltaFactoryImpl. createDeltaMapTriple()Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type DeltaMapTriple Modifier and Type Method Description voidDeltaMapTripleImpl. merge(DeltaMapTriple<K,V> triple)
 
-