Uses of Class
com.evolveum.midpoint.prism.path.PathKeyedMap
Packages that use PathKeyedMap
Package
Description
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 PathKeyedMapModifier and TypeMethodDescription@NotNull PathKeyedMap<ItemDefinition<?>>
SearchableItemsDefinitions.createAvailableSearchItems()
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type PathKeyedMapModifier 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
Constructors in com.evolveum.midpoint.gui.impl.component.search.factory with parameters of type PathKeyedMapModifierConstructorDescriptionSearchItemContext
(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 PathKeyedMapModifier and TypeMethodDescription@NotNull PathKeyedMap<ItemCorrelationDefinitionType>
TemplateCorrelationConfiguration.getCorrelationDefinitionMap()
@NotNull PathKeyedMap<CorrelationPropertyDefinition>
CorrelationCaseDescription.getCorrelationPropertiesDefinitions()
Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type PathKeyedMapModifierConstructorDescriptionCandidateDescription
(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> propertiesValuesMap, @Nullable CorrelationExplanation explanation) -
Uses of PathKeyedMap in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type PathKeyedMapModifier and TypeMethodDescriptionstatic <T> void
DeltaSetTripleUtil.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 PathKeyedMapModifier and TypeMethodDescriptionprotected static PathKeyedMap<ItemMerger>
BaseMergeOperation.createPathMap
(Map<ItemPath, ItemMerger> sourceMap) Constructors in com.evolveum.midpoint.schema.merger with parameters of type PathKeyedMapModifierConstructorDescriptionGenericItemMerger
(@Nullable OriginMarker originMarker, @NotNull PathKeyedMap<ItemMerger> childrenMergers)