Uses of Interface
com.evolveum.midpoint.model.impl.lens.construction.EvaluatedAbstractConstruction
Packages that use EvaluatedAbstractConstruction
Package
Description
-
Uses of EvaluatedAbstractConstruction in com.evolveum.midpoint.model.impl.lens.construction
Classes in com.evolveum.midpoint.model.impl.lens.construction with type parameters of type EvaluatedAbstractConstructionModifier and TypeClassDescriptionclassAbstractConstruction<AH extends AssignmentHolderType,ACT extends AbstractConstructionType, EC extends EvaluatedAbstractConstruction<AH>> A superclass for both resource object constructions (ResourceObjectConstruction) and persona object constructions (PersonaConstruction).classAbstractConstructionBuilder<AH extends AssignmentHolderType,ACT extends AbstractConstructionType, EC extends EvaluatedAbstractConstruction<AH>, RT extends AbstractConstructionBuilder<AH, ACT, EC, RT>> Builder for all the constructions (resource object and persona).classConstructionCollector<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.classClasses in com.evolveum.midpoint.model.impl.lens.construction that implement EvaluatedAbstractConstructionModifier and TypeClassDescriptionclassEvaluated resource object construction that is assigned to the focus.classEvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>classEvaluated resource object construction that is defined in the schemaHandling part of resource definition.classEvaluatedResourceObjectConstructionImpl<AH extends AssignmentHolderType,ROC extends ResourceObjectConstruction<AH, ?>> Evaluated construction of a resource object. -
Uses of EvaluatedAbstractConstruction in com.evolveum.midpoint.model.impl.lens.projector
Classes in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type EvaluatedAbstractConstructionModifier and TypeInterfaceDescriptioninterfaceComplexConstructionConsumer<K,EC extends EvaluatedAbstractConstruction<?>> Methods in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type EvaluatedAbstractConstructionModifier 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.