Uses of Class
com.evolveum.midpoint.prism.path.PathKeyedMap
-
Packages that use PathKeyedMap Package Description com.evolveum.midpoint.gui.impl.component.search com.evolveum.midpoint.gui.impl.component.search.factory com.evolveum.midpoint.model.api.correlation com.evolveum.midpoint.model.impl.correlation com.evolveum.midpoint.model.impl.lens com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.com.evolveum.midpoint.prism.delta com.evolveum.midpoint.schema.merger Supports merging of (usually) configuration beans. -
-
Uses of PathKeyedMap in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return PathKeyedMap Modifier and Type Method Description @NotNull PathKeyedMap<ItemDefinition<?>>SearchableItemsDefinitions. createAvailableSearchItems()Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type PathKeyedMap Modifier and Type Method Description static PropertySearchItemWrapperSearchConfigurationWrapperFactory. createPropertySearchItemWrapper(Class<?> type, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType item, SearchContext additionalSearchContext, ModelServiceLocator modelServiceLocator) -
Uses of PathKeyedMap in com.evolveum.midpoint.gui.impl.component.search.factory
Constructors in com.evolveum.midpoint.gui.impl.component.search.factory with parameters of type PathKeyedMap Constructor Description SearchItemContext(Class<?> containerType, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType searchItem, SearchContext additionalSearchContext, ModelServiceLocator modelServiceLocator) -
Uses of PathKeyedMap in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return PathKeyedMap Modifier and Type Method Description @NotNull PathKeyedMap<ItemCorrelationDefinitionType>TemplateCorrelationConfiguration. getCorrelationDefinitionMap()@NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationProperty>CorrelationCaseDescription. getCorrelationProperties()@NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription>CorrelationCaseDescription.CandidateDescription. getProperties()Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type PathKeyedMap Constructor Description CandidateDescription(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> properties, @Nullable CorrelationExplanation explanation) -
Uses of PathKeyedMap in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation that return PathKeyedMap Modifier and Type Method Description @NotNull PathKeyedMap<ItemCorrelationDefinitionType>TemplateCorrelationConfigurationImpl. getCorrelationDefinitionMap() -
Uses of PathKeyedMap in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return PathKeyedMap Modifier and Type Method Description @NotNull PathKeyedMap<ObjectTemplateItemDefinitionType>LensFocusContext. getItemDefinitionsMap()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type PathKeyedMap Modifier and Type Method Description voidLensFocusContext. setItemDefinitionsMap(@NotNull PathKeyedMap<ObjectTemplateItemDefinitionType> itemDefinitionsMap) -
Uses of PathKeyedMap 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 PathKeyedMap Constructor Description DeltaSetTripleMapConsolidation(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
Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type PathKeyedMap Constructor Description ClockworkShadowInboundsPreparation(@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
Methods in com.evolveum.midpoint.prism.delta with parameters of type PathKeyedMap Modifier and Type Method Description static <T> voidDeltaSetTripleUtil. putIntoOutputTripleMap(PathKeyedMap<DeltaSetTriple<T>> outputTripleMap, ItemPath outputPath, DeltaSetTriple<T> outputTriple) -
Uses of PathKeyedMap in com.evolveum.midpoint.schema.merger
Methods in com.evolveum.midpoint.schema.merger that return PathKeyedMap Modifier and Type Method Description protected static PathKeyedMap<ItemMerger>BaseMergeOperation. createPathMap(Map<ItemPath,ItemMerger> sourceMap)Constructors in com.evolveum.midpoint.schema.merger with parameters of type PathKeyedMap Constructor Description GenericItemMerger(@Nullable OriginMarker originMarker, @NotNull PathKeyedMap<ItemMerger> childrenMergers)
-