Uses of Class
com.evolveum.midpoint.prism.path.PathKeyedMap
-
Packages that use PathKeyedMap Package Description com.evolveum.midpoint.model.api.correlation com.evolveum.midpoint.prism.delta com.evolveum.midpoint.schema.merger Supports merging of (usually) configuration beans. -
-
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.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type PathKeyedMap Modifier and Type Method Description static <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 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)
-