Uses of Class
com.evolveum.midpoint.model.impl.ModelBeans
Packages that use ModelBeans
Package
Description
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
-
Uses of ModelBeans in com.evolveum.midpoint.model.impl
Methods in com.evolveum.midpoint.model.impl that return ModelBeansModifier and TypeMethodDescriptionstatic ModelBeansModelBeans.get()@NotNull ModelBeansResourceObjectProcessingContext.getBeans()Useful Spring beans.@NotNull ModelBeansResourceObjectProcessingContextImpl.getBeans()Methods in com.evolveum.midpoint.model.impl with parameters of type ModelBeansModifier and TypeMethodDescriptionResourceObjectProcessingContextImpl.ResourceObjectProcessingContextBuilder.aResourceObjectProcessingContext(@NotNull ShadowType shadow, @NotNull ResourceType resource, @NotNull Task task, @NotNull ModelBeans beans) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.correlator
Fields in com.evolveum.midpoint.model.impl.correlator declared as ModelBeansModifier and TypeFieldDescriptionprotected final @NotNull ModelBeansBaseCorrelator.beansUseful beans.Constructors in com.evolveum.midpoint.model.impl.correlator with parameters of type ModelBeansModifierConstructorDescriptionprotectedBaseCorrelator(@NotNull Trace logger, @NotNull String typeName, @NotNull CorrelatorContext<CCB> correlatorContext, @NotNull ModelBeans beans) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return ModelBeansMethods in com.evolveum.midpoint.model.impl.lens with parameters of type ModelBeansModifier and TypeMethodDescriptionLensMetadataUtil.createValueMetadataConsolidationComputer(@NotNull ItemPath itemPath, LensContext<?> lensContext, ModelBeans beans, MappingEvaluationEnvironment env, OperationResult result) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.lens.construction
Methods in com.evolveum.midpoint.model.impl.lens.construction that return ModelBeansModifier and TypeMethodDescriptionprotected ModelBeansAssignedResourceObjectConstruction.getBeans() -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus with parameters of type ModelBeansModifier and TypeMethodDescriptionAssignmentTripleEvaluator.Builder.beans(ModelBeans val) FocalMappingSetEvaluationBuilder.beans(ModelBeans val) static <F extends AssignmentHolderType,T extends AssignmentHolderType>
TemplateMappingsEvaluation<F,T> TemplateMappingsEvaluation.createForPersonaTemplate(ModelBeans beans, LensContext<F> context, ObjectDeltaObject<F> focusOdoAbsolute, ObjectTemplateType template, @NotNull PrismObject<T> targetObject, ObjectDelta<T> targetAPrioriDelta, String contextDescription, XMLGregorianCalendar now, Task task, OperationResult result) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation
Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation with parameters of type ModelBeansModifierConstructorDescriptionDeltaSetTripleMapConsolidation(PathKeyedMap<DeltaSetTriple<ItemValueWithOrigin<?, ?>>> outputTripleMap, PrismObject<T> targetObject, ObjectDelta<T> targetAPrioriDelta, Function<ItemPath, Boolean> itemDeltaExistsProvider, Boolean addUnchangedValuesOverride, Consumer<IvwoConsolidatorBuilder> consolidatorCustomizer, DeltaSetTripleMapConsolidation.ItemDefinitionProvider itemDefinitionProvider, MappingEvaluationEnvironment env, ModelBeans beans, @Nullable LensContext<?> lensContext, OperationResult parentResult) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return ModelBeansConstructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type ModelBeansModifierConstructorDescriptionClockworkInboundsProcessing(@NotNull LensContext<F> context, @NotNull ModelBeans beans, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result) PreInboundsProcessing(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result) SimplePreInboundsContextImpl(@NotNull ShadowType shadowedResourceObject, @NotNull ResourceType resource, F preFocus, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task, @NotNull ResourceObjectTypeDefinition objectTypeDefinition, @NotNull ModelBeans beans) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type ModelBeansModifierConstructorDescriptionClockworkContext(@NotNull LensContext<?> lensContext, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result, @NotNull ModelBeans beans) PreContext(@NotNull PreInboundsContext<?> ctx, @NotNull PathSet correlationItemPaths, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result, @NotNull ModelBeans beans) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.sync
Methods in com.evolveum.midpoint.model.impl.sync that return ModelBeansConstructors in com.evolveum.midpoint.model.impl.sync with parameters of type ModelBeansModifierConstructorDescriptionPreMappingsEvaluation(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans) -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.sync.action
Fields in com.evolveum.midpoint.model.impl.sync.action declared as ModelBeans -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon that return ModelBeansModifier and TypeMethodDescriptionprotected @NotNull ModelBeansPartialReconciliationActivityRun.getModelBeans() -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.tasks
Fields in com.evolveum.midpoint.model.impl.tasks declared as ModelBeansMethods in com.evolveum.midpoint.model.impl.tasks that return ModelBeansModifier and TypeMethodDescription@NotNull ModelBeansModelActivityHandler.getModelBeans()@NotNull ModelBeansRoleAnalysisPatternDetectionActivityHandler.getModelBeans() -
Uses of ModelBeans in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner that return ModelBeans