Uses of Interface
com.evolveum.midpoint.model.impl.lens.FailableLensFunction
Packages that use FailableLensFunction
Package
Description
-
Uses of FailableLensFunction in com.evolveum.midpoint.model.impl.lens.construction
Constructors in com.evolveum.midpoint.model.impl.lens.construction with parameters of type FailableLensFunctionModifierConstructorDescriptionConstructionCollector(Function<EvaluatedAssignmentImpl<AH>, DeltaSetTriple<AC>> constructionTripleExtractor, FailableLensFunction<EC, K> keyGenerator) -
Uses of FailableLensFunction in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector with parameters of type FailableLensFunctionModifier 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, Task task, OperationResult result) Categorizes assigned constructions (resource object or persona ones) from evaluated assignments into other structures by calling appropriate methods on the consumer.