Uses of Class
com.evolveum.midpoint.prism.path.PathKeyedMap
Package
Description
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
Supports merging of (usually) configuration beans.
-
Uses of PathKeyedMap in com.evolveum.midpoint.gui.impl.component.search
Modifier and TypeMethodDescription@NotNull PathKeyedMap<ItemDefinition<?>>
SearchableItemsDefinitions.createAvailableSearchItems()
Modifier and TypeMethodDescriptionstatic PropertySearchItemWrapper
SearchConfigurationWrapperFactory.createPropertySearchItemWrapper
(Class<?> type, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType item, SearchContext additionalSearchContext, ModelServiceLocator modelServiceLocator) -
Uses of PathKeyedMap in com.evolveum.midpoint.gui.impl.component.search.factory
ModifierConstructorDescriptionSearchItemContext
(Class<?> containerType, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType searchItem, SearchContext additionalSearchContext, ModelServiceLocator modelServiceLocator) -
Uses of PathKeyedMap in com.evolveum.midpoint.model.api.correlation
Modifier and TypeMethodDescription@NotNull PathKeyedMap<ItemCorrelationDefinitionType>
TemplateCorrelationConfiguration.getCorrelationDefinitionMap()
@NotNull PathKeyedMap<CorrelationPropertyDefinition>
CorrelationCaseDescription.getCorrelationPropertiesDefinitions()
ModifierConstructorDescriptionCandidateDescription
(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> propertiesValuesMap, @Nullable CorrelationExplanation explanation) -
Uses of PathKeyedMap in com.evolveum.midpoint.model.impl.correlation
Modifier and TypeMethodDescription@NotNull PathKeyedMap<ItemCorrelationDefinitionType>
TemplateCorrelationConfigurationImpl.getCorrelationDefinitionMap()
-
Uses of PathKeyedMap in com.evolveum.midpoint.model.impl.lens
Modifier and TypeMethodDescription@NotNull PathKeyedMap<ObjectTemplateItemDefinitionType>
LensFocusContext.getItemDefinitionsMap()
Modifier and TypeMethodDescriptionvoid
LensFocusContext.setItemDefinitionsMap
(@NotNull PathKeyedMap<ObjectTemplateItemDefinitionType> itemDefinitionsMap) -
Uses of PathKeyedMap in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation
ModifierConstructorDescriptionDeltaSetTripleMapConsolidation
(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 PathKeyedMap in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
ModifierConstructorDescriptionClockworkShadowInboundsPreparation
(@NotNull LensProjectionContext projectionContext, @NotNull LensContext<F> lensContext, @NotNull PathKeyedMap<List<InboundMappingInContext<?, ?>>> mappingsMap, @NotNull PathKeyedMap<ItemDefinition<?>> itemDefinitionMap, @NotNull ClockworkContext context, @Nullable PrismObject<F> focus, @NotNull PrismObjectDefinition<F> focusDefinition) PreShadowInboundsPreparation
(@NotNull PathKeyedMap<List<InboundMappingInContext<?, ?>>> mappingsMap, @NotNull PathKeyedMap<ItemDefinition<?>> itemDefinitionMap, @NotNull PreContext context, @Nullable PrismObject<F> focus, @NotNull PrismObjectDefinition<F> focusDefinition) -
Uses of PathKeyedMap in com.evolveum.midpoint.prism.delta
Modifier and TypeMethodDescriptionstatic <T> void
DeltaSetTripleUtil.putIntoOutputTripleMap
(PathKeyedMap<DeltaSetTriple<T>> outputTripleMap, ItemPath outputPath, DeltaSetTriple<T> outputTriple) -
Uses of PathKeyedMap in com.evolveum.midpoint.schema.merger
Modifier and TypeMethodDescriptionprotected static PathKeyedMap<ItemMerger>
BaseMergeOperation.createPathMap
(Map<ItemPath, ItemMerger> sourceMap) ModifierConstructorDescriptionGenericItemMerger
(@Nullable OriginMarker originMarker, @NotNull PathKeyedMap<ItemMerger> childrenMergers)