Uses of Class
com.evolveum.midpoint.model.impl.lens.construction.AbstractConstruction
Packages that use AbstractConstruction
Package
Description
-
Uses of AbstractConstruction in com.evolveum.midpoint.model.impl.lens.construction
Classes in com.evolveum.midpoint.model.impl.lens.construction with type parameters of type AbstractConstructionModifier and TypeClassDescriptionclassConstructionCollector<AH extends AssignmentHolderType,K extends HumanReadableDescribable, ACT extends AbstractConstructionType, AC extends AbstractConstruction<AH, ACT, EC>, EC extends EvaluatedAbstractConstruction<AH>> Collects evaluated constructions from evaluatedAssignmentTriple into a single-level triple.Subclasses of AbstractConstruction in com.evolveum.midpoint.model.impl.lens.constructionModifier and TypeClassDescriptionclassResource object construction that was assigned to the focus.classPersonaConstruction<AH extends AssignmentHolderType>classPlainResourceObjectConstruction<AH extends AssignmentHolderType>Special construction subclass that represents resource object constructions as defined in the `schemaHandling` section of the resource definition.classResourceObjectConstruction<AH extends AssignmentHolderType,EC extends EvaluatedResourceObjectConstructionImpl<AH, ?>> Contains "construction bean" (ConstructionType) - a definition how to construct a resource object.Methods in com.evolveum.midpoint.model.impl.lens.construction that return AbstractConstructionModifier and TypeMethodDescriptionAbstractConstruction<AH,?, ?> EvaluatedAbstractConstruction.getConstruction() -
Uses of AbstractConstruction in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type AbstractConstructionModifier 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.