Uses of Interface
com.evolveum.midpoint.model.impl.lens.FailableLensFunction
Package
Description
-
Uses of FailableLensFunction in com.evolveum.midpoint.model.impl.lens.construction
ModifierConstructorDescriptionConstructionCollector
(Function<EvaluatedAssignmentImpl<AH>, DeltaSetTriple<AC>> constructionTripleExtractor, FailableLensFunction<EC, K> keyGenerator, PrismContext prismContext) -
Uses of FailableLensFunction in com.evolveum.midpoint.model.impl.lens.projector
Modifier and TypeMethodDescription<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.